|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dialog | |
|---|---|
| org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
| Uses of Dialog in org.apache.pivot.wtk |
|---|
| Subclasses of Dialog in org.apache.pivot.wtk | |
|---|---|
class |
Alert
Class representing an "alert", a dialog commonly used to facilitate simple user interaction. |
| Methods in org.apache.pivot.wtk with parameters of type Dialog | |
|---|---|
void |
DialogCloseListener.dialogClosed(Dialog dialog,
boolean modal)
Called when a dialog has closed. |
void |
DialogStateListener.Adapter.dialogClosed(Dialog dialog,
boolean modal)
|
void |
DialogStateListener.dialogCloseVetoed(Dialog dialog,
org.apache.pivot.util.Vote reason)
Called when a dialog close event has been vetoed. |
void |
DialogStateListener.Adapter.dialogCloseVetoed(Dialog dialog,
org.apache.pivot.util.Vote reason)
|
void |
DialogListener.modalChanged(Dialog dialog)
Called when a dialog's modal flag has changed. |
org.apache.pivot.util.Vote |
DialogStateListener.previewDialogClose(Dialog dialog,
boolean result)
Called to preview a dialog close event. |
org.apache.pivot.util.Vote |
DialogStateListener.Adapter.previewDialogClose(Dialog dialog,
boolean result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||