- IAbstractMatrix<E> - Interface in org.eclipse.ice.kdd.kddmath
-
IAbstractMatrix is an interface for clients to realize that provides the
basic functionality of a nRows x nCols matrix of elements.
- IActionFactory - Interface in org.eclipse.ice.item
-
A place hold for the eventual IActionFactory service interface.
- IAnalysisAsset - Interface in org.eclipse.ice.analysistool
-
This interface represents an asset created by an IAnalysisDocument.
- IAnalysisDocument - Interface in org.eclipse.ice.analysistool
-
IAnalysisDocuments are essentially collections of IAnalysisAssets.
- IAnalysisTool - Interface in org.eclipse.ice.analysistool
-
IAnalysisTools are tools that can be used to analyze data.
- IAnalysisView - Interface in org.eclipse.ice.client.widgets.reactoreditor
-
This provides an interface for analysis views that will be displayed inside
an AnalysisToolComposite.
- IAnalysisWidgetFactory - Interface in org.eclipse.ice.client.widgets.reactoreditor
-
This provides a factory interface for producing analysis widgets.
- IAnalysisWidgetRegistry - Interface in org.eclipse.ice.client.widgets.reactoreditor
-
This class provides an interface for an OSGi-DS-based registry.
- IButtonCellContentProvider - Interface in org.eclipse.ice.client.common.properties
-
This interface provides additional methods for accessing an
ICellContentProvider
in the context of a cell represented by a
Button
widget.
- ICameraListener - Interface in org.eclipse.ice.client.widgets.mesh
-
This is an interface for classes that need to listen to particular camera
events.
- ICEDataComponentDetailsPage - Class in org.eclipse.ice.client.widgets
-
This class implements the IDetailsPage interface to provide a Details page
for ICE DataComponents.
- ICEDataComponentDetailsPage(DataComponent, ICEFormEditor) - Constructor for class org.eclipse.ice.client.widgets.ICEDataComponentDetailsPage
-
The constructor.
- ICEDataComponentSectionPart - Class in org.eclipse.ice.client.widgets
-
This class is a subclass of SectionPart from org.eclipse.ui.forms that
renders, updates and monitors an ICE TableComponent that is part of an
ICEForm.
- ICEDataComponentSectionPart(Section, ICEFormEditor, IManagedForm) - Constructor for class org.eclipse.ice.client.widgets.ICEDataComponentSectionPart
-
The Constructor
- ICEDetailsPageProvider - Class in org.eclipse.ice.client.widgets
-
This class implements the IDetailsPageProvider interface to provide a Details pages for a MasterDetailsBlock.
- ICEDetailsPageProvider(MasterDetailsComponent, ICEFormEditor) - Constructor for class org.eclipse.ice.client.widgets.ICEDetailsPageProvider
-
The constructor.
- ICEFormEditor - Class in org.eclipse.ice.client.widgets
-
The ICEFormEditor is an Eclipse FormEditor subclass that renders and displays
a Form.
- ICEFormEditor() - Constructor for class org.eclipse.ice.client.widgets.ICEFormEditor
-
The Constructor
- ICEFormInput - Class in org.eclipse.ice.client.widgets
-
This class is a wrapper around the Form class in ICE that realizes the appropriate Eclipse interface and can be used by Eclipse Forms.
- ICEFormInput(Form) - Constructor for class org.eclipse.ice.client.widgets.ICEFormInput
-
The constructor for this Eclipse editor input.
- ICEFormPage - Class in org.eclipse.ice.client.widgets
-
The ICEFormPage class is the base class for all FormPages in ICE.
- ICEFormPage(FormEditor, String, String) - Constructor for class org.eclipse.ice.client.widgets.ICEFormPage
-
The Constructor
- ICEGeometryPage - Class in org.eclipse.ice.client.widgets
-
This class is ICEFormPage that displays the GeometryEditor powered by JME3.
- ICEGeometryPage(FormEditor, String, String) - Constructor for class org.eclipse.ice.client.widgets.ICEGeometryPage
-
This sets the FormEditor to be opened on, as well as the id and title
Strings.
- ICEJAXBClassProvider - Class in org.eclipse.ice.datastructures.jaxbclassprovider
-
The ICEJAXBClassProvider is a realization of the IJAXBClassProvider that
provides a list of classes that the XMLPersistenceProvider's JAXBContext must
be aware of when marshalling/unmarshalling ICE data structures.
- ICEJAXBClassProvider() - Constructor for class org.eclipse.ice.datastructures.jaxbclassprovider.ICEJAXBClassProvider
-
- ICEJAXBHandler - Class in org.eclipse.ice.datastructures.ICEObject
-
This class is responsible for reading and writing JAXB-annotated classes into
and out of ICE.
- ICEJAXBHandler() - Constructor for class org.eclipse.ice.datastructures.ICEObject.ICEJAXBHandler
-
- ICEJschUIInfo - Class in org.eclipse.ice.item.action
-
The ICEJschUIInfo class gathers password information from a LoginInfoForm to
provide the password to Jsch.
- ICEJschUIInfo() - Constructor for class org.eclipse.ice.item.action.ICEJschUIInfo
-
The constructor.
- ICEList<varType> - Class in org.eclipse.ice.datastructures.ICEObject
-
A generic list container used by ICE to transmit lists in XML.
- ICEList() - Constructor for class org.eclipse.ice.datastructures.ICEObject.ICEList
-
- ICellContentProvider - Interface in org.eclipse.ice.client.common.properties
-
For individual columns in a JFace TableViewer
, we often require a
CellLabelProvider
to generate labels for table cells and an
EditingSupport
to enable editing the values in those cells.
- ICEMasterDetailsPage - Class in org.eclipse.ice.client.widgets
-
This class is a FormPage that creates a page with as master-details block for
manipulating an ICEMasterDetailsComponent.
- ICEMasterDetailsPage(FormEditor, String, String) - Constructor for class org.eclipse.ice.client.widgets.ICEMasterDetailsPage
-
The constructor.
- ICEMatrixComponentSectionPart - Class in org.eclipse.ice.client.widgets
-
This class is a subclass of SectionPart from org.eclipse.ui.forms that
renders, updates and monitors an ICE MatrixComponent that is part of a
ICEForm.
- ICEMatrixComponentSectionPart(Section, FormEditor, IManagedForm) - Constructor for class org.eclipse.ice.client.widgets.ICEMatrixComponentSectionPart
-
The Constructor
- ICEMeshPage - Class in org.eclipse.ice.client.widgets
-
This class extends ICEFormPage to provide an area for the jME3 canvas and a
toolbar for creating and modifying the mesh.
- ICEMeshPage(FormEditor, String, String) - Constructor for class org.eclipse.ice.client.widgets.ICEMeshPage
-
The constructor
- ICEObject - Class in org.eclipse.ice.datastructures.ICEObject
-
ICEObject is the base class for all common, shared data structures in ICE
with the notable exception of the ICEList.
- ICEObject() - Constructor for class org.eclipse.ice.datastructures.ICEObject.ICEObject
-
The Constructor
- ICEResource - Class in org.eclipse.ice.datastructures.resource
-
The Resource class represents persistent data resources used by ICE and the
other software packages with which it interacts.
- ICEResource() - Constructor for class org.eclipse.ice.datastructures.resource.ICEResource
-
The default constructor.
- ICEResource(File) - Constructor for class org.eclipse.ice.datastructures.resource.ICEResource
-
An alternative constructor that takes the File as an argument.
- ICEResourcePage - Class in org.eclipse.ice.client.widgets
-
This class is a FormPage that creates a page with table and metadata viewing
area for an ICE ResourceComponent.
- ICEResourcePage(FormEditor, String, String) - Constructor for class org.eclipse.ice.client.widgets.ICEResourcePage
-
The default constructor.
- ICEResourceView - Class in org.eclipse.ice.client.widgets
-
This class is a ViewPart that creates a tree of text files and a tree of
image files collected as ICEResourceComponents.
- ICEResourceView() - Constructor for class org.eclipse.ice.client.widgets.ICEResourceView
-
The default constructor.
- ICEScrolledPropertiesBlock - Class in org.eclipse.ice.client.widgets
-
This is a subclass of MasterDetailsBlock that works with a structured content
provider that is provided by ICE.
- ICEScrolledPropertiesBlock(MasterDetailsComponent, ICEFormEditor, IDetailsPageProvider) - Constructor for class org.eclipse.ice.client.widgets.ICEScrolledPropertiesBlock
-
The constructor.
- ICESectionPage - Class in org.eclipse.ice.client.widgets
-
This class is a FormPage that creates a page with multiple sections for a set
of ICE DataComponents.
- ICESectionPage(FormEditor, String, String) - Constructor for class org.eclipse.ice.client.widgets.ICESectionPage
-
The Constructor
- ICETableComponentSectionPart - Class in org.eclipse.ice.client.widgets
-
This class is a subclass of SectionPart from org.eclipse.ui.forms that
renders, updates and monitors an ICE DataComponent that is part of a ICEForm.
- ICETableComponentSectionPart(Section, FormEditor, IManagedForm) - Constructor for class org.eclipse.ice.client.widgets.ICETableComponentSectionPart
-
The Constructor
- ICEXMLProcessor - Class in org.eclipse.ice.datastructures.form.emf
-
ICEXMLProcessor is a subclass of the Eclipse Modeling Framework's (EMF)
utility XMLProcessor class.
- ICEXMLProcessor(URI) - Constructor for class org.eclipse.ice.datastructures.form.emf.ICEXMLProcessor
-
The constructor, takes an XML schema Java File.
- IClient - Interface in org.eclipse.ice.iclient
-
IClient is an interface that must be realized by clients of ICE.
- IComboCellContentProvider - Interface in org.eclipse.ice.client.common.properties
-
This interface provides additional methods for accessing an
ICellContentProvider
that may have a discrete set of allowed values
associated with it.
- iComponentListener - Static variable in interface org.eclipse.ice.datastructures.ICEObject.IUpdateable
-
- IComponentVisitor - Interface in org.eclipse.ice.datastructures.componentVisitor
-
This interface defines the "visitation" routines that implementations of
Component may use to reveal their types to visitors.
- iComponentVisitor - Static variable in interface org.eclipse.ice.datastructures.ICEObject.Component
-
- ICompositeItemBuilder - Interface in org.eclipse.ice.item
-
This class builds Items that depend on other Items.
- IConnectionAdapter<T> - Interface in org.eclipse.ice.viz.service.connections
-
This is an interface for adapters that wrap any sort of local or remote
connection.
- IConnectionClient<T> - Interface in org.eclipse.ice.viz.service.connections
-
- ICore - Interface in org.eclipse.ice.core.iCore
-
ICore is an interface that is realized by Core and used by clients that
connect to the Core.
- ID - Static variable in class org.eclipse.ice.client.common.ConnectCoreAction
-
- ID - Static variable in class org.eclipse.ice.client.common.CreateItemAction
-
Action ID
- ID - Static variable in class org.eclipse.ice.client.common.DeleteItemAction
-
Action ID
- ID - Static variable in class org.eclipse.ice.client.common.ImportFileAction
-
- ID - Static variable in class org.eclipse.ice.client.common.ImportItemWizardAction
-
Action ID
- ID - Static variable in class org.eclipse.ice.client.common.ItemViewer
-
The id
- ID - Static variable in class org.eclipse.ice.client.common.LaunchMeshEditorAction
-
The Action's ID.
- id - Variable in class org.eclipse.ice.client.common.properties.TreeProperty
-
The ID of the property.
- ID - Static variable in class org.eclipse.ice.client.rcp.workspaceviewer.WorkspaceExplorer
-
- ID - Static variable in class org.eclipse.ice.client.widgets.EMFSectionPage
-
- ID - Static variable in class org.eclipse.ice.client.widgets.EMFTreeCompositeViewer
-
The ID of this view
- ID - Static variable in class org.eclipse.ice.client.widgets.geometry.ShapeTreeView
-
Eclipse view ID
- ID - Static variable in class org.eclipse.ice.client.widgets.geometry.TransformationView
-
Eclipse view ID
- ID - Static variable in class org.eclipse.ice.client.widgets.ICEFormEditor
-
ID for Eclipse
- ID - Static variable in class org.eclipse.ice.client.widgets.ICEMeshPage
-
Eclipse view ID
- ID - Static variable in class org.eclipse.ice.client.widgets.ICEResourceView
-
- ID - Static variable in class org.eclipse.ice.client.widgets.MeshElementTreeView
-
Eclipse view ID
- ID - Static variable in class org.eclipse.ice.client.widgets.moose.MOOSEFormEditor
-
ID for Eclipse, used for the bundle's editor extension point.
- ID - Static variable in class org.eclipse.ice.client.widgets.moose.MOOSEPerspective
-
The perspective's ID as used in the plugin.xml
.
- ID - Static variable in class org.eclipse.ice.client.widgets.moose.MOOSETreeCompositeView
-
The ID of this view.
- ID - Static variable in class org.eclipse.ice.client.widgets.Perspective
-
- ID - Static variable in class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormEditor
-
ID for Eclipse
- ID - Static variable in class org.eclipse.ice.client.widgets.TreeCompositeViewer
-
The id
- id - Variable in enum org.eclipse.ice.datastructures.form.mesh.BoundaryConditionType
-
This attribute stores a human-readable reason for rejecting an invalid
value passed to setValue().
- ID - Static variable in class org.eclipse.ice.materials.ui.MaterialsDatabaseEditor
-
The unique ID of this editor part
- ID - Static variable in class org.eclipse.ice.materials.ui.perspectives.MaterialsPerspective
-
The id of this perspective.
- ID - Static variable in class org.eclipse.ice.reactor.perspective.ReactorsPerspective
-
The ID of this perspective.
- ID - Static variable in class org.eclipse.ice.reactor.perspective.ReactorViewer
-
The id for this view
- ID - Static variable in class org.eclipse.ice.viz.csv.viewer.CSVDataTableViewer
-
The ID for this view
- ID - Static variable in class org.eclipse.ice.viz.csv.viewer.CSVPlotViewer
-
The ID for this view
- ID - Static variable in class org.eclipse.ice.viz.service.csv.CSVPlotEditor
-
The ID for this editor.
- ID - Static variable in class org.eclipse.ice.viz.visit.VisitEditor
-
The ID for this editor.
- ID - Static variable in class org.eclipse.ice.viz.visit.VisitPlotViewer
-
The ID for this view
- ID - Static variable in class org.eclipse.ice.viz.VisualizationPerspective
-
The id of this perspective.
- ID - Static variable in class org.eclipse.ice.viz.VizFileViewer
-
The ID for this view.
- IData - Interface in org.eclipse.ice.analysistool
-
An interface that provides the position and value of a data entry as well as a descriptive tag about the featureof the entry that the data represents.
- IDataMatrix - Class in org.eclipse.ice.kdd.kddmath
-
IDataMatrix is a realization of the IAbstractMatrix with the IData template
parameter.
- IDataMatrix(IDataProvider) - Constructor for class org.eclipse.ice.kdd.kddmath.IDataMatrix
-
Create this IDataMatrix from a valid IDataProvider.
- IDataMatrix(int, int, ArrayList<IData>) - Constructor for class org.eclipse.ice.kdd.kddmath.IDataMatrix
-
The constructor, used for constructing a IDataMatrix from a set of IData.
- IDataProvider - Interface in org.eclipse.ice.analysistool
-
An interface for determining what features are available for a particular object(pin-power, temperature, etc).
- IdealPump - Class in org.eclipse.ice.reactor.plant
-
An ideal pump (isothermal).
- IdealPump() - Constructor for class org.eclipse.ice.reactor.plant.IdealPump
-
Nullary constructor (calls superconstructor).
- IDeletePlotActionViewPart - Interface in org.eclipse.ice.viz
-
Classes that implement this interface are expected to include a
DeletePlotAction
.
- Identifiable - Interface in org.eclipse.ice.datastructures.ICEObject
-
This interface describes operations that would make a class uniquely
identifiable to ICE.
- IElementSource<T> - Interface in org.eclipse.ice.datastructures.ICEObject
-
This interface provides a list of possible new elements for a ListComponent.
- IEmbeddedViewClient - Interface in org.eclipse.ice.client.widgets.jme
-
- IEntryContentProvider - Interface in org.eclipse.ice.datastructures.form
-
An interface that contains the basic getters and setters required to pull
data from the Entry.
- IErrorBox - Interface in org.eclipse.ice.iclient.uiwidgets
-
The IErrorBox interface describes the operations that ICE expects from a Widget that can report errors.
- IExtraInfoWidget - Interface in org.eclipse.ice.iclient.uiwidgets
-
The IExtraInfoWidget interface describes the operations that ICE expects to use when it need to request additional information from a user that was originally requested in an IFormWidget.
- IFormWidget - Interface in org.eclipse.ice.iclient.uiwidgets
-
The IFormWidget interface describes the operations that ICE expects from a Widget that can display Forms.
- IFormWidgetBuilder - Interface in org.eclipse.ice.client.widgets
-
This interface can be realized by client developers to customize the way that the EclipseUIWidgetFactory renders Forms for the user.
- IGridListener - Interface in org.eclipse.ice.client.widgets.reactoreditor.grid
-
This interface provides a listener for grid cells.
- IGridManager - Interface in org.eclipse.ice.reactor
-
An interface for managing Components on a grid.
- IGridManager - Interface in org.eclipse.ice.reactor.sfr.base
-
Classes that implement this interface should keep
track the locations of each Component added.
- IHdfIOFactory - Interface in org.eclipse.ice.io.hdf
-
This is an interface for factories that can write and read objects to and
from HDF5 files.
- IHdfIORegistry - Interface in org.eclipse.ice.io.hdf
-
This interface provides a registry for
IHdfIOFactory
instances
provided as OSGi Declarative Services.
- IHdfReadable - Interface in org.eclipse.ice.io.hdf
-
An interface that provides the required operations for populating an ICE data
structure from an HDF5 file.
- IHdfReader - Interface in org.eclipse.ice.io.hdf
-
An interface that provides the required operations for reading and creating
an IHdfWriteable tree from an HDF5 file.
- IHdfWriteable - Interface in org.eclipse.ice.io.hdf
-
An interface that provides the required operations for populating an HDF5
file from an ICE data structure.
- IHdfWriter - Interface in org.eclipse.ice.io.hdf
-
An interface that provides the required operations for writing an
IHdfWriteable tree to an HDF5 file.
- IJAXBClassProvider - Interface in org.eclipse.ice.datastructures.jaxbclassprovider
-
The IJAXBClassProvider interface provides the methods necessary to inform
clients creating a JAXBContext object of the relevant classes that must be
known for succesfull marshalling/unmarshalling of XML data.
- IJunction - Interface in org.eclipse.ice.reactor.plant
-
- IJunctionListener - Interface in org.eclipse.ice.reactor.plant
-
This interface is for clients that need to listen to
IJunction
s for
updates.
- IKeyChangeListener - Interface in org.eclipse.ice.viz.service.connections
-
An
IKeyChangeListener
is designed specifically to listen to a
IKeyManager
for key change events, e.g., adding, removing, or
changing keys.
- IKeyManager - Interface in org.eclipse.ice.viz.service.connections
-
An IKeyManager
manages a set of available keys.
- ILWRComponentVisitor - Interface in org.eclipse.ice.reactor
-
This interface defines the "visitation" routines that LWRComponents and
subclasses may use to reveal their types to visitors.
- IMasterApplicationFactory - Interface in org.eclipse.ice.client.widgets.jme.internal
-
This is an interface for a factory that can create and dispose of
MasterApplication
s.
- IMaterialsDatabase - Interface in org.eclipse.ice.materials
-
This is a simple interface for managing and dealing with a Materials
database.
- IMeshPart - Interface in org.eclipse.ice.datastructures.form.mesh
-
- IMeshPartVisitor - Interface in org.eclipse.ice.datastructures.form.mesh
-
This interface is used for visiting commonly-used mesh classes.
- IMeshSelectionListener - Interface in org.eclipse.ice.client.widgets.mesh
-
This interface provides a listener to be notified when the current selection
in a jME3-based MeshApplication has changed.
- importFile(URI) - Method in class org.eclipse.ice.client.internal.Client
-
(non-Javadoc)
- importFile(URI) - Method in class org.eclipse.ice.client.internal.RemoteCoreProxy
-
(non-Javadoc)
- importFile(URI) - Method in interface org.eclipse.ice.core.iCore.ICore
-
This operation directs the core to import a file into its workspace.
- importFile(URI) - Method in class org.eclipse.ice.core.internal.Core
-
(non-Javadoc)
- importFile(URI) - Method in interface org.eclipse.ice.iclient.IClient
-
This operation directs ICE to import a file into its workspace.
- ImportFileAction - Class in org.eclipse.ice.client.common
-
This class is an action for importing files.
- ImportFileAction(IWorkbenchWindow) - Constructor for class org.eclipse.ice.client.common.ImportFileAction
-
Constructor
- importFileAsItem(URI, String) - Method in class org.eclipse.ice.client.internal.Client
-
- importFileAsItem(URI, String) - Method in class org.eclipse.ice.client.internal.RemoteCoreProxy
-
- importFileAsItem(URI, String) - Method in interface org.eclipse.ice.core.iCore.ICore
-
This operation directs the core to import a file into its workspace and
load that file as an input for the specified Item type.
- importFileAsItem(URI, String) - Method in class org.eclipse.ice.core.internal.Core
-
(non-Javadoc)
- importFileAsItem(URI, String) - Method in interface org.eclipse.ice.iclient.IClient
-
This operation direct ICE import a file into its workspace and load that file as an input for the specified Item type.
- ImportFileWizard - Class in org.eclipse.ice.client.common.wizards
-
This class provides a wizard for importing files into the ICE workspace, or
/home/user/ICEFiles/default
.
- ImportFileWizard() - Constructor for class org.eclipse.ice.client.common.wizards.ImportFileWizard
-
A nullary constructor.
- ImportFileWizard(IWorkbenchWindow) - Constructor for class org.eclipse.ice.client.common.wizards.ImportFileWizard
-
The default constructor.
- ImportFileWizardHandler - Class in org.eclipse.ice.client.common
-
This handler is used to import files into the ICE project space.
- ImportFileWizardHandler() - Constructor for class org.eclipse.ice.client.common.ImportFileWizardHandler
-
- ImportFileWizardPage - Class in org.eclipse.ice.client.common.wizards
-
- ImportFileWizardPage(String) - Constructor for class org.eclipse.ice.client.common.wizards.ImportFileWizardPage
-
The default constructor.
- ImportItemWizard - Class in org.eclipse.ice.client.common.wizards
-
This class provides a wizard for importing files into ICE for use with an
Item
.
- ImportItemWizard() - Constructor for class org.eclipse.ice.client.common.wizards.ImportItemWizard
-
A nullary constructor.
- ImportItemWizard(IWorkbenchWindow) - Constructor for class org.eclipse.ice.client.common.wizards.ImportItemWizard
-
The default constructor.
- ImportItemWizardAction - Class in org.eclipse.ice.client.common
-
This class launches the ImportWizard for importing ICE Items.
- ImportItemWizardAction(IWorkbenchWindow) - Constructor for class org.eclipse.ice.client.common.ImportItemWizardAction
-
Constructor
- ImportItemWizardHandler - Class in org.eclipse.ice.client.common
-
This is a handler for creating an
ImportItemWizard
from the main
Eclipse UI ToolBar.
- ImportItemWizardHandler() - Constructor for class org.eclipse.ice.client.common.ImportItemWizardHandler
-
- ImportItemWizardPage - Class in org.eclipse.ice.client.common.wizards
-
This class provides the main wizard page for importing files into ICE for
specific Item
s.
- ImportItemWizardPage(String) - Constructor for class org.eclipse.ice.client.common.wizards.ImportItemWizardPage
-
The default constructor.
- incAbsLength - Variable in class org.eclipse.ice.reflectivity.Tile
-
The incoherent absorption length of the reflecting tile/layer.
- IncoreInstrument - Class in org.eclipse.ice.reactor.pwr
-
The IncoreInstrument class represents instruments (or detectors) that are
used for power distribution monitoring inside of a PWReactor.
- IncoreInstrument() - Constructor for class org.eclipse.ice.reactor.pwr.IncoreInstrument
-
The nullary Constructor.
- IncoreInstrument(String, Ring) - Constructor for class org.eclipse.ice.reactor.pwr.IncoreInstrument
-
A parameterized Constructor.
- INIReader - Class in org.eclipse.ice.io.ini
-
The INIReader provides functionality for parsing files that use the INI
structure.
- INIReader() - Constructor for class org.eclipse.ice.io.ini.INIReader
-
Constructor using the ! as a comment is the default behavior
- INIReader(String) - Constructor for class org.eclipse.ice.io.ini.INIReader
-
Constructor allowing the specification of different comment symbols.
- init(IWorkbenchWindow) - Method in class org.eclipse.ice.client.common.CreateItemActionDelegate
-
- init(IViewPart) - Method in class org.eclipse.ice.client.common.CreateItemViewActionDelegate
-
- init(IViewPart) - Method in class org.eclipse.ice.client.common.DeleteItemViewActionDelegate
-
- init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ice.client.common.wizards.ImportFileWizard
-
This is called when initialized by the Eclipse workbench (i.e., via the
basic import wizard).
- init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ice.client.common.wizards.NewItemWizard
-
This is called when initialized by the Eclipse workbench (i.e., via the
basic new wizard).
- init(IWorkbenchWindow) - Method in class org.eclipse.ice.client.rcp.actions.SwitchWorkspaceActionDelegate
-
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.ice.client.widgets.ICEFormEditor
-
This operation overrides init so that the ICE Form, passed as an
IEditorInput, can be stored.
- init(IWorkbench) - Method in class org.eclipse.ice.client.widgets.moose.MoosePreferencePage
-
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormEditor
-
This operation overrides init so that the ICE Form, passed as an
IEditorInput, can be stored.
- init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ice.materials.ui.AddMaterialWizard
-
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.ice.materials.ui.MaterialsDatabaseEditor
-
- init(IWorkbench) - Method in class org.eclipse.ice.viz.service.AbstractVizPreferencePage
-
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.ice.viz.service.csv.CSVPlotEditor
-
- init(IWorkbench) - Method in class org.eclipse.ice.viz.service.preferences.VizConnectionPreferencePage
-
- init(IWorkbench) - Method in class org.eclipse.ice.viz.service.VizPreferencePage
-
- init(IEditorSite, IEditorInput) - Method in class org.eclipse.ice.viz.visit.VisitEditor
-
- initialize(IManagedForm) - Method in class org.eclipse.ice.client.widgets.ICEDataComponentDetailsPage
-
(non-Javadoc)
- initialize(AppStateManager, Application) - Method in class org.eclipse.ice.client.widgets.jme.CompositeAppState
-
In addition to the default behavior, this method initializes any child
SimpleAppState
s.
- initialize(RenderManager, ViewPort) - Method in class org.eclipse.ice.client.widgets.jme.EmbeddedView
-
Initializes the view as a SceneProcessor
.
- initialize(AppStateManager, Application) - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
-
- initialize(Subject, CallbackHandler, Map, Map) - Method in class org.eclipse.ice.core.internal.SimpleLogin
-
Initialize this LoginModule by setting the subject and the call-back
handler.
- initialize(IManagedForm) - Method in class org.eclipse.ice.materials.ui.MaterialDetailsPage
-
- initializeDefaultPreferences() - Method in class org.eclipse.ice.viz.service.visit.VisItPreferenceInitializer
-
- initializeDefaultPreferences() - Method in class org.eclipse.ice.viz.service.VizPreferenceInitializer
-
- INIWriter - Class in org.eclipse.ice.io.ini
-
The INIWriter provides functionality for writing a group of TableComponents
to a text file with the INI structure.
- INIWriter() - Constructor for class org.eclipse.ice.io.ini.INIWriter
-
Constructor using the = as the way to assign variables to their values is
the default behavior
- INIWriter(String) - Constructor for class org.eclipse.ice.io.ini.INIWriter
-
Constructor for using a custom variable assignment string
- Inlet - Class in org.eclipse.ice.reactor.plant
-
A component for an inlet with prescribed pressure and temperature.
- Inlet() - Constructor for class org.eclipse.ice.reactor.plant.Inlet
-
Nullary constructor (calls superconstructor).
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.client.common.properties.TreePropertyContentProvider
-
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.client.rcp.workspaceviewer.WorkspaceExplorerContentProvider
-
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.client.widgets.geometry.ShapeTreeContentProvider
-
(non-Javadoc)
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.client.widgets.TreeCompositeContentProvider
-
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.materials.ui.MaterialPropertyContentProvider
-
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.materials.ui.MaterialsDatabaseContentProvider
-
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.reactor.perspective.ReactorTreeContentProvider
-
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.viz.csv.viewer.DataTableContentProvider
-
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.viz.csv.viewer.PlotTreeContentProvider
-
- inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ice.viz.service.preferences.TableComponentContentProvider
-
- InputControl - Class in org.eclipse.ice.client.widgets.jme
-
Input controls for jME typically require three components:
an InputListener
(e.g., an ActionListener
or an
AnalogListener
)
one or more mapping names (e.g., "leftClick", "rightClick")
one or more Trigger
s per mapping name
- InputControl(InputListener, String...) - Constructor for class org.eclipse.ice.client.widgets.jme.InputControl
-
The default constructor.
- inputReactorComponentId - Static variable in class org.eclipse.ice.reactorAnalyzer.ReactorAnalyzer
-
The component id for the IReactorComponent component that holds analysis
artifacts
- interfaceWidth - Variable in class org.eclipse.ice.reflectivity.Slab
-
The interfacial width of the slab.
- IObservableWidget - Interface in org.eclipse.ice.iclient.uiwidgets
-
The IObservableWidget interface describes the operations that must be realized by Widgets that are observable vian ICE event listeners (i.e.
- IORegistryHolder - Class in org.eclipse.ice.reactor.perspective.internal
-
This class grabs the currently available
IHdfIORegistry
implementation from the OSGi Declarative Services.
- IORegistryHolder() - Constructor for class org.eclipse.ice.reactor.perspective.internal.IORegistryHolder
-
- IOService - Class in org.eclipse.ice.io.serializable
-
This class serves as a container for all IReaders and IWriters exposed to
the underlying OSGi framework as a Declarative Service.
- IOService() - Constructor for class org.eclipse.ice.io.serializable.IOService
-
The constructor
- IPersistenceProvider - Interface in org.eclipse.ice.core.iCore
-
An interface designed for item persistence within ICE.
- IPlantComponentVisitor - Interface in org.eclipse.ice.reactor.plant
-
Defines the visitation routine for PlantComponents so that the type of a PlantComponent can be revealed.
- IPlantCompositeListener - Interface in org.eclipse.ice.reactor.plant
-
- IPlantControllerManagerListener - Interface in org.eclipse.ice.client.widgets.reactoreditor.plant
-
- IPlot - Interface in org.eclipse.ice.viz.service
-
This interface defines the principle type for plots created and handled by
the platform.
- IProcessEventListener - Interface in org.eclipse.ice.iclient.uiwidgets
-
Implementations of the IProcessEventListener are registered with a FormWidget and notified when a process is selected.
- IPSReader - Class in org.eclipse.ice.io.ips
-
IPSReader class is responsible for reading the contents of an IPS INI (.conf)
file and converting it into appropriate data structures for ICE to use.
- IPSReader() - Constructor for class org.eclipse.ice.io.ips.IPSReader
-
Nullary constructor
- IPSWriter - Class in org.eclipse.ice.io.ips
-
IPSWriter is a class responsible for converting an ICE Form and writing it as
an IPS Configuration file.
- IPSWriter() - Constructor for class org.eclipse.ice.io.ips.IPSWriter
-
Nullary constructor
- IReactorComponent - Interface in org.eclipse.ice.datastructures.componentVisitor
-
This interface specializes the Component interface for LWRReactors.
- IReactorEditorRegistry - Interface in org.eclipse.ice.client.widgets.reactoreditor
-
- IReader - Interface in org.eclipse.ice.io.serializable
-
The IReader interface defines the functionality needed to read files into an
expected ICE internal object representation.
- IRenderQueue - Interface in org.eclipse.ice.client.widgets.jme
-
This interface is for objects that can perform some rendering task.
- isActive() - Method in class org.eclipse.ice.datastructures.form.TreeComposite
-
This operation indicates if the TreeComposite is active.
- isActive() - Method in class org.eclipse.ice.item.utilities.moose.Block
-
This operation indicates if the block is Active.
- isAdaptiveType() - Method in class org.eclipse.ice.client.common.properties.TreeProperty
-
- isAvailable(ArrayList<IDataProvider>) - Method in class org.eclipse.ice.kdd.kddstrategy.godfreystrategy.GodfreyBuilder
-
This method should take the input IDataProvider list and perform custom
checks on the providers to indicate whether or not the given data can be
used by the corresponding KDDStrategy.
- isAvailable(ArrayList<IDataProvider>) - Method in interface org.eclipse.ice.kdd.kddstrategy.IStrategyBuilder
-
This method should take the input IDataProvider list and perform custom
checks on the providers to indicate whether or not the given data can be
used by the corresponding KDDStrategy.
- isAvailable(ArrayList<IDataProvider>) - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.RawKMeansBuilder
-
- isChecked(Object) - Method in class org.eclipse.ice.client.widgets.moose.MOOSETreeCheckStateManager
-
Nodes are checked if their active flag is set to true.
- isClustered() - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ClusterKDDMatrix
-
This method indicates whether or not this matrix has been clustered.
- isContour() - Method in class org.eclipse.ice.viz.service.csv.PlotProvider
-
Method to check if this plotProvider is a contour
- isDirty() - Method in class org.eclipse.ice.client.widgets.ICEDataComponentDetailsPage
-
- isDirty() - Method in class org.eclipse.ice.client.widgets.ICEFormEditor
-
This operation overrides isDirty to report the dirty state of the
FormEditor.
- isDirty() - Method in class org.eclipse.ice.client.widgets.ICEGeometryPage
-
Returns the dirty status of the Page.
- isDirty() - Method in class org.eclipse.ice.materials.ui.MaterialDetailsPage
-
- isDirty() - Method in class org.eclipse.ice.materials.ui.MaterialsDatabaseEditor
-
- isDirty() - Method in class org.eclipse.ice.viz.service.csv.CSVPlotEditor
-
- isDirty() - Method in class org.eclipse.ice.viz.visit.VisitEditor
-
- ISecretCellContentProvider - Interface in org.eclipse.ice.viz.service.preferences
-
An
ISecretCellContentProvider
is simply a basic
ICellContentProvider
with one additional property: Should the content
in the cell be obscured (secret)?
- isEditable(T, int) - Method in class org.eclipse.ice.datastructures.ICEObject.ListComponent
-
- isEditable(Material, int) - Method in class org.eclipse.ice.materials.MaterialWritableTableFormat
-
- isEmpty() - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.Cluster
-
Returns whether or not this Cluster contains any data elements.
- isEnabled(Object) - Method in class org.eclipse.ice.client.common.properties.DescriptionCellContentProvider
-
Change the edit policy so users can edit the descriptions/comments of any
TreeProperty
.
- isEnabled(Object) - Method in interface org.eclipse.ice.client.common.properties.ICellContentProvider
-
Gets whether or not the specified element's cell should be enabled.
- isEnabled(Object) - Method in class org.eclipse.ice.client.common.properties.NameCellContentProvider
-
Change the default edit policy so that the name of an
Entry
that
is required cannot be changed.
- isEnabled(Object) - Method in class org.eclipse.ice.client.common.properties.TreePropertyCellContentProvider
-
By default, any valid
TreeProperty
that is not read-only is
enabled.
- isEnabled() - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
-
- isEnabled(Object) - Method in class org.eclipse.ice.client.widgets.moose.CheckboxCellContentProvider
-
The cell is enabled if the
TreeProperty
's
Entry
is
required, otherwise it is disabled.
- isEnabled() - Method in class org.eclipse.ice.item.Item
-
True if the Item is enabled, false if it is disabled.
- isEnabled() - Method in class org.eclipse.ice.item.utilities.moose.Parameter
-
Returns if the parameter is enabled or not (ie.
- isEnabled(Object) - Method in class org.eclipse.ice.viz.service.preferences.EntryCellContentProvider
-
By default, any valid
Entry
is enabled.
- isEnabled(Object) - Method in class org.eclipse.ice.viz.service.preferences.TableComponentCellContentProvider
-
- ISFRComponentVisitor - Interface in org.eclipse.ice.reactor.sfr.base
-
This interface defines the "visitation" routines that SFRComponents and
subclasses may use to reveal their types to visitors.
- isGrayed(Object) - Method in class org.eclipse.ice.client.widgets.moose.MOOSETreeCheckStateManager
-
- IShape - Interface in org.eclipse.ice.datastructures.form.geometry
-
Interface describing a type of solid in the geometry editor
- IShapeVisitor - Interface in org.eclipse.ice.datastructures.form.geometry
-
Implementing this interface allows a class to&
nbsp
;discover the type of an IShape through 
;the visitor design pattern
- ISimpleResourceProvider - Interface in org.eclipse.ice.iclient.uiwidgets
-
This interface simplifies the loading and retrieval ICEResources.
- isInitialized() - Method in class org.eclipse.ice.client.widgets.jme.EmbeddedView
-
Checks that the view has been initialized as a SceneProcessor
.
- isInitialized() - Method in class org.eclipse.ice.client.widgets.jme.MasterApplication
-
- isInitialized() - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
-
- isInitialized() - Method in class org.eclipse.ice.client.widgets.mesh.AbstractApplication
-
Whether or not the AbstractApplication is initialized.
- isInPlayState() - Method in class org.eclipse.ice.client.widgets.PlayAction
-
Public access to the state of this Action.
- isInput(PlantComponent) - Method in interface org.eclipse.ice.reactor.plant.IJunction
-
This method is used to determine if a component is connected to the
Junction as input or output.
- isInput(PlantComponent) - Method in class org.eclipse.ice.reactor.plant.Junction
-
- isLabelProperty(Object, String) - Method in class org.eclipse.ice.viz.csv.viewer.DataTableLabelProvider
-
- isLabelProperty(Object, String) - Method in class org.eclipse.ice.viz.csv.viewer.PlotTreeLabelProvider
-
- isModified() - Method in class org.eclipse.ice.datastructures.form.Entry
-
This operation returns true if the Entry's value was recently set and
false if the Entry's value has not been changed or if the Entry was
recently updated.
- isPictureType() - Method in class org.eclipse.ice.datastructures.resource.ICEResource
-
This operation returns true if the ICEResource is an image and false if
not based upon the isPicture attribute.
- isPlayable() - Method in class org.eclipse.ice.client.widgets.PlayableViewPart
-
Method to check if the view is in a state where play button functionality
would make sense.
- isPropertySet(Object) - Method in class org.eclipse.ice.client.common.PropertySource
-
- isPropertySet(Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.properties.ReactorComponentPropertySource
-
Returns false.
- isReadOnly() - Method in class org.eclipse.ice.client.common.properties.TreeProperty
-
Whether or not the entry is read only.
- isReady() - Method in interface org.eclipse.ice.analysistool.IAnalysisTool
-
This operation notifies a client if the IAnalysisTool is ready to be used.
- isReady() - Method in class org.eclipse.ice.datastructures.form.Entry
-
This operation returns true if the Entry should be addressed and false if
the Entry is not ready to be addressed (waiting on a parent Entry, etc.).
- isReady() - Method in class org.eclipse.ice.datastructures.form.Form
-
This operation returns true if the Form is complete, valid and can be
processed.
- isReady() - Method in class org.eclipse.ice.item.action.ICEJschUIInfo
-
This operation returns true if the ICEJschUIInfo is ready and false
otherwise.
- isReady() - Method in class org.eclipse.ice.kdd.KDDAnalysisTool
-
(non-Javadoc)
- isRemembered() - Static method in class org.eclipse.ice.client.rcp.actions.ChooseWorkspaceDialog
-
- isRemote() - Method in class org.eclipse.ice.datastructures.resource.VizResource
-
Retrieve the flag signifying if this file is on a remote machine or not.
- isRemote() - Method in class org.eclipse.ice.viz.service.connections.ConnectionAdapter
-
- isRemote() - Method in interface org.eclipse.ice.viz.service.connections.IConnectionAdapter
-
A convenience method to determine whether the associated connection is to
a remote device.
- isRequired() - Method in class org.eclipse.ice.datastructures.form.Entry
-
This operation returns true if the Entry should be treated as a required
quantity.
- isRequired() - Method in class org.eclipse.ice.item.utilities.moose.Parameter
-
This operation indicates if the parameter is required.
- isResizable() - Method in class org.eclipse.ice.datastructures.form.MatrixComponent
-
Returns true if the matrix can be resized.
- isSaveAsAllowed() - Method in class org.eclipse.ice.client.widgets.ICEFormEditor
-
(non-Javadoc)
- isSaveAsAllowed(boolean) - Method in class org.eclipse.ice.client.widgets.ICEGeometryPage
-
- isSaveAsAllowed() - Method in class org.eclipse.ice.materials.ui.MaterialsDatabaseEditor
-
- isSaveAsAllowed() - Method in class org.eclipse.ice.viz.service.csv.CSVPlotEditor
-
- isSaveAsAllowed() - Method in class org.eclipse.ice.viz.visit.VisitEditor
-
- isSecret() - Method in class org.eclipse.ice.datastructures.form.Entry
-
This operation returns true if the Entry is "secret" and its contents
should be obscured if displayed or printed and false if not.
- isSecret(Object) - Method in class org.eclipse.ice.viz.service.preferences.EntryCellContentProvider
-
An
Entry
should be obscured if its "secret" flag is true.
- isSecret(Object) - Method in interface org.eclipse.ice.viz.service.preferences.ISecretCellContentProvider
-
Gets whether or not the specified element's cell text should be obscured.
- isSelected(Object) - Method in interface org.eclipse.ice.client.common.properties.IButtonCellContentProvider
-
Gets whether or not the specified element's cell Button
should be selected.
- isSelected() - Method in class org.eclipse.ice.client.widgets.geometry.RenderShape
-
Returns the selected state of the shape
- isSelected(Object) - Method in class org.eclipse.ice.client.widgets.moose.CheckboxCellContentProvider
-
The cell is selected if its
TreeProperty
's
Entry
's tag is
set to "true", false otherwise.
- isSourceRemote() - Method in class org.eclipse.ice.viz.service.csv.CSVPlot
-
- isSourceRemote() - Method in interface org.eclipse.ice.viz.service.IPlot
-
This operation signifies whether or not the IPlot's host is local or
remote.
- isSourceRemote() - Method in class org.eclipse.ice.viz.service.MultiPlot
-
- isSquare() - Method in class org.eclipse.ice.datastructures.form.MatrixComponent
-
Returns true if this is a MatrixComponent representing a square matrix.
- isStale() - Method in class org.eclipse.ice.client.widgets.ICEDataComponentDetailsPage
-
- isStale() - Method in class org.eclipse.ice.materials.ui.MaterialDetailsPage
-
- IStateBrokerHandler - Interface in org.eclipse.ice.client.widgets.reactoreditor
-
This interface is used to get keys for objects that will be added to a
StateBroker
.
- IStateListener - Interface in org.eclipse.ice.client.widgets.reactoreditor
-
A class implementing this interface should register with a StateBroker as a
listener.
- IStrategyBuilder - Interface in org.eclipse.ice.kdd.kddstrategy
-
The KDDStrategyBuilder is an interface for the creation of available
KDDStrategies.
- IStreamingTextWidget - Interface in org.eclipse.ice.iclient.uiwidgets
-
This widget streams output text to a client.
- isValid(Object) - Method in interface org.eclipse.ice.client.common.properties.ICellContentProvider
-
Gets whether or not the specified element is a valid Object
to be put in a cell.
- isValid(Object) - Method in class org.eclipse.ice.client.common.properties.TreePropertyCellContentProvider
-
- isValid(Object) - Method in class org.eclipse.ice.viz.service.preferences.EntryCellContentProvider
-
By default, any
Entry
that is not null is valid.
- isValid(Object) - Method in class org.eclipse.ice.viz.service.preferences.TableComponentCellContentProvider
-
- Item - Class in org.eclipse.ice.item
-
The Item class is responsible for carrying out activities necessary to
perform certain tasks with ICE.
- Item(IProject) - Constructor for class org.eclipse.ice.item.Item
-
The constructor.
- Item() - Constructor for class org.eclipse.ice.item.Item
-
A nullary constructor.
- item - Static variable in interface org.eclipse.ice.item.ItemBuilder
-
- ItemBuilder - Interface in org.eclipse.ice.item
-
The ItemBuilder interface is used to register an Item with the ItemManager
and to build Items of a specific type.
- ItemHandle - Class in org.eclipse.ice.item
-
The ItemHandle class is used by the ItemManager to store the unique ID and
name of an Item.
- ItemHandle(Integer, String) - Constructor for class org.eclipse.ice.item.ItemHandle
-
The constructor.
- ItemListener - Interface in org.eclipse.ice.item
-
This interface is meant to be realized by other classes that would observe an
Item, including its own subclasses, so that they can respond to changes in
the system caused by the Item.
- ItemManager - Class in org.eclipse.ice.core.internal.itemmanager
-
The ItemManager is responsible for storing, managing and distributing all
instances of the Item class.
- ItemManager() - Constructor for class org.eclipse.ice.core.internal.itemmanager.ItemManager
-
The constructor.
- ITemplatedReader - Interface in org.eclipse.ice.io.serializable
-
The ITemplatedReader interface defines the functionality needed to read files
into a form that has been built using a template file.
- ITemplatedWriter - Interface in org.eclipse.ice.io.serializable
-
The IWriter interface defines the functionality needed to write an ICE
internal object representation to file .
- ItemProcessor - Class in org.eclipse.ice.client.internal
-
This class is responsible for processing a Form for a specific Item.
- ItemProcessor() - Constructor for class org.eclipse.ice.client.internal.ItemProcessor
-
The constructor
- ItemSelectedPropertyTester - Class in org.eclipse.ice.client.common
-
This class provides a
PropertyTester
for determining if an
Item
has been selected in the
ItemViewer
.
- ItemSelectedPropertyTester() - Constructor for class org.eclipse.ice.client.common.ItemSelectedPropertyTester
-
- ItemType - Enum in org.eclipse.ice.item
-
An enumeration of all of the types of Items that can be created by the
ItemManager.
- ItemViewer - Class in org.eclipse.ice.client.common
-
This class provides an Eclipse view showing the list of Items that have been
created and made available in the Core.
- ItemViewer() - Constructor for class org.eclipse.ice.client.common.ItemViewer
-
- ITextEditor - Interface in org.eclipse.ice.iclient.uiwidgets
-
The IErrorBox interface describes the operations that ICE expects from a Widget that can display a text editor to a user.
- IUpdateable - Interface in org.eclipse.ice.datastructures.ICEObject
-
The IUpdateable interface provides a single update operation that may be used
by implementers to receive an update based on a key-value pair.
- IUpdateableListener - Interface in org.eclipse.ice.datastructures.ICEObject
-
The IComponentListener interface specifies the operations that must be
realized by classes in order to receive updates from realizations of the
Component interface when their state changes.
- IUpdateEventListener - Interface in org.eclipse.ice.iclient.uiwidgets
-
Implementations of the IUpdateEventListener are registered with a FormWidget and notified when the Form is updated.
- IVizService - Interface in org.eclipse.ice.viz.service
-
This is a pluggable service interface whereby visualization engines can
publish their services to the platform.
- IVizServiceFactory - Interface in org.eclipse.ice.viz.service
-
This is a pluggable service interface for managing a collection of
visualization engines that have been published to the platform.
- IWidgetClosedListener - Interface in org.eclipse.ice.iclient.uiwidgets
-
- IWidgetFactory - Interface in org.eclipse.ice.iclient.uiwidgets
-
The IWidgetFactory interface defines the operations used to create widgets for implementations of IClient.
- IWizardProvider - Interface in org.eclipse.ice.client.widgets.reactoreditor
-
This interface is used by implementing classes to provide an IWizard
instance.
- IWriter - Interface in org.eclipse.ice.io.serializable
-
The IWriter interface defines the functionality needed to write an ICE
internal object representation to file .