|
|||||||||||
| 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.SystemInfoTreeFeature
This is the tree panel of the system info dialog. It controls the system info tree and the refresh and detail level of it.
| Constructor Summary | |
SystemInfoTreeFeature()
|
|
| Method Summary | |
protected void |
activate()
Called when the dialog is activated. |
protected void |
deactivate()
Called when the dialog is deactivated. |
protected void |
dispose()
Called when the feature or dialog is disposed. |
int |
getDetailLevel()
Returns the int. |
long |
getRefreshTime()
Returns the long. |
javax.swing.JComponent |
getSystemInfoTree()
Returns the panel with the tree. |
protected void |
init()
Called when the feature is initializing. |
void |
refresh()
|
void |
setDetailLevel(int detailLevel)
Sets the int to the given value. |
void |
setRefreshTime(long refreshTime)
Sets the long to the given value. |
void |
start()
|
void |
stop()
|
| 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 SystemInfoTreeFeature()
| 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 long getRefreshTime()
long.
public void setRefreshTime(long refreshTime)
long to the given value.
refreshTime - the long to set.public int getDetailLevel()
int.
public void setDetailLevel(int detailLevel)
int to the given value.
detailLevel - the int to set.public javax.swing.JComponent getSystemInfoTree()
protected void activate()
AbstractFeatureLifeCycle.activate().
The default implementation in AbstractFeature does nothing.
activate in class AbstractFeatureAbstractFeature.activate()protected void deactivate()
AbstractFeatureLifeCycle.deactivate()().
The default implementation in AbstractFeature does nothing.
deactivate in class AbstractFeatureAbstractFeature.deactivate()public void start()
public void stop()
public void refresh()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||