|
|||||||||||
| 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.showcase.swing.portal.PortalPresentation
Presentation feature for the PortalDialog.
This presentation uses PortalPanel
as visual representation. The embedding of sub dialogs is managed using a
PanelCompositeFeature,
the two positions PortalDialog.RESOURCE_ID_NAVIGATION
and PortalDialog.RESOURCE_ID_CONTENT
are supported.
| Constructor Summary | |
PortalPresentation()
|
|
| Method Summary | |
protected void |
activate()
Shows our window. |
protected void |
deactivate()
Hides our window. |
void |
dispose()
Hides and disposes our window. |
protected void |
init()
Called when the feature is initializing. |
protected void |
initPresentation()
Creates our visual representation (the #frame
and its content, the #portalPanel).
|
| Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature |
attachDialogControl, collectSystemInfo, disposeFeature, getDialogControl, isInitialized, prepare, release |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PortalPresentation()
| 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 AbstractFeatureprotected void activate()
activate in class AbstractFeatureprotected void deactivate()
deactivate in class AbstractFeature
public void dispose()
throws DisposeException
dispose in class AbstractFeatureDisposeExceptionprotected void initPresentation()
#frame
and its content, the #portalPanel).
Adds the menu bar (#createJMenuBar()) and
connects the closing event to PortalDialogActionFeature.requestCloseDialog().
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||