|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.AbstractFeature
com.sdm.quasar.client.swing.embedding.features.WindowFeature
A feature for use in dialogs that offer a top level window.
This feature works with all dialogs that can provide an
adapter implementation of WindowResource.
The feature hanldes the following services, that operate on the given
WindowResource:
| Constructor Summary | |
WindowFeature()
Creates a new WindowFeature. |
|
| Method Summary | |
protected void |
dispose()
Called when the feature or dialog is disposed. |
WindowResource |
getWindowResource()
Returns the WindowResource. |
protected void |
init()
Called when the feature is initializing. |
protected void |
prepare()
Registers the services |
protected void |
release()
Unregisters the services |
void |
setWindowResource(WindowResource windowResource)
Sets the WindowResource to the given value. |
| Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature |
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WindowFeature()
WindowFeature.
| Method Detail |
protected void init()
AbstractFeatureDialogControl installed to. To access the
DialogControl use the AbstractFeature.getDialogControl() method.
Override this method to perform some action on initialization e.g. register public services.
init in class AbstractFeatureAbstractFeature.init()public void setWindowResource(WindowResource windowResource)
WindowResource to the given value.
windowResource - the WindowResource to set.public WindowResource getWindowResource()
WindowResource.
protected void prepare()
prepare in class AbstractFeatureAbstractFeature.prepare()protected void release()
release in class AbstractFeatureAbstractFeature.release()
protected void dispose()
throws DisposeException
AbstractFeature
dispose in class AbstractFeatureDisposeExceptioncom.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||