|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.pivot.wtk.skin.ComponentSkin
org.apache.pivot.wtk.skin.ContainerSkin
org.apache.pivot.wtk.skin.WindowSkin
org.apache.pivot.wtk.skin.terra.TerraFrameSkin
org.apache.pivot.wtk.skin.terra.TerraDialogSkin
public class TerraDialogSkin
Dialog skin.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.pivot.wtk.skin.terra.TerraFrameSkin |
|---|
TerraFrameSkin.ButtonImage, TerraFrameSkin.CloseImage, TerraFrameSkin.FrameButton, TerraFrameSkin.FrameButtonSkin, TerraFrameSkin.MaximizeImage, TerraFrameSkin.MinimizeImage, TerraFrameSkin.ResizeImage, TerraFrameSkin.RestoreImage |
| Nested classes/interfaces inherited from class org.apache.pivot.wtk.skin.WindowSkin |
|---|
org.apache.pivot.wtk.skin.WindowSkin.WindowFocusTraversalPolicy |
| Nested classes/interfaces inherited from class org.apache.pivot.wtk.skin.ContainerSkin |
|---|
org.apache.pivot.wtk.skin.ContainerSkin.IndexFocusTraversalPolicy |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.DialogStateListener |
|---|
org.apache.pivot.wtk.DialogStateListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.WindowListener |
|---|
org.apache.pivot.wtk.WindowListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.WindowStateListener |
|---|
org.apache.pivot.wtk.WindowStateListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ContainerListener |
|---|
org.apache.pivot.wtk.ContainerListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ContainerMouseListener |
|---|
org.apache.pivot.wtk.ContainerMouseListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentListener |
|---|
org.apache.pivot.wtk.ComponentListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentStateListener |
|---|
org.apache.pivot.wtk.ComponentStateListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseListener |
|---|
org.apache.pivot.wtk.ComponentMouseListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseButtonListener |
|---|
org.apache.pivot.wtk.ComponentMouseButtonListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentKeyListener |
|---|
org.apache.pivot.wtk.ComponentKeyListener.Adapter |
| Constructor Summary | |
|---|---|
TerraDialogSkin()
|
|
| Method Summary | |
|---|---|
void |
dialogClosed(org.apache.pivot.wtk.Dialog dialog,
boolean modal)
|
void |
dialogCloseVetoed(org.apache.pivot.wtk.Dialog dialog,
org.apache.pivot.util.Vote reason)
|
void |
install(org.apache.pivot.wtk.Component component)
|
boolean |
keyPressed(org.apache.pivot.wtk.Component component,
int keyCode,
org.apache.pivot.wtk.Keyboard.KeyLocation keyLocation)
ENTER Close the dialog with a 'result' of true. |
void |
modalChanged(org.apache.pivot.wtk.Dialog dialog)
|
boolean |
mouseDown(org.apache.pivot.wtk.Container container,
org.apache.pivot.wtk.Mouse.Button button,
int x,
int y)
|
org.apache.pivot.util.Vote |
previewDialogClose(org.apache.pivot.wtk.Dialog dialog,
boolean result)
|
void |
windowClosed(org.apache.pivot.wtk.Window window,
org.apache.pivot.wtk.Display display,
org.apache.pivot.wtk.Window owner)
|
void |
windowOpened(org.apache.pivot.wtk.Window window)
|
| Methods inherited from class org.apache.pivot.wtk.skin.terra.TerraFrameSkin |
|---|
activeChanged, getClientArea, getPadding, getPreferredHeight, getPreferredSize, getPreferredWidth, getShowCloseButton, getShowContentBevel, getShowMaximizeButton, getShowMinimizeButton, getShowWindowControls, iconAdded, iconsRemoved, isResizable, layout, maximizedChanged, menuBarChanged, mouseDown, mouseMove, mouseUp, paint, setBackgroundColor, setBackgroundColor, setPadding, setPadding, setPadding, setPadding, setPadding, setResizable, setShowCloseButton, setShowContentBevel, setShowMaximizeButton, setShowMinimizeButton, setShowWindowControls, titleChanged |
| Methods inherited from class org.apache.pivot.wtk.skin.WindowSkin |
|---|
contentChanged, iconInserted, previewWindowClose, previewWindowOpen, windowCloseVetoed, windowOpenVetoed |
| Methods inherited from class org.apache.pivot.wtk.skin.ContainerSkin |
|---|
componentInserted, componentMoved, componentsRemoved, focusTraversalPolicyChanged, getBackgroundColor, getBackgroundPaint, isFocusable, isOpaque, mouseMove, mouseUp, mouseWheel, setBackgroundColor, setBackgroundPaint, setBackgroundPaint, setBackgroundPaint |
| Methods inherited from class org.apache.pivot.wtk.skin.ComponentSkin |
|---|
cursorChanged, decodeFont, dragSourceChanged, dropTargetChanged, enabledChanged, focusedChanged, getBaseline, getBaseline, getComponent, getHeight, getWidth, heightLimitsChanged, invalidateComponent, keyReleased, keyTyped, locationChanged, menuHandlerChanged, mouseClick, mouseOut, mouseOver, mouseWheel, nameChanged, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, tooltipDelayChanged, tooltipTextChanged, tooltipTriggered, visibleChanged, widthLimitsChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.pivot.wtk.Skin |
|---|
getComponent, isFocusable, isOpaque |
| Methods inherited from interface org.apache.pivot.wtk.ConstrainedVisual |
|---|
getBaseline, setSize |
| Methods inherited from interface org.apache.pivot.wtk.Visual |
|---|
getBaseline, getHeight, getWidth |
| Constructor Detail |
|---|
public TerraDialogSkin()
| Method Detail |
|---|
public void install(org.apache.pivot.wtk.Component component)
install in interface org.apache.pivot.wtk.Skininstall in class TerraFrameSkin
public boolean mouseDown(org.apache.pivot.wtk.Container container,
org.apache.pivot.wtk.Mouse.Button button,
int x,
int y)
mouseDown in interface org.apache.pivot.wtk.ContainerMouseListenermouseDown in class org.apache.pivot.wtk.skin.WindowSkin
public boolean keyPressed(org.apache.pivot.wtk.Component component,
int keyCode,
org.apache.pivot.wtk.Keyboard.KeyLocation keyLocation)
ENTER Close the dialog with a 'result' of true.ESCAPE Close the dialog with a 'result' of false.
keyPressed in interface org.apache.pivot.wtk.ComponentKeyListenerkeyPressed in class TerraFrameSkinpublic void windowOpened(org.apache.pivot.wtk.Window window)
windowOpened in interface org.apache.pivot.wtk.WindowStateListenerwindowOpened in class org.apache.pivot.wtk.skin.WindowSkin
public void windowClosed(org.apache.pivot.wtk.Window window,
org.apache.pivot.wtk.Display display,
org.apache.pivot.wtk.Window owner)
windowClosed in interface org.apache.pivot.wtk.WindowStateListenerwindowClosed in class org.apache.pivot.wtk.skin.WindowSkinpublic void modalChanged(org.apache.pivot.wtk.Dialog dialog)
modalChanged in interface org.apache.pivot.wtk.DialogListener
public org.apache.pivot.util.Vote previewDialogClose(org.apache.pivot.wtk.Dialog dialog,
boolean result)
previewDialogClose in interface org.apache.pivot.wtk.DialogStateListener
public void dialogCloseVetoed(org.apache.pivot.wtk.Dialog dialog,
org.apache.pivot.util.Vote reason)
dialogCloseVetoed in interface org.apache.pivot.wtk.DialogStateListener
public void dialogClosed(org.apache.pivot.wtk.Dialog dialog,
boolean modal)
dialogClosed in interface org.apache.pivot.wtk.DialogCloseListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||