Modifier and Type | Method and Description |
---|---|
TreeComposite |
TreeProperty.getTree()
Gets the parent tree for this property.
|
Constructor and Description |
---|
TreeProperty(int id,
TreeComposite tree,
DataComponent dataNode,
Entry entry)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeCompositeViewer.setInput(TreeComposite tree,
ICEFormEditor source)
This operation sets the TreeComposite that should be displayed for the
current FormEditor.
|
void |
ICESectionPage.visit(TreeComposite component)
(non-Javadoc)
|
void |
ICEFormEditor.visit(TreeComposite component)
(non-Javadoc)
|
void |
ComponentPropertySection.visit(TreeComposite component) |
Constructor and Description |
---|
TreeCompositeContentProvider(TreeCompositeViewer treeCompositeViewer,
java.util.Map<Component,TreeComposite> parentMap)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
PlantBlockManager.setTree(TreeComposite tree)
Sets the current Components
PlantBlockManager.tree . |
Modifier and Type | Method and Description |
---|---|
void |
ReactorPage.visit(TreeComposite component) |
Modifier and Type | Method and Description |
---|---|
void |
SelectiveComponentVisitor.visit(TreeComposite component) |
void |
IComponentVisitor.visit(TreeComposite component)
This operation informs the visitor that it is actually working with a
TreeComposite and should operate accordingly.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveTreeComposite
This class extends
TreeComposite to create TreeComposites that have
adaptive properties based on a currently selected type. |
Modifier and Type | Method and Description |
---|---|
TreeComposite |
TreeComposite.getChildAtIndex(int index)
This operation treats the set of children as if they are randomly
accessible and returns the child at the given index if it is between zero
and the number of children minus one.
|
TreeComposite |
TreeComposite.getNextChild()
This operation returns the next child of the TreeComposite.
|
TreeComposite |
TreeComposite.getNextSibling()
This operation returns the next or "nearest right" sibling of the
TreeComposite.
|
TreeComposite |
TreeComposite.getParent()
This operation returns the parent TreeComposite of the current
TreeComposite.
|
TreeComposite |
TreeComposite.getPreviousChild()
This operation returns the previous child of the TreeComposite.
|
TreeComposite |
TreeComposite.getPreviousSibling()
This operation returns the previous or "nearest left" sibling of the
TreeComposite.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TreeComposite> |
TreeComposite.getChildExemplars()
This operation retrieves the list of TreeComposites that must be used to
create children for this TreeComposite.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeComposite.addChildExemplar(TreeComposite exemplar)
This method adds one TreeComposite to the list of child exemplars.
|
void |
TreeComposite.copy(TreeComposite otherTreeComposite)
This operation performs a deep copy of the attributes of another
TreeComposite into the current TreeComposite.
|
void |
TreeComposite.copy(TreeComposite otherTreeComposite,
boolean copyInPlace)
This operation performs a deep copy of the attributes of another
TreeComposite into the current TreeComposite.
|
void |
TreeComposite.removeChild(TreeComposite cNode)
This operation removes the specified child node from the set of children
or does nothing if it is not a child of this TreeComposite.
|
void |
TreeComposite.setNextChild(TreeComposite cNode)
This operation sets add a child to the list of children managed by this
TreeComposite.
|
void |
TreeComposite.setParent(TreeComposite pNode)
This operation sets the parent TreeComposite of the current
TreeComposite.
|
void |
TreeComposite.visit(TreeComposite component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
TreeComposite.setChildExemplars(java.util.ArrayList<TreeComposite> exemplars)
This operation adds a list of TreeComposites that must be used to create
children for this TreeComposite.
|
Constructor and Description |
---|
AdaptiveTreeComposite(java.util.ArrayList<TreeComposite> types)
Parameterized constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EMFTreeComposite
The EMFTreeComposite is a subclass of TreeComposite that represents a tree node in
an Eclipse Modeling Framework Ecore model tree.
|
Modifier and Type | Method and Description |
---|---|
TreeComposite |
EMFComponent.getEMFTreeComposite()
Return the generated EMFTreeComposite that represents the Ecore domain
model.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TreeComposite> |
EMFTreeComposite.getChildExemplars()
This method overrides TreeComposite.getChildExemplars to dynamically
generate a list of exemplar children based on the EClass metadata's list
of EReferences.
|
Modifier and Type | Method and Description |
---|---|
void |
EMFTreeComposite.removeChild(TreeComposite cNode)
This method overrides TreeComposite.removeChild to also remove the
corresponding EObject child node.
|
void |
EMFTreeComposite.setNextChild(TreeComposite cNode)
This method overrides TreeComposite.setNextChild to allow more than one
of the same child TreeComposite to be added to this EMFTreeComposite and
append a Ecore child Exemplar EObject to the containingNode EObject.
|
Modifier and Type | Method and Description |
---|---|
TreeComposite |
PreOrderTreeCompositeIterator.next() |
TreeComposite |
PostOrderTreeCompositeIterator.next() |
TreeComposite |
BreadthFirstTreeCompositeIterator.next() |
TreeComposite |
AbstractTreeCompositeIterator.next()
Sub-classes should override this method and call it via
super.next() . |
Constructor and Description |
---|
AbstractTreeCompositeIterator(TreeComposite root)
The default constructor.
|
BreadthFirstTreeCompositeIterator(TreeComposite root)
The default constructor.
|
PostOrderTreeCompositeIterator(TreeComposite root)
The default constructor.
|
PreOrderTreeCompositeIterator(TreeComposite root)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Item.visit(TreeComposite component)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
TreeComposite |
YAMLBlock.toTreeComposite()
This operation overrides Block.toTreeComposite() to create a
TreeComposite from the Block with the sub-blocks configured as exemplar
children.
|
TreeComposite |
Block.toTreeComposite()
This operations returns an ICE TreeComposite for the Block.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TreeComposite> |
MOOSEFileHandler.loadFromGetPot(java.lang.String filePath)
This operations loads a MOOSE GetPot file at the specified path and
returns a fully-configured set of ICE TreeComposites.
|
java.util.ArrayList<TreeComposite> |
MOOSEFileHandler.loadYAML(java.lang.String filePath)
This operations loads a MOOSE YAML file at the specified path and returns
a fully-configured set of ICE TreeComposites.
|
Modifier and Type | Method and Description |
---|---|
void |
Block.fromTreeComposite(TreeComposite comp)
This operation creates a fully-initialized Block from a TreeComposite.
|
Modifier and Type | Method and Description |
---|---|
void |
MOOSEFileHandler.dumpInputFile(java.lang.String filePath,
java.util.ArrayList<TreeComposite> blockSet)
This operation writes a set of MOOSE blocks to the specified file path.
|
Modifier and Type | Method and Description |
---|---|
TreeComposite |
ParameterList.toTreeComposite()
This operations returns an ICE TreeComposite for the ParameterList.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterList.fromTreeComposite(TreeComposite treeComp)
This operations loads a ParameterList from an ICE TreeComposite.
|
Modifier and Type | Method and Description |
---|---|
void |
NekWriter.visit(TreeComposite component) |