Uses of Class
mgui.interfaces.attributes.Attribute
| Package | Description |
|---|---|
| mgui.datasources |
This package contains the core classes for data source functionality.
|
| mgui.geometry.mesh |
Provides classes representing and operating on 3D mesh shapes.
|
| mgui.geometry.neuro.mesh | |
| mgui.geometry.volume |
Provides classes for representing and operating on 3D volume shapes.
|
| 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.table |
Classes allowing object attributes to be interacted with via a JTable.
|
| mgui.interfaces.attributes.tree |
Classes allowing object attributes to be interfaced with via a JTree.
|
| 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.layouts | |
| mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| 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.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
| mgui.interfaces.shapes.attributes | |
| mgui.interfaces.shapes.graphs | |
| mgui.interfaces.shapes.paths | |
| mgui.interfaces.shapes.selection | |
| mgui.interfaces.shapes.util | |
| mgui.interfaces.tables |
Provides object interaction via a JTable.
|
| mgui.interfaces.variables | |
| mgui.interfaces.xml | |
| mgui.io.domestic.attributes | |
| mgui.models.dynamic.functions | |
| mgui.models.networks | |
| mgui.models.updaters | |
| mgui.neuro.components | |
| mgui.neuro.graphs | |
| mgui.neuro.updaters |
-
Uses of Attribute in mgui.datasources
Methods in mgui.datasources that return Attribute Modifier and Type Method Description Attribute<?>DataConnection. getAttribute(java.lang.String attrName)Attribute<?>DataSourceDriver. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.geometry.mesh
Methods in mgui.geometry.mesh that return Attribute Modifier and Type Method Description Attribute<?>MeshEngine. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.geometry.neuro.mesh
Methods in mgui.geometry.neuro.mesh that return Attribute Modifier and Type Method Description Attribute<?>NeuroMeshEngine. getAttribute(java.lang.String name) -
Uses of Attribute in mgui.geometry.volume
Methods in mgui.geometry.volume that return Attribute Modifier and Type Method Description Attribute<?>VolumeEngine. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces
Methods in mgui.interfaces that return Attribute Modifier and Type Method Description Attribute<?>InterfacePanel. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.attributes
Subclasses of Attribute in mgui.interfaces.attributes Modifier and Type Class Description classAttributeSelection<V>ExtendsAttributeto allow a list of options, one or none of which is the current value.classAttributeSelectionMap<V>Represents anAttributewith possible values mapped withStringkeys.Fields in mgui.interfaces.attributes with type parameters of type Attribute Modifier and Type Field Description protected java.util.HashMap<java.lang.String,Attribute<?>>AttributeList. attributesprotected java.util.HashMap<java.lang.String,java.util.ArrayList<Attribute<?>>>AttributeList. category_attributesMethods in mgui.interfaces.attributes that return Attribute Modifier and Type Method Description Attribute<?>AttributeEvent. getAttribute()Attribute<?>AttributeList. getAttribute(int index)Returns the attribute at the specified index.Attribute<?>AttributeList. getAttribute(java.lang.String name)Gets theAttributeobject for the specified name; returnsnullif this attribute does not exist.Attribute<?>AttributeObject. getAttribute(java.lang.String name)Returns a specific attribute for this object.Attribute<?>InterfaceAttributePanel. getAttribute(java.lang.String name)protected static <T> Attribute<T>Attribute. getGenericInstance(java.lang.String name, java.lang.Class<T> clazz)Methods in mgui.interfaces.attributes that return types with arguments of type Attribute Modifier and Type Method Description java.util.ArrayList<Attribute<?>>AttributeList. addCategory(java.lang.String category)java.util.ArrayList<Attribute<?>>AttributeList. getAsList()Methods in mgui.interfaces.attributes with parameters of type Attribute Modifier and Type Method Description voidAttributeList. add(java.lang.String category, Attribute<?> attribute)Adds an attribute to the specified category.voidAttributeList. add(Attribute<?> attribute)Adds an attribute to the default listintAttribute. compareTo(Attribute<V> attribute)voidAttributeList. fireAttributeListeners(Attribute<?> a)booleanAttributeList. hasAttribute(Attribute<?> attribute)voidAttributeList. remove(Attribute<?> thisAttr)voidAttributeList. replace(Attribute<?> thisAttr)booleanAttributeList. setAttribute(Attribute<?> thisAttr)Sets the given attribute.<V> booleanAttributeList. setAttribute(Attribute<V> attribute, boolean fire)voidAttribute. setFromAttribute(Attribute<V> a)voidAttribute. setFromAttribute(Attribute<V> a, boolean fire)<V> booleanAttributeList. setValue(Attribute<V> attribute)Method parameters in mgui.interfaces.attributes with type arguments of type Attribute Modifier and Type Method Description voidAttributeList. setIntersection(java.util.List<Attribute<?>> list, boolean fire)Set any attributes which intersect with the passed list.Constructors in mgui.interfaces.attributes with parameters of type Attribute Constructor Description AttributeEvent(Attribute<?> a) -
Uses of Attribute in mgui.interfaces.attributes.table
Methods in mgui.interfaces.attributes.table that return Attribute Modifier and Type Method Description Attribute<?>AttributeTableModel. getAttribute(int row)AttributeInterfaceAttributeTable. getAttribute(int row) -
Uses of Attribute in mgui.interfaces.attributes.tree
Fields in mgui.interfaces.attributes.tree declared as Attribute Modifier and Type Field Description AttributeAttributeButton. sourceAttrMethods in mgui.interfaces.attributes.tree that return Attribute Modifier and Type Method Description AttributeAttributeButton. getAttribute()AttributeAttributeTreeNode. getUserObject()Methods in mgui.interfaces.attributes.tree with parameters of type Attribute Modifier and Type Method Description voidAttributeButton. setAttribute(Attribute thisAttr)voidAttributeTreeNode. setUserObject(Attribute<?> thisAttr)Constructors in mgui.interfaces.attributes.tree with parameters of type Attribute Constructor Description AttributeButton(Attribute thisAttr)AttributeButton(Attribute thisAttr, java.lang.String thisStr)AttributeTreeNode(Attribute<?> thisAttr) -
Uses of Attribute in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics that return Attribute Modifier and Type Method Description Attribute<?>Graphic2DGrid. getAttribute(java.lang.String attrName)Methods in mgui.interfaces.graphics with parameters of type Attribute Modifier and Type Method Description booleanInterfaceGraphic2D. needsRedraw(Attribute<?> a) -
Uses of Attribute in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util that return Attribute Modifier and Type Method Description Attribute<?>DrawingEngine. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.graphs
Methods in mgui.interfaces.graphs that return Attribute Modifier and Type Method Description Attribute<?>InterfaceAbstractGraph. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.layouts
Methods in mgui.interfaces.layouts that return Attribute Modifier and Type Method Description AttributeInterfaceLayoutPanel. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.maps
Methods in mgui.interfaces.maps that return Attribute Modifier and Type Method Description Attribute<?>Camera3D.CameraLightSource. getAttribute(java.lang.String attrName)Attribute<?>Camera3D. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.plots
Methods in mgui.interfaces.plots that return Attribute Modifier and Type Method Description Attribute<?>InterfacePlot. getAttribute(java.lang.String attrName)Attribute<?>InterfacePlotObject. getAttribute(java.lang.String name) -
Uses of Attribute in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt with type parameters of type Attribute Modifier and Type Field Description java.util.ArrayList<Attribute<java.awt.Color>>SgtMultilinePlotDialog.YTableModel. coloursjava.util.ArrayList<Attribute<java.awt.Color>>SgtScatterPlotDialog.XYTableModel. coloursjava.util.ArrayList<Attribute<MguiBoolean>>SgtMultilinePlotDialog.YTableModel. selectjava.util.ArrayList<Attribute<MguiBoolean>>SgtScatterPlotDialog.XYTableModel. selectjava.util.ArrayList<Attribute<java.awt.Stroke>>SgtMultilinePlotDialog.YTableModel. strokesjava.util.ArrayList<Attribute<java.awt.Stroke>>SgtScatterPlotDialog.XYTableModel. strokesjava.util.ArrayList<Attribute<java.lang.String>>SgtMultilinePlotDialog.YTableModel. titlesjava.util.ArrayList<Attribute<java.lang.String>>SgtScatterPlotDialog.XYTableModel. titlesjava.util.ArrayList<Attribute<java.lang.String>>SgtMultilinePlotDialog.YTableModel. variablesjava.util.ArrayList<Attribute<java.lang.String>>SgtScatterPlotDialog.XYTableModel. variables_xjava.util.ArrayList<Attribute<java.lang.String>>SgtScatterPlotDialog.XYTableModel. variables_y -
Uses of Attribute in mgui.interfaces.projects
Methods in mgui.interfaces.projects that return Attribute Modifier and Type Method Description Attribute<?>InterfaceProject. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return Attribute Modifier and Type Method Description Attribute<?>InterfaceShape. getAttribute(java.lang.String attrName)Attribute<?>InterfaceShape. getInheritedAttribute(java.lang.String attrName)Returns the (possibly inherited) named attribute.Attribute<?>Mesh3DInt. getInheritingAttribute(Attribute<?> attribute)Attribute<?>Shape3DInt. getInheritingAttribute(Attribute<?> attribute)Returns the 2D attribute inheriting from a 3D attribute.abstract Attribute<?>InterfaceShape. getModifiedAttribute()Attribute<?>Shape2DInt. getModifiedAttribute()Attribute<?>Shape3DInt. getModifiedAttribute()protected abstract Attribute<?>InterfaceShape. getParentAttribute(java.lang.String attrName)protected Attribute<?>Shape2DInt. getParentAttribute(java.lang.String attrName)protected Attribute<?>Shape3DInt. getParentAttribute(java.lang.String attrName)Methods in mgui.interfaces.shapes with parameters of type Attribute Modifier and Type Method Description Attribute<?>Mesh3DInt. getInheritingAttribute(Attribute<?> attribute)Attribute<?>Shape3DInt. getInheritingAttribute(Attribute<?> attribute)Returns the 2D attribute inheriting from a 3D attribute.abstract booleanInterfaceShape. isInheritingAttribute(Attribute<?> attribute)Does this child attribute inherit values from a parent shape?booleanPointSet2DInt. isInheritingAttribute(Attribute<?> attribute)booleanShape2DInt. isInheritingAttribute(Attribute<?> attribute)booleanShape3DInt. isInheritingAttribute(Attribute<?> attribute)booleanEllipse2DInt. needsRedraw(Attribute a)abstract booleanInterfaceShape. needsRedraw(Attribute<?> attribute)Returnstrueif a change toattributewill require a redraw of this shape.booleanMesh2DInt. needsRedraw(Attribute<?> a)booleanMesh3DInt. needsRedraw(Attribute<?> a)booleanPointSet2DInt. needsRedraw(Attribute<?> a)booleanPointSet3DInt. needsRedraw(Attribute<?> a)booleanSectionSet3DInt. needsRedraw(Attribute<?> a)booleanShape2DInt. needsRedraw(Attribute<?> a)booleanShape3DInt. needsRedraw(Attribute<?> a)booleanPolygonSet3DInt. needsRedraw3D(Attribute a)booleanShapeSet3DInt. needsRedraw3D(Attribute a)booleanVectorSet3DInt. needsRedraw3D(Attribute a)protected voidShape3DInt. updateChildren2D(Attribute<?> a)Updates an attribute of this shape's 2D children.protected voidVector3DInt. updateChildren2D(Attribute a, boolean update)protected voidVectorSet3DInt. updateChildren2D(Attribute a) -
Uses of Attribute in mgui.interfaces.shapes.attributes
Subclasses of Attribute in mgui.interfaces.shapes.attributes Modifier and Type Class Description classShapeAttribute<V>Extends Attribute to indicate shape-specific parameters (e.g., whether a change to the value requires a redraw. -
Uses of Attribute in mgui.interfaces.shapes.graphs
Methods in mgui.interfaces.shapes.graphs that return Attribute Modifier and Type Method Description Attribute<?>Graph3DInt. getInheritingAttribute(Attribute<?> attribute)Methods in mgui.interfaces.shapes.graphs with parameters of type Attribute Modifier and Type Method Description Attribute<?>Graph3DInt. getInheritingAttribute(Attribute<?> attribute) -
Uses of Attribute in mgui.interfaces.shapes.paths
Methods in mgui.interfaces.shapes.paths that return Attribute Modifier and Type Method Description AttributePathDataRenderer. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection that return Attribute Modifier and Type Method Description Attribute<?>ShapeSelectionSet. getAttribute(java.lang.String attrName)Methods in mgui.interfaces.shapes.selection with parameters of type Attribute Modifier and Type Method Description booleanShapeSelectionSet. needsRedraw(Attribute a) -
Uses of Attribute in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util that return Attribute Modifier and Type Method Description Attribute<?>ShapeEngine. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.tables
Methods in mgui.interfaces.tables that return Attribute Modifier and Type Method Description Attribute<?>InterfaceTableModel. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.variables
Methods in mgui.interfaces.variables that return Attribute Modifier and Type Method Description Attribute<?>VariableInt. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.interfaces.xml
Methods in mgui.interfaces.xml that return Attribute Modifier and Type Method Description static <V> Attribute<V>XMLFunctions. createAttribute(java.lang.Class<V> c, java.lang.String name, java.lang.Object value)Creates a newAttributewith a new instance of the given class. -
Uses of Attribute in mgui.io.domestic.attributes
Fields in mgui.io.domestic.attributes declared as Attribute Modifier and Type Field Description protected Attribute<?>AttributeXMLHandler. current_attribute -
Uses of Attribute in mgui.models.dynamic.functions
Methods in mgui.models.dynamic.functions that return Attribute Modifier and Type Method Description Attribute<?>Function. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.models.networks
Methods in mgui.models.networks that return Attribute Modifier and Type Method Description Attribute<?>AbstractNetworkModel. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.models.updaters
Methods in mgui.models.updaters that return Attribute Modifier and Type Method Description AttributePulseTrainUpdater.CurrentPulse. getAttribute(java.lang.String attrName)Attribute<?>SimpleEnvironmentUpdater. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.neuro.components
Methods in mgui.neuro.components that return Attribute Modifier and Type Method Description AttributeAbstractNeuroComponent. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.neuro.graphs
Methods in mgui.neuro.graphs that return Attribute Modifier and Type Method Description AttributeNeuralNetGraph. getAttribute(java.lang.String attrName) -
Uses of Attribute in mgui.neuro.updaters
Methods in mgui.neuro.updaters that return Attribute Modifier and Type Method Description Attribute<?>PulseTrainUpdater.CurrentPulse. getAttribute(java.lang.String attrName)