|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.AbstractPerChildService
com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService
| Constructor Summary | |
AbstractVisualRepresentationService(DialogControl dialogControl,
SubDialogControl subDialogControl,
java.lang.String registrationContext)
Creates a new AbstractVisualRepresentationService. |
|
| Method Summary | |
void |
clearVisualRepresentation()
|
void |
collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
Builds the system information tree upon local information of the implementor. |
void |
dispose()
Disposes the component. |
javax.swing.JComponent |
getParentVisualRepresentation()
|
javax.swing.JComponent |
getVisualRepresentation()
|
void |
setVisualRepresentation(javax.swing.JComponent jcomponent)
|
protected abstract javax.swing.JComponent |
visualRepresentationChanged(javax.swing.JComponent oldVisualRepresentation,
javax.swing.JComponent newVisualRepresentation)
|
| Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractPerChildService |
getDialogControl, getSubDialogControl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractVisualRepresentationService(DialogControl dialogControl,
SubDialogControl subDialogControl,
java.lang.String registrationContext)
AbstractVisualRepresentationService.
dialogControl - subDialogControl - | Method Detail |
public void dispose()
throws DisposeException
Disposable
Important:
This method is called by an administrating component
and must never be called directly.
The implementation should release any resources or objects allocated and
any services registered. Furthermore, this method should be developed
carefully to free a maximum of resources even when the system may
have become unstable. In case of one or multiple errors, you should collect
them in a DisposeException, continue with the execution,
and throw it at the end of the method.
Note: The implementation must not return before the component is disposed. Any threads or asynchronous calls started must be completed before this method returns.
dispose in interface DisposableDisposeException - if there was one or more errors while
disposing the component.Disposable.dispose()public javax.swing.JComponent getParentVisualRepresentation()
getParentVisualRepresentation in interface VisualRepresentationServicecom.sdm.quasar.client.core.embedding.services.VisualRepresentationService#getParentVisualRepresentation()public final javax.swing.JComponent getVisualRepresentation()
getVisualRepresentation in interface VisualRepresentationServicecom.sdm.quasar.client.core.embedding.services.VisualRepresentationService#getVisualRepresentation()public final void setVisualRepresentation(javax.swing.JComponent jcomponent)
setVisualRepresentation in interface VisualRepresentationServicecom.sdm.quasar.client.core.embedding.services.VisualRepresentationService#setVisualRepresentation(javax.swing.JComponent)public void clearVisualRepresentation()
clearVisualRepresentation in interface VisualRepresentationServicecom.sdm.quasar.client.core.embedding.services.VisualRepresentationService#clearVisualRepresentation()
protected abstract javax.swing.JComponent visualRepresentationChanged(javax.swing.JComponent oldVisualRepresentation,
javax.swing.JComponent newVisualRepresentation)
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 | ||||||||||