|
|||||||||||
| 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.systeminfo.SystemInfoPanelFeature
This is the system info panel with a toolbar, that allows setting of the detail level and the refresh time.
| Constructor Summary | |
SystemInfoPanelFeature()
|
|
| Method Summary | |
protected void |
dispose()
Called when the feature or dialog is disposed. |
javax.swing.Action |
getSaveAction()
Returns the Action. |
javax.swing.JPanel |
getSystemInfoPanel()
Returns the JPanel. |
javax.swing.JPanel |
getToolbarPanel()
Returns the JPanel. |
protected void |
init()
Called when the feature is initializing. |
java.lang.String |
translate(java.lang.String original)
Translates the given original text to get translated by a resource entry. |
| Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature |
activate, attachDialogControl, collectSystemInfo, deactivate, 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 SystemInfoPanelFeature()
| 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()
protected void dispose()
throws DisposeException
AbstractFeature
dispose in class AbstractFeatureDisposeExceptionAbstractFeature.dispose()public javax.swing.JPanel getSystemInfoPanel()
JPanel.
public javax.swing.JPanel getToolbarPanel()
JPanel.
public javax.swing.Action getSaveAction()
Action.
public java.lang.String translate(java.lang.String original)
original - the orginal key text
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||