|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
| Method Summary | |
void |
activateDialog()
Activates the dialog. |
void |
collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
Builds the system information tree upon local information of the implementor. |
void |
createDialog(java.lang.Object context)
Initially creates and configures the dialog controlled. |
void |
deactivateDialog()
Deactivates the dialog |
void |
disposeDialog()
Disposes the dialog |
DialogInstance |
getDialogInstance()
|
LifeCycleCompletionLevel |
getLifeCycleCompletionLevel()
|
LifeCycleState |
getLifeCycleState()
|
boolean |
isDisposed()
|
boolean |
isDisposedOrDisposing()
|
boolean |
isMarkedForActivation()
Returns true if the dialog has been marked for activation. |
boolean |
isMarkedForPreparation()
Returns true if the dialog has been marked for preparation. |
void |
prepareDialog()
Prepeares the dialog. |
void |
releaseDialog()
Releases the dialog |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public LifeCycleState getLifeCycleState()
getLifeCycleState in interface LifeCycleStateProviderLifeCycleStateProvider.getLifeCycleState()public DialogInstance getDialogInstance()
getDialogInstance in interface DialogInstanceControllerDialogInstance of the dialog controlled.DialogInstanceController.getDialogInstance()public LifeCycleCompletionLevel getLifeCycleCompletionLevel()
getLifeCycleCompletionLevel in interface DialogInstanceControllerLifeCycleCompletionLevel.DialogInstanceController.getLifeCycleCompletionLevel()public boolean isDisposed()
isDisposed in interface DialogInstanceControllerDialogInstanceController.isDisposed()public boolean isDisposedOrDisposing()
isDisposedOrDisposing in interface DialogInstanceControllerDialogInstanceController.isDisposedOrDisposing()public boolean isMarkedForActivation()
DialogInstanceController
isMarkedForActivation in interface DialogInstanceControllerDialogInstanceController.isMarkedForActivation()public boolean isMarkedForPreparation()
DialogInstanceController
isMarkedForPreparation in interface DialogInstanceControllerDialogInstanceController.isMarkedForPreparation()
public void createDialog(java.lang.Object context)
throws java.lang.RuntimeException
DialogLifeCycleController
createDialog in interface DialogLifeCycleControllercontext - a creation context object
java.lang.RuntimeExceptionDialogLifeCycleController.createDialog(java.lang.Object)public void prepareDialog()
DialogLifeCycleController
prepareDialog in interface DialogLifeCycleControllerDialogLifeCycleController.prepareDialog()public void activateDialog()
DialogLifeCycleController
activateDialog in interface DialogLifeCycleControllerDialogLifeCycleController.activateDialog()public void deactivateDialog()
DialogLifeCycleController
deactivateDialog in interface DialogLifeCycleControllerDialogLifeCycleController.deactivateDialog()public void releaseDialog()
DialogLifeCycleController
releaseDialog in interface DialogLifeCycleControllerDialogLifeCycleController.releaseDialog()public void disposeDialog()
DialogLifeCycleController
disposeDialog in interface DialogLifeCycleControllerDialogLifeCycleController.disposeDialog()
public void collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
SystemInfoProviderSystemInfoOptions).
The information can be appended to the tree by adding new child
SystemInformationNodes to the root node given using the
SystemInfoNode.createChild(String) method and by setting information
attributes the these nodes or the given root node.
collectSystemInfo in interface SystemInfoProviderroot - the SystemInfoNode to add information to (guaranteed to be not null)options - contains additional options, that might influence the amount of
information added to the tree (guaranteed to be not null)SystemInfoProvider.collectSystemInfo(com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode, com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||