Class | Description |
---|---|
ActionTree |
This class provides a tree containing JFace Actions.
|
ClientActionBarAdvisor |
This class sets up the Eclipse action bar, registers actions and fixes the
coolbar.
|
ClientWorkbenchWindowAdvisor | |
ConnectCoreAction |
ConnectCoreAction inherits JFace Action and defines the action that occurs
when a user attempts to connect Client to a Core
|
CoreConnectDialog | |
CreateItemAction |
This class is the Action by which new Items are created through the Eclipse
menu or toolbar.
|
CreateItemActionDelegate |
This class is used by Eclipse to launch a CreateItemAction.
|
CreateItemHandler |
This is a handler for creating an
NewItemWizard . |
CreateItemViewActionDelegate |
This class is used by Eclipse to launch a CreateItemAction.
|
DeleteItemAction |
This class is the Action by which Items are deleted from the ICE database
through Eclipse.
|
DeleteItemHandler |
This is a handler for deleting any currently selected
Item s from
the ItemViewer . |
DeleteItemViewActionDelegate |
This class is used by Eclipse to launch the action that will delete Items
from ICE's database.
|
ImportFileAction |
This class is an action for importing files.
|
ImportFileWizardHandler |
This handler is used to import files into the ICE project space.
|
ImportItemWizardAction |
This class launches the ImportWizard for importing ICE Items.
|
ImportItemWizardHandler |
This is a handler for creating an
ImportItemWizard from the main
Eclipse UI ToolBar. |
ItemSelectedPropertyTester |
This class provides a
PropertyTester for determining if an
Item has been selected in the ItemViewer . |
ItemViewer |
This class provides an Eclipse view showing the list of Items that have been
created and made available in the Core.
|
LaunchMeshEditorAction |
This class provides an Action that can be used to launch a Mesh Editor.
|
LaunchMeshEditorHandler |
This class provides a handler for launching the MeshEditor.
|
PropertySource |
This class serves as an implementation of
IPropertySource with the
added functionality of wrapping some additional object. |
TreeCompositeLabelProvider |
This class is a LabelProvider for the TreeCompositeViewer in ICE.
|