|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.application |
| Methods in com.sdm.quasar.client.core.application with parameters of type SystemInfoOptions | |
void |
DefaultSessionManager.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
AbstractApplication.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.common.config |
| Methods in com.sdm.quasar.client.core.common.config with parameters of type SystemInfoOptions | |
void |
DefaultConfigManager.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.common.config.services |
| Methods in com.sdm.quasar.client.core.common.config.services with parameters of type SystemInfoOptions | |
void |
DefaultConfigProviderService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.common.services |
| Methods in com.sdm.quasar.client.core.common.services with parameters of type SystemInfoOptions | |
void |
DefaultServiceManager.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.common.sysinfo |
| Classes in com.sdm.quasar.client.core.common.sysinfo that implement SystemInfoOptions | |
class |
DefaultSystemInfoOptions
An default implementation of SystemInfoOptions. |
| Methods in com.sdm.quasar.client.core.common.sysinfo with parameters of type SystemInfoOptions | |
void |
SystemInfoProvider.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
Builds the system information tree upon local information of the implementor. |
void |
DefaultSystemInfoRegistry.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.common.sysinfo.services |
| Methods in com.sdm.quasar.client.core.common.sysinfo.services that return SystemInfoOptions | |
SystemInfoOptions |
SystemInfoService.createSystemInfoOptions(int detailLevel)
Creates a new SystemInfoOptions with the given detail level.
|
SystemInfoOptions |
DefaultSystemInfoService.createSystemInfoOptions(int detailLevel)
|
| Methods in com.sdm.quasar.client.core.common.sysinfo.services with parameters of type SystemInfoOptions | |
void |
DefaultSystemInfoService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.data.impl |
| Methods in com.sdm.quasar.client.core.data.impl with parameters of type SystemInfoOptions | |
void |
DefaultNodeController.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
DefaultDataManagerComponent.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
DefaultDataCore.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.data.structure |
| Methods in com.sdm.quasar.client.core.data.structure with parameters of type SystemInfoOptions | |
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 SystemInfoOptions in com.sdm.quasar.client.core.dialog |
| Methods in com.sdm.quasar.client.core.dialog with parameters of type SystemInfoOptions | |
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
SystemInfoNode.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 SystemInfoOptions in com.sdm.quasar.client.core.dialog.impl |
| Methods in com.sdm.quasar.client.core.dialog.impl with parameters of type SystemInfoOptions | |
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 SystemInfoOptions in com.sdm.quasar.client.core.dialog.services |
| Methods in com.sdm.quasar.client.core.dialog.services with parameters of type SystemInfoOptions | |
void |
DefaultDialogConfiguration.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.dialog.services.impl |
| Methods in com.sdm.quasar.client.core.dialog.services.impl with parameters of type SystemInfoOptions | |
void |
DefaultDialogDefinitionService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.dialogbase.features |
| Methods in com.sdm.quasar.client.core.dialogbase.features that return SystemInfoOptions | |
SystemInfoOptions |
SystemSnapshotFeature.createSystemInfoOptions(int detailLevel)
Creates a new SystemInfoOptions with the given detail level.
|
| Methods in com.sdm.quasar.client.core.dialogbase.features with parameters of type SystemInfoOptions | |
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. |
void |
AutoCloseSessionFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
AbstractControllerFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.dialogsupport.features |
| Methods in com.sdm.quasar.client.core.dialogsupport.features with parameters of type SystemInfoOptions | |
void |
DataManagerFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.core.embedding.features |
| Methods in com.sdm.quasar.client.core.embedding.features with parameters of type SystemInfoOptions | |
void |
AbstractCompositeFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.swing.embedding.features |
| Methods in com.sdm.quasar.client.swing.embedding.features with parameters of type SystemInfoOptions | |
void |
VisualRepresentationFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
TabCompositeFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
PanelCompositeFeature.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
| Uses of SystemInfoOptions in com.sdm.quasar.client.swing.embedding.services |
| Methods in com.sdm.quasar.client.swing.embedding.services with parameters of type SystemInfoOptions | |
void |
AbstractVisualRepresentationService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
void |
AbstractTitleService.collectSystemInfo(SystemInfoNode root,
SystemInfoOptions options)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||