Interface | Description |
---|---|
IFormWidgetBuilder |
This interface can be realized by client developers to customize the way that the EclipseUIWidgetFactory renders Forms for the user.
|
Class | Description |
---|---|
AbstractTreeAction |
This class is a base for JFace
Action s done based on the current
selection in an Eclipse UI part that contains TreeComposite s. |
AddNodeTreeAction |
This class provides a JFace
Action for adding
TreeComposite s to a selected TreeComposite based on the
latter's list of child exemplars. |
ComponentPropertySection |
This class is responsible for ICE Components in a TabbedPropertiesWindow.
|
CustomFrameRateDialog |
This class extends Dialog to present the user with a means to provide frame
rates beyond few pre-set selections.
|
DataComponentComposite |
This class is an SWT Composite that is specialized to render ICE
DataComponents.
|
DeleteNodeTreeAction |
This class provides a JFace
Action that deletes the child of a
selected TreeComposite or tree node. |
EclipseErrorBoxWidget |
This class implements IErrorBox interface to display an error box using elements of SWT/JFace and the Eclipse Rich Client Platform.
|
EclipseExtraInfoWidget |
This class implements the IExtraInfoWidget interface for Eclipse.
|
EclipseFormWidget |
This class implements the IFormWidget interface to display a Form using
elements of SWT/JFace and the Eclipse Rich Client Platform.
|
EclipseStreamingTextWidget | |
EclipseTextEditor |
This class implements ITextEditor interface to open a text editor using
elements of SWT/JFace and the Eclipse Rich Client Platform.
|
EclipseUIWidgetFactory |
This class is a concrete implementation of the UIWidgetFactory abstract class
and creates widgets that work with the Eclipse Rich Client Platform.
|
ElementSourceDialog<T> |
This class is a JFace Dialog for rendering IElementSources that are used by
ListComponents.
|
EMFSectionPage |
This class is a FormPage that creates a page with an embedded Form for
manipulating an EMFComponent.
|
EMFTreeCompositeViewer |
This class extends
TreeCompositeViewer to add a Combo for
selecting MOOSE tools. |
EntryComposite |
This is an subclass of SWT's Composite class made specifically to work with
ICE Entries.
|
ExtraInfoDialog |
This class is a subclass of JFace's Dialog that renders a DataComponent to
the screen using the EntryComposite.
|
FrameRateChangeAction |
This class is an Action that appears in a play button drop-down menu with
either a set frame rate or access to a custom frame rate dialog.
|
ICEDataComponentDetailsPage |
This class implements the IDetailsPage interface to provide a Details page
for ICE DataComponents.
|
ICEDataComponentSectionPart |
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.
|
ICEDetailsPageProvider |
This class implements the IDetailsPageProvider interface to provide a Details pages for a MasterDetailsBlock.
|
ICEFormEditor |
The ICEFormEditor is an Eclipse FormEditor subclass that renders and displays
a Form.
|
ICEFormInput |
This class is a wrapper around the Form class in ICE that realizes the appropriate Eclipse interface and can be used by Eclipse Forms.
|
ICEFormPage |
The ICEFormPage class is the base class for all FormPages in ICE.
|
ICEGeometryPage |
This class is ICEFormPage that displays the GeometryEditor powered by JME3.
|
ICEMasterDetailsPage |
This class is a FormPage that creates a page with as master-details block for
manipulating an ICEMasterDetailsComponent.
|
ICEMatrixComponentSectionPart |
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.
|
ICEMeshPage |
This class extends ICEFormPage to provide an area for the jME3 canvas and a
toolbar for creating and modifying the mesh.
|
ICEResourcePage |
This class is a FormPage that creates a page with table and metadata viewing
area for an ICE ResourceComponent.
|
ICEResourceView |
This class is a ViewPart that creates a tree of text files and a tree of
image files collected as ICEResourceComponents.
|
ICEScrolledPropertiesBlock |
This is a subclass of MasterDetailsBlock that works with a structured content
provider that is provided by ICE.
|
ICESectionPage |
This class is a FormPage that creates a page with multiple sections for a set
of ICE DataComponents.
|
ICETableComponentSectionPart |
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.
|
LabelContribution |
This class provides a JFace-style
ControlContribution for an SWT
Label . |
ListComponentSectionPage |
This is a FormPage that can render ListComponents into pages usable by the
ICEFormEditor.
|
MeshElementTreeView |
This class extends ViewPart to create a tree of elements (polygons, edges,
vertices) in the MeshComponent.
|
MeshElementTreeViewPropertySource |
This class extends PropertySource to manage property data provided by entries
in the MeshElementTreeView and populate the Properties view.
|
NextAction |
This class is an Action that sets the selection to the next item in a
ICEResourceView.
|
PadFinder |
This class is used to compute the left, right, top, and bottom padding (in
pixels) for layouts.
|
Perspective | |
PlayableViewPart |
This abstract class is extended by views that use the playable actions
(NextAction, PlayAction, PreviousAction) to cycle through a list of
resources.
|
PlayAction |
This class is an Action that employs a Timer to display the next item in a
ICEResourceView on a fixed time delay.
|
PlotGridComposite |
A
PlotGridComposite is designed to display a grid of drawn
IPlot s. |
PreviousAction |
This class is an Action that sets the selection to the previous item in a
ICEResourceView.
|
RenameNodeTreeAction | |
ScrollClientComposite |
This class provides a custom
Composite that is meant to be a
descendant of a SharedScrolledComposite . |
SpinnerContribution |
This class provides a JFace-style
ControlContribution for an SWT
Spinner . |
ToggleAxesAction |
This
Action toggles the axes for a jME ViewAppState . |
ToggleHUDAction |
This
Action toggles the HUD for a jME ViewAppState . |
TreeCompositeContentProvider |
This class is a content provider for the ICE TreeComposite data structure.
|
TreeCompositeViewer |
This class provides an Eclipse view showing the list of Items that have been
created and made available in the Core.
|
TreePropertySection |
This class provides a proprty
Section that displays the
properties for a TreeComposite . |