|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of SystemInfoNode in com.sdm.quasar.client.core.application |
| Methods in com.sdm.quasar.client.core.application with parameters of type SystemInfoNode | |
void |
DefaultSessionManager.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
AbstractApplication.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.common.config |
| Methods in com.sdm.quasar.client.core.common.config with parameters of type SystemInfoNode | |
void |
DefaultConfigManager.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.common.config.services |
| Methods in com.sdm.quasar.client.core.common.config.services with parameters of type SystemInfoNode | |
void |
DefaultConfigProviderService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.common.services |
| Methods in com.sdm.quasar.client.core.common.services with parameters of type SystemInfoNode | |
void |
DefaultServiceManager.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.common.sysinfo |
| Classes in com.sdm.quasar.client.core.common.sysinfo that implement SystemInfoNode | |
class |
DefaultSystemInfoNode
A simple implementation of SystemInfoNode. |
| Methods in com.sdm.quasar.client.core.common.sysinfo that return SystemInfoNode | |
SystemInfoNode |
SystemInfoNode.createChild(java.lang.String type)
Creates a new child SystemInfoNode with the given type. |
SystemInfoNode |
SystemInfoNode.getChild(int index)
Returns the child SystemInfoNode at the given index. |
SystemInfoNode |
SystemInfoNode.findChildById(java.lang.String id,
boolean deep)
Returns the child SystemInfoNode for the id given. |
SystemInfoNode |
DefaultSystemInfoNode.getChild(int index)
|
SystemInfoNode |
DefaultSystemInfoNode.createChild(java.lang.String type)
|
SystemInfoNode |
DefaultSystemInfoNode.findChildById(java.lang.String id,
boolean deep)
|
| Methods in com.sdm.quasar.client.core.common.sysinfo with parameters of type SystemInfoNode | |
void |
SystemInfoProvider.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
Builds the system information tree upon local information of the implementor. |
boolean |
SystemInfoOptions.markTraversedAndSetId(SystemInfoNode node,
java.lang.Object object)
Marks the given object as traversed and sets a created id to the given SystemInfoNode.
|
void |
DefaultSystemInfoRegistry.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
boolean |
DefaultSystemInfoOptions.markTraversedAndSetId(SystemInfoNode node,
java.lang.Object object)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.common.sysinfo.services |
| Methods in com.sdm.quasar.client.core.common.sysinfo.services that return SystemInfoNode | |
SystemInfoNode |
SystemInfoService.createSystemInfoRootNode(java.lang.String type)
Creates a new SystemInfoNode without a parent node.
|
SystemInfoNode |
DefaultSystemInfoService.createSystemInfoRootNode(java.lang.String type)
|
| Methods in com.sdm.quasar.client.core.common.sysinfo.services with parameters of type SystemInfoNode | |
void |
DefaultSystemInfoService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.data.impl |
| Methods in com.sdm.quasar.client.core.data.impl with parameters of type SystemInfoNode | |
void |
DefaultNodeController.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
DefaultDataManagerComponent.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
DefaultDataCore.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.data.structure |
| Methods in com.sdm.quasar.client.core.data.structure with parameters of type SystemInfoNode | |
void |
Node.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
IndexedNode.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
ComputedNode.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
AspectNode.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.dialog |
| Methods in com.sdm.quasar.client.core.dialog with parameters of type SystemInfoNode | |
void |
AbstractFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
Builds the system information tree upon local information of the implementor. The system information tree can be used within development by inspecting the system; so implementors should append their internal state (depending on the details settings within SystemInfoOptions).
The information can be appended to the tree by adding new child
SystemInformationNodes to the root node given using the
createChild(String) method and by setting information
attributes the these nodes or the given root node.
Subclasses should overwrite this method to append system informations |
| Uses of SystemInfoNode in com.sdm.quasar.client.core.dialog.impl |
| Methods in com.sdm.quasar.client.core.dialog.impl with parameters of type SystemInfoNode | |
void |
DialogSystemInfoProvider.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
DialogServiceProvider.collectSystemInfo(ID id,
SystemInfoNode root,
SystemInfoOptions options)
Builds the system information tree upon local information of the implementor about the dialog with the ID given. |
void |
DialogManager.collectSystemInfo(ID id,
SystemInfoNode root,
SystemInfoOptions options)
Builds the system information tree upon local information of the implementor about the dialog with the ID given. |
void |
DefaultSubDialogControl.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
DefaultFeatureManager.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
DefaultDialogServiceManager.collectSystemInfo(ID id,
SystemInfoNode root,
SystemInfoOptions options)
|
void |
DefaultDialogManager.collectSystemInfo(ID id,
SystemInfoNode root,
SystemInfoOptions options)
|
void |
DefaultDialogInstanceController.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
DefaultDialogInstance.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.dialog.services |
| Methods in com.sdm.quasar.client.core.dialog.services with parameters of type SystemInfoNode | |
void |
DefaultDialogConfiguration.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.dialog.services.impl |
| Methods in com.sdm.quasar.client.core.dialog.services.impl with parameters of type SystemInfoNode | |
void |
DefaultDialogDefinitionService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.dialogbase.features |
| Methods in com.sdm.quasar.client.core.dialogbase.features that return SystemInfoNode | |
SystemInfoNode |
SystemSnapshotFeature.takeSystemSnapshot(int detailLevel)
Takes a current system snapshot of the dialog hierarchy with the given detail level and returns it. |
SystemInfoNode |
SystemSnapshotFeature.takeSystemSnapshot()
Takes a current system snapshot of the dialog hierarchy normal details and returns it. |
SystemInfoNode |
SystemSnapshotFeature.takeSystemSnapshot(java.lang.String infoClass,
int detailLevel)
Takes a current system snapshot of the given information class with the given detail level and returns it. |
SystemInfoNode |
SystemSnapshotFeature.takeSystemSnapshot(java.lang.String infoClass,
SystemInfoOptions options)
Takes a current system snapshot of the given information class with the given SystemInfoOptions and returns it. |
| Methods in com.sdm.quasar.client.core.dialogbase.features with parameters of type SystemInfoNode | |
void |
SystemSnapshotFeature.saveSystemSnapshotToFile(java.io.File file,
SystemInfoNode snapshot)
Saves the system snapshot given to a file. |
void |
AutoCloseSessionFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
AbstractControllerFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.dialogsupport.features |
| Methods in com.sdm.quasar.client.core.dialogsupport.features with parameters of type SystemInfoNode | |
void |
DataManagerFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.core.embedding.features |
| Methods in com.sdm.quasar.client.core.embedding.features with parameters of type SystemInfoNode | |
void |
AbstractCompositeFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.swing.embedding.features |
| Methods in com.sdm.quasar.client.swing.embedding.features with parameters of type SystemInfoNode | |
void |
VisualRepresentationFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
TabCompositeFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
PanelCompositeFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.swing.embedding.services |
| Methods in com.sdm.quasar.client.swing.embedding.services with parameters of type SystemInfoNode | |
void |
AbstractVisualRepresentationService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
AbstractTitleService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoNode in com.sdm.quasar.client.swing.systeminfo |
| Methods in com.sdm.quasar.client.swing.systeminfo that return SystemInfoNode | |
SystemInfoNode |
NodeInfo.getSystemInfoNode()
Returns the SystemInfoNode. |
protected SystemInfoNode |
InfoTreeNodeDefinition.getOriginal(SystemInfoNode node,
InfoTreeModel model)
|
protected SystemInfoNode |
InfoTreeModel.getSystemInfoNodeForId(java.lang.String id)
|
| Methods in com.sdm.quasar.client.swing.systeminfo with parameters of type SystemInfoNode | |
protected SystemInfoNode |
InfoTreeNodeDefinition.getOriginal(SystemInfoNode node,
InfoTreeModel model)
|
NodeInfo |
InfoTreeNodeDefinition.createNodeInfo(SystemInfoNode node,
InfoTreeModel model)
|
NodeInfo[] |
InfoTreeNodeDefinition.createChildNodeInfos(SystemInfoNode node,
InfoTreeModel model)
|
protected java.lang.String |
InfoTreeNodeDefinition.getNodeText(SystemInfoNode node)
|
void |
InfoTreeModel.setRoot(SystemInfoNode root)
|
NodeInfo |
InfoTreeModel.getNodeInfo(SystemInfoNode node)
|
NodeInfo |
FeatureTreeNodeDefinition.createNodeInfo(SystemInfoNode node,
InfoTreeModel model)
|
protected java.lang.String |
FeatureTreeNodeDefinition.getNodeText(SystemInfoNode node)
|
NodeInfo |
DialogInfoTreeNodeDefinition.createNodeInfo(SystemInfoNode node,
InfoTreeModel model)
|
| Constructors in com.sdm.quasar.client.swing.systeminfo with parameters of type SystemInfoNode | |
NodeInfo(SystemInfoNode systemInfoNode)
Creates a new NodeInfo. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||