Uses of Class
mgui.interfaces.trees.InterfaceTreeNode
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.attributes |
Provides a standard updatable attribute object which can fire events for all interface objects.
|
mgui.interfaces.attributes.tree |
Classes allowing object attributes to be interfaced with via a JTree.
|
mgui.interfaces.console |
Provides an interactive system console (currently view only).
|
mgui.interfaces.datasources |
This package provides interface objects which allow the user to interface with the
core data source classes.
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
mgui.interfaces.neuro | |
mgui.interfaces.pipelines.trees | |
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.plots.mgui | |
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
mgui.interfaces.projects |
Provides an interface for projects, which specify file/URL organization and I/O operations
|
mgui.interfaces.queries |
Provides querying functionality for interface objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.neuro | |
mgui.interfaces.shapes.queries | |
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.trees | |
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
mgui.interfaces.trees |
Provides object interaction via a JTree
|
mgui.interfaces.variables | |
mgui.models.dynamic.functions | |
mgui.models.environments | |
mgui.models.updaters | |
mgui.neuro.components | |
mgui.neuro.components.cortical.simple | |
mgui.neuro.imaging.camino | |
mgui.neuro.networks | |
mgui.neuro.updaters | |
mgui.pipelines |
Provides a framework for defining and running processing pipelines in the ModelGUI
environment.
|
-
Uses of InterfaceTreeNode in mgui.datasources
Methods in mgui.datasources that return InterfaceTreeNode Modifier and Type Method Description protected InterfaceTreeNode
DataSource. getConnectedTreeNode()
Methods in mgui.datasources with parameters of type InterfaceTreeNode Modifier and Type Method Description void
DataConnection. setTreeNode(InterfaceTreeNode treeNode)
void
DataQuery. setTreeNode(InterfaceTreeNode treeNode)
void
DataSource. setTreeNode(InterfaceTreeNode treeNode)
void
DataTable. setTreeNode(InterfaceTreeNode treeNode)
void
DataTableSet. setTreeNode(InterfaceTreeNode treeNode)
void
LinkedDataStream. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces
Fields in mgui.interfaces declared as InterfaceTreeNode Modifier and Type Field Description protected InterfaceTreeNode
InterfaceWorkspace. pipelinesNode
protected InterfaceTreeNode
InterfaceWorkspace. queriesNode
InterfaceTreeNode
InterfacePanel. treeNode
protected InterfaceTreeNode
InterfaceWorkspace. variablesNode
Fields in mgui.interfaces with type parameters of type InterfaceTreeNode Modifier and Type Field Description protected java.util.ArrayList<InterfaceTreeNode>
AbstractInterfaceObject. tree_nodes
protected java.util.ArrayList<InterfaceTreeNode>
InterfacePanel. tree_nodes
Methods in mgui.interfaces that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
InterfaceWorkspace. getDataSourceNode()
InterfaceTreeNode
InterfaceWorkspace. getDynamicModelNode()
InterfaceTreeNode
InterfaceWorkspace. getGraphNode()
InterfaceTreeNode
InterfaceWorkspace. getNameMapNode()
InterfaceTreeNode
InterfaceWorkspace. getPipelinesNode()
InterfaceTreeNode
InterfaceWorkspace. getProjectsNode()
InterfaceTreeNode
InterfaceWorkspace. getQueriesNode()
InterfaceTreeNode
InterfaceWorkspace. getShapeModelNode()
InterfaceTreeNode
InterfaceWorkspace. getVariablesNode()
InterfaceTreeNode
AbstractInterfaceObject. issueTreeNode()
Issues a new tree node and sets it usingAbstractInterfaceObject.setTreeNode(mgui.interfaces.trees.InterfaceTreeNode)
.InterfaceTreeNode
InterfaceOptions. issueTreeNode()
InterfaceTreeNode
InterfacePanel. issueTreeNode()
Methods in mgui.interfaces that return types with arguments of type InterfaceTreeNode Modifier and Type Method Description java.util.ArrayList<InterfaceTreeNode>
InterfaceDisplayPanel. getPanelNodes()
Methods in mgui.interfaces with parameters of type InterfaceTreeNode Modifier and Type Method Description void
AbstractInterfaceObject. setTreeNode(InterfaceTreeNode tree_node)
void
InterfaceDisplayPanel. setTreeNode(InterfaceTreeNode treeNode)
void
InterfaceOptions. setTreeNode(InterfaceTreeNode node)
void
InterfacePanel. setTreeNode(InterfaceTreeNode treeNode)
void
InterfaceTabbedDisplayPanel. setTreeNode(InterfaceTreeNode treeNode)
void
InterfaceWorkspace. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces.attributes
Methods in mgui.interfaces.attributes that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
Attribute. issueTreeNode()
Methods in mgui.interfaces.attributes with parameters of type InterfaceTreeNode Modifier and Type Method Description void
Attribute. setTreeNode(InterfaceTreeNode treeNode)
void
AttributeList. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces.attributes.tree
Subclasses of InterfaceTreeNode in mgui.interfaces.attributes.tree Modifier and Type Class Description class
AttributeTreeNode
Provides a tree node to display and update anAttribute
. -
Uses of InterfaceTreeNode in mgui.interfaces.console
Methods in mgui.interfaces.console with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfaceConsoleDisplay. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces.datasources
Subclasses of InterfaceTreeNode in mgui.interfaces.datasources Modifier and Type Class Description class
DataFieldTreeNode
A tree node specialized for aDataField
object. -
Uses of InterfaceTreeNode in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type InterfaceTreeNode Modifier and Type Method Description void
Graphic2DGrid. setTreeNode(InterfaceTreeNode treeNode)
void
InterfaceGraphic2D. setTreeNode(InterfaceTreeNode treeNode)
void
InterfaceGraphic3D. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type InterfaceTreeNode Modifier and Type Method Description void
Axes3D. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces.graphs
Fields in mgui.interfaces.graphs declared as InterfaceTreeNode Modifier and Type Field Description InterfaceTreeNode
InterfaceAbstractGraph. treeNode
Fields in mgui.interfaces.graphs with type parameters of type InterfaceTreeNode Modifier and Type Field Description protected java.util.ArrayList<InterfaceTreeNode>
InterfaceAbstractGraph. treeNodes
Methods in mgui.interfaces.graphs that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
InterfaceAbstractGraph. issueTreeNode()
Methods in mgui.interfaces.graphs with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfaceAbstractGraph. setTreeNode(InterfaceTreeNode treeNode)
void
InterfaceGraphDisplay. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces.io
Methods in mgui.interfaces.io that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
InterfaceFile. issueTreeNode()
InterfaceTreeNode
InterfaceIOType. issueTreeNode()
Methods in mgui.interfaces.io with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfaceFile. setTreeNode(InterfaceTreeNode node)
void
InterfaceIOType. setTreeNode(InterfaceTreeNode node)
-
Uses of InterfaceTreeNode in mgui.interfaces.maps
Methods in mgui.interfaces.maps with parameters of type InterfaceTreeNode Modifier and Type Method Description void
Camera3D.CameraLightSource. setTreeNode(InterfaceTreeNode treeNode)
void
Camera3D. setTreeNode(InterfaceTreeNode treeNode)
void
Map3D. setTreeNode(InterfaceTreeNode treeNode)
void
NameMap. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces.neuro
Subclasses of InterfaceTreeNode in mgui.interfaces.neuro Modifier and Type Class Description class
InterfaceNetworkTreeNode
class
InterfaceNeuroTreeNode
-
Uses of InterfaceTreeNode in mgui.interfaces.pipelines.trees
Subclasses of InterfaceTreeNode in mgui.interfaces.pipelines.trees Modifier and Type Class Description class
TaskTreeNode
Tree node for a pipeline task.Methods in mgui.interfaces.pipelines.trees with parameters of type InterfaceTreeNode Modifier and Type Method Description protected TaskTreeNode
PipelineTree. getTaskNode(PipelineTask task, InterfaceTreeNode root)
Searches for a child node havingtask
as its user object.javax.swing.tree.DefaultTreeModel
PipelineTree. getTreeModel(InterfaceTreeNode node)
-
Uses of InterfaceTreeNode in mgui.interfaces.plots
Fields in mgui.interfaces.plots declared as InterfaceTreeNode Modifier and Type Field Description protected InterfaceTreeNode
InterfacePlot. treeNode
Methods in mgui.interfaces.plots with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfacePlot. setTreeNode(InterfaceTreeNode treeNode)
void
InterfacePlotDisplay. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces.plots.mgui
Methods in mgui.interfaces.plots.mgui that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
PlotMap2D. issueTreeNode()
Methods in mgui.interfaces.plots.mgui with parameters of type InterfaceTreeNode Modifier and Type Method Description void
PlotMap2D. setTreeNode(InterfaceTreeNode node)
-
Uses of InterfaceTreeNode in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt with type parameters of type InterfaceTreeNode Modifier and Type Field Description protected java.util.ArrayList<InterfaceTreeNode>
SgtPlotLayout. treeNodes
Methods in mgui.interfaces.plots.sgt that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
SgtPlotLayout. issueTreeNode()
Methods in mgui.interfaces.plots.sgt with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfacePlotSgt. setTreeNode(InterfaceTreeNode treeNode)
void
SgtAxis. setTreeNode(InterfaceTreeNode treeNode)
void
SgtPlotLayout. setTreeNode(InterfaceTreeNode node)
void
SgtPlotObject. setTreeNode(InterfaceTreeNode node)
-
Uses of InterfaceTreeNode in mgui.interfaces.projects
Methods in mgui.interfaces.projects with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfaceProject. setTreeNode(InterfaceTreeNode node)
void
ProjectDataItem. setTreeNode(InterfaceTreeNode node)
void
ProjectDirectory. setTreeNode(InterfaceTreeNode node)
-
Uses of InterfaceTreeNode in mgui.interfaces.queries
Methods in mgui.interfaces.queries that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
InterfaceQuery. getResultTreeNode()
Returns a set of tree nodes containing the results of this query.InterfaceTreeNode
InterfaceQuery. issueTreeNode()
Methods in mgui.interfaces.queries with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfaceQuery. setTreeNode(InterfaceTreeNode node)
-
Uses of InterfaceTreeNode in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
ShapeModel3D. getTreeNodeCopy()
InterfaceTreeNode
SectionSet3DInt. issueTreeNode()
InterfaceTreeNode
Shape2DInt. issueTreeNode()
InterfaceTreeNode
Shape3DInt. issueTreeNode()
Issues a new tree node for this ShapeInt.InterfaceTreeNode
ShapeModel3D. issueTreeNode()
InterfaceTreeNode
ShapeSet2DInt. issueTreeNode()
Methods in mgui.interfaces.shapes with parameters of type InterfaceTreeNode Modifier and Type Method Description protected void
ShapeSet3DInt. setSuperTreeNode(InterfaceTreeNode treeNode)
void
InterfaceShape. setTreeNode(InterfaceTreeNode treeNode)
Constructs a tree node from this shape.void
SectionSet3DInt. setTreeNode(InterfaceTreeNode treeNode)
void
Shape2DInt. setTreeNode(InterfaceTreeNode treeNode)
void
ShapeModel3D. setTreeNode(InterfaceTreeNode treeNode)
void
ShapeSet2DInt. setTreeNode(InterfaceTreeNode treeNode)
void
ShapeSet3DInt. setTreeNode(InterfaceTreeNode treeNode)
Constructs a tree node from this shape.void
VertexDataColumn. setTreeNode(InterfaceTreeNode treeNode)
void
VolumeSet3DInt. setTreeNode(InterfaceTreeNode treeNode)
Constructs a tree node from this shape. -
Uses of InterfaceTreeNode in mgui.interfaces.shapes.neuro
Methods in mgui.interfaces.shapes.neuro with parameters of type InterfaceTreeNode Modifier and Type Method Description void
CorticalHemisphereSet3DInt. setTreeNode(InterfaceTreeNode treeNode)
void
CorticalSurfaceSet3DInt. setTreeNode(InterfaceTreeNode treeNode)
void
CorticalHemisphereSet3DInt. setTreeNodeLite(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.interfaces.shapes.queries
Methods in mgui.interfaces.shapes.queries with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfaceShapeQuery. setTreeNode(InterfaceTreeNode node)
-
Uses of InterfaceTreeNode in mgui.interfaces.shapes.selection
Fields in mgui.interfaces.shapes.selection declared as InterfaceTreeNode Modifier and Type Field Description InterfaceTreeNode
ShapeSelectionSet. treeNode
Methods in mgui.interfaces.shapes.selection that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
ShapeSelectionSet. issueTreeNode()
-
Uses of InterfaceTreeNode in mgui.interfaces.shapes.trees
Subclasses of InterfaceTreeNode in mgui.interfaces.shapes.trees Modifier and Type Class Description class
Shape2DTreeNode
class
Shape3DTreeNode
A tree node specialized for an instance of Shape3DInt.class
ShapeModel3DTreeNode
Tree node specialized for a ShapeModel3D object.class
ShapeTreeNode
Provides a tree node for an instance ofInterfaceShape
.Methods in mgui.interfaces.shapes.trees that return InterfaceTreeNode Modifier and Type Method Description protected InterfaceTreeNode
ShapeTreeNode. getVertexDataColumnNode(VertexDataColumn column)
protected InterfaceTreeNode
ShapeTreeNode. getVertexDataNode()
-
Uses of InterfaceTreeNode in mgui.interfaces.tables
Methods in mgui.interfaces.tables that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
InterfaceTableModel. issueTreeNode()
Methods in mgui.interfaces.tables with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfaceTableModel. setTreeNode(InterfaceTreeNode node)
-
Uses of InterfaceTreeNode in mgui.interfaces.trees
Methods in mgui.interfaces.trees that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
TreeEvent. getChildNode()
InterfaceTreeNode
TreeEvent. getNode()
InterfaceTreeNode
TreeEvent. getParentNode()
InterfaceTreeNode
TreeObject. issueTreeNode()
Issues a newInterfaceTreeNode
for this object.Methods in mgui.interfaces.trees with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfaceTreeNode. addChild(InterfaceTreeNode node)
Adds a child to anInterfaceTreeNode
and sets its listeners.protected InterfaceShape
InterfaceTreePanel. getParentShape(InterfaceTreeNode node)
void
InterfaceTreeNode. insertChild(InterfaceTreeNode node, int pos)
void
InterfaceTreeNode. moveChild(InterfaceTreeNode node, int pos)
void
InterfaceTreeNode. removeChild(InterfaceTreeNode node)
void
InterfaceTreePanel. setRootNode(InterfaceTreeNode node)
void
TreeObject. setTreeNode(InterfaceTreeNode node)
Sets the children for this node'sInterfaceTreeNode
.Constructors in mgui.interfaces.trees with parameters of type InterfaceTreeNode Constructor Description TreeEvent(InterfaceTreeNode parent_node, InterfaceTreeNode child_node, TreeEvent.EventType type)
TreeEvent(InterfaceTreeNode parent_node, InterfaceTreeNode child_node, TreeEvent.EventType type, int insert_at)
TreeEvent(InterfaceTreeNode node, TreeEvent.EventType type)
-
Uses of InterfaceTreeNode in mgui.interfaces.variables
Methods in mgui.interfaces.variables with parameters of type InterfaceTreeNode Modifier and Type Method Description void
VariableInt. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.models.dynamic.functions
Methods in mgui.models.dynamic.functions that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
Function. getTreeNodeCopy()
Methods in mgui.models.dynamic.functions with parameters of type InterfaceTreeNode Modifier and Type Method Description void
Function. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.models.environments
Fields in mgui.models.environments with type parameters of type InterfaceTreeNode Modifier and Type Field Description protected java.util.ArrayList<InterfaceTreeNode>
SimpleEnvironment. treeNodes
Methods in mgui.models.environments that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
SimpleEnvironment. getTreeNodeCopy()
InterfaceTreeNode
SimpleEnvironment. issueTreeNode()
-
Uses of InterfaceTreeNode in mgui.models.updaters
Methods in mgui.models.updaters with parameters of type InterfaceTreeNode Modifier and Type Method Description void
PulseTrainUpdater.CurrentPulse. setTreeNode(InterfaceTreeNode treeNode)
void
PulseTrainUpdater. setTreeNode(InterfaceTreeNode treeNode)
void
SimpleEnvironmentUpdater. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.neuro.components
Methods in mgui.neuro.components with parameters of type InterfaceTreeNode Modifier and Type Method Description void
AbstractAxon. setTreeNode(InterfaceTreeNode treeNode)
void
AbstractDendrite. setTreeNode(InterfaceTreeNode treeNode)
void
AbstractDendrites. setTreeNode(InterfaceTreeNode treeNode)
void
AbstractNeuron. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.neuro.components.cortical.simple
Methods in mgui.neuro.components.cortical.simple with parameters of type InterfaceTreeNode Modifier and Type Method Description void
SimpleCorticalConnection. setTreeNode(InterfaceTreeNode treeNode)
void
SimpleCorticalRegion. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.neuro.imaging.camino
Subclasses of InterfaceTreeNode in mgui.neuro.imaging.camino Modifier and Type Class Description class
CaminoTaskTreeNode
-
Uses of InterfaceTreeNode in mgui.neuro.networks
Methods in mgui.neuro.networks with parameters of type InterfaceTreeNode Modifier and Type Method Description void
AbstractNeuralNet. setTreeNode(InterfaceTreeNode treeNode)
void
CorticalNetwork. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.neuro.updaters
Methods in mgui.neuro.updaters with parameters of type InterfaceTreeNode Modifier and Type Method Description void
PulseTrainUpdater.CurrentPulse. setTreeNode(InterfaceTreeNode treeNode)
void
PulseTrainUpdater. setTreeNode(InterfaceTreeNode treeNode)
-
Uses of InterfaceTreeNode in mgui.pipelines
Methods in mgui.pipelines that return InterfaceTreeNode Modifier and Type Method Description InterfaceTreeNode
PipelineProcess. issueTreeNode()
InterfaceTreeNode
PipelineTask. issueTreeNode()
InterfaceTreeNode
TaskParameterInstance. issueTreeNode()
Methods in mgui.pipelines with parameters of type InterfaceTreeNode Modifier and Type Method Description void
InterfacePipeline. setTreeNode(InterfaceTreeNode node)
void
PipelineProcess. setTreeNode(InterfaceTreeNode node)
void
PipelineProcessInstance. setTreeNode(InterfaceTreeNode node)
void
TaskParameterInstance. setTreeNode(InterfaceTreeNode node)