|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.photoviewer.client.ui.Dialog
All dialogs should subclass this class.
Field Summary | |
protected thinlet.Thinlet |
m_thinlet
|
Constructor Summary | |
Dialog(PhotoViewer thinlet)
Constructor |
Method Summary | |
ActionI |
getAction()
Allow subclasses to get hold of the ActionI implementor. |
abstract void |
performAction(java.lang.String actionCommand)
Call this method from callback methods in the Thinlet so that the dialog ActionI implementor can perform actions based on the actionCommand String passed in. |
void |
setAction(ActionI action)
Store the ActionI implementor for callbacks. |
abstract void |
show()
Call this method to display the dialog. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected thinlet.Thinlet m_thinlet
Constructor Detail |
public Dialog(PhotoViewer thinlet)
thinlet
- Thinlet instance hosting this dialog.Method Detail |
public void setAction(ActionI action)
action
- public ActionI getAction()
public abstract void performAction(java.lang.String actionCommand)
actionCommand
- String name of an action to perform. This parameter has meaning
specific to the ActionI implementor.public abstract void show()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |