|
|||||||||
| 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
org.apache.pivot.wtk.skin.terra.TerraAlertSkin
public class TerraAlertSkin
Alert 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.AlertListener |
|---|
org.apache.pivot.wtk.AlertListener.Adapter |
| 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 | |
|---|---|
TerraAlertSkin()
|
|
| Method Summary | |
|---|---|
void |
bodyChanged(org.apache.pivot.wtk.Alert alert,
org.apache.pivot.wtk.Component previousBody)
|
void |
dialogClosed(org.apache.pivot.wtk.Dialog dialog,
boolean modal)
|
void |
install(org.apache.pivot.wtk.Component component)
|
void |
messageChanged(org.apache.pivot.wtk.Alert alert,
String previousMessage)
|
void |
messageTypeChanged(org.apache.pivot.wtk.Alert alert,
org.apache.pivot.wtk.MessageType previousMessageType)
|
void |
optionInserted(org.apache.pivot.wtk.Alert alert,
int index)
|
void |
optionsRemoved(org.apache.pivot.wtk.Alert alert,
int index,
org.apache.pivot.collections.Sequence<?> removed)
|
org.apache.pivot.util.Vote |
previewWindowOpen(org.apache.pivot.wtk.Window window)
|
void |
selectedOptionChanged(org.apache.pivot.wtk.Alert alert,
int previousSelectedOption)
|
void |
windowOpened(org.apache.pivot.wtk.Window window)
|
| Methods inherited from class org.apache.pivot.wtk.skin.terra.TerraDialogSkin |
|---|
dialogCloseVetoed, keyPressed, modalChanged, mouseDown, previewDialogClose, windowClosed |
| 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, 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 TerraAlertSkin()
| Method Detail |
|---|
public void install(org.apache.pivot.wtk.Component component)
install in interface org.apache.pivot.wtk.Skininstall in class TerraDialogSkinpublic void windowOpened(org.apache.pivot.wtk.Window window)
windowOpened in interface org.apache.pivot.wtk.WindowStateListenerwindowOpened in class TerraDialogSkin
public void messageTypeChanged(org.apache.pivot.wtk.Alert alert,
org.apache.pivot.wtk.MessageType previousMessageType)
messageTypeChanged in interface org.apache.pivot.wtk.AlertListener
public void messageChanged(org.apache.pivot.wtk.Alert alert,
String previousMessage)
messageChanged in interface org.apache.pivot.wtk.AlertListener
public void bodyChanged(org.apache.pivot.wtk.Alert alert,
org.apache.pivot.wtk.Component previousBody)
bodyChanged in interface org.apache.pivot.wtk.AlertListener
public void optionInserted(org.apache.pivot.wtk.Alert alert,
int index)
optionInserted in interface org.apache.pivot.wtk.AlertListener
public void optionsRemoved(org.apache.pivot.wtk.Alert alert,
int index,
org.apache.pivot.collections.Sequence<?> removed)
optionsRemoved in interface org.apache.pivot.wtk.AlertListener
public void selectedOptionChanged(org.apache.pivot.wtk.Alert alert,
int previousSelectedOption)
selectedOptionChanged in interface org.apache.pivot.wtk.AlertListenerpublic org.apache.pivot.util.Vote previewWindowOpen(org.apache.pivot.wtk.Window window)
previewWindowOpen in interface org.apache.pivot.wtk.WindowStateListenerpreviewWindowOpen in class org.apache.pivot.wtk.skin.WindowSkin
public void dialogClosed(org.apache.pivot.wtk.Dialog dialog,
boolean modal)
dialogClosed in interface org.apache.pivot.wtk.DialogCloseListenerdialogClosed in class TerraDialogSkin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||