Uses of Class
mgui.interfaces.xml.XMLObject.XMLType
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
mgui.geometry |
Provides 2D and 3D geometry representations and utilities for all shapes used in ModelGUI.
|
mgui.image.util |
Utility classes for operations on 2D and 3D images.
|
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.video |
Classes allowing video tasks to read/modify object attributes.
|
mgui.interfaces.console |
Provides an interactive system console (currently view only).
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphics.video |
Provides classes to generate videos from graphics windows.
|
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.pipelines.libraries | |
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
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.selection | |
mgui.interfaces.shapes.volume | |
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
mgui.interfaces.variables | |
mgui.interfaces.xml | |
mgui.io |
This package contains all classes which perform input/output functions.
|
mgui.io.domestic |
Input/output operations for "domestic" (mgui-specific) data formats.
|
mgui.io.domestic.graphs | |
mgui.io.domestic.shapes | |
mgui.io.domestic.shapes.xml | |
mgui.io.standard.xml | |
mgui.neuro.imaging.camino | |
mgui.numbers | |
mgui.pipelines |
Provides a framework for defining and running processing pipelines in the ModelGUI
environment.
|
mgui.util |
-
Uses of XMLObject.XMLType in mgui.datasources
Methods in mgui.datasources with parameters of type XMLObject.XMLType Modifier and Type Method Description void
DataConnection. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
DataField. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
DataQuery. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
DataSource. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
DataTable. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
DataTableSet. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.geometry
Methods in mgui.geometry with parameters of type XMLObject.XMLType Modifier and Type Method Description void
Graph3D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Grid3D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Plane3D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Polygon2D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Shape2D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Shape3D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.image.util
Methods in mgui.image.util with parameters of type XMLObject.XMLType Modifier and Type Method Description void
WindowedColourModel. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces
Methods in mgui.interfaces with parameters of type XMLObject.XMLType Modifier and Type Method Description void
InterfaceDisplayPanel. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
InterfaceWorkspace. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.attributes
Methods in mgui.interfaces.attributes with parameters of type XMLObject.XMLType Modifier and Type Method Description void
Attribute. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
AttributeList. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Attribute. writeXML(int tab, java.io.Writer writer, XMLObject.XMLType type, XMLObject.XMLEncoding format, ProgressUpdater progress_bar)
-
Uses of XMLObject.XMLType in mgui.interfaces.attributes.video
Methods in mgui.interfaces.attributes.video with parameters of type XMLObject.XMLType Modifier and Type Method Description void
AttributeObjectVideoTask. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.console
Methods in mgui.interfaces.console with parameters of type XMLObject.XMLType Modifier and Type Method Description void
InterfaceConsoleDisplay. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type XMLObject.XMLType Modifier and Type Method Description void
InterfaceGraphic2D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
InterfaceGraphic3D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
InterfaceGraphicWindow. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
View3D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.graphics.video
Methods in mgui.interfaces.graphics.video with parameters of type XMLObject.XMLType Modifier and Type Method Description void
RotateView3DTask. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
SetView3DTask. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Video. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
VideoTask. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.graphs
Methods in mgui.interfaces.graphs with parameters of type XMLObject.XMLType Modifier and Type Method Description void
AbstractGraphEdge. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
AbstractGraphNode. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
DefaultGraphEdge. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
DefaultGraphNode. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
InterfaceAbstractGraph. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
InterfaceGraphDisplay. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.layouts
Methods in mgui.interfaces.layouts with parameters of type XMLObject.XMLType Modifier and Type Method Description void
InterfaceLayoutWindow. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
LayoutItem. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.maps
Methods in mgui.interfaces.maps with parameters of type XMLObject.XMLType Modifier and Type Method Description void
Camera3D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
ColourMap. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
ContinuousColourMap. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
DiscreteColourMap. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Map2D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Map3D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
NameMap. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.pipelines.libraries
Methods in mgui.interfaces.pipelines.libraries with parameters of type XMLObject.XMLType Modifier and Type Method Description void
PipelineProcessLibrary. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.plots
Methods in mgui.interfaces.plots with parameters of type XMLObject.XMLType Modifier and Type Method Description void
InterfacePlotDisplay. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.projects
Methods in mgui.interfaces.projects with parameters of type XMLObject.XMLType Modifier and Type Method Description void
InterfaceProject. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
ProjectDirectory. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
ProjectInstance. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as XMLObject.XMLType Modifier and Type Field Description protected XMLObject.XMLType
InterfaceShape. xml_current_type
XML STUFFMethods in mgui.interfaces.shapes with parameters of type XMLObject.XMLType Modifier and Type Method Description java.lang.String
InterfaceShape. getXML(int tab, XMLObject.XMLType type)
java.lang.String
Mesh3DInt. getXML(int tab, XMLObject.XMLType type)
java.lang.String
PointSet3DInt. getXML(int tab, XMLObject.XMLType type)
java.lang.String
SectionSet3DInt. getXML(int tab, XMLObject.XMLType type)
java.lang.String
ShapeModel3D. getXML(int tab, XMLObject.XMLType type)
java.lang.String
ShapeSet3DInt. getXML(int tab, XMLObject.XMLType type)
void
InterfaceShape. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Polygon2DInt. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
ShapeModel3D. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
VertexDataColumn. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Volume3DInt. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
protected void
Shape2DInt. writeShapeToXML(int tab, java.io.Writer writer, ProgressUpdater progress_bar, XMLObject.XMLType type)
void
ShapeSet2DInt. writeXML(int tab, java.io.Writer writer, XMLObject.XMLType type, InterfaceProgressBar progress_bar)
-
Uses of XMLObject.XMLType in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection with parameters of type XMLObject.XMLType Modifier and Type Method Description void
ShapeSelectionSet. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume with parameters of type XMLObject.XMLType Modifier and Type Method Description void
GridVertexDataColumn. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.tables
Methods in mgui.interfaces.tables with parameters of type XMLObject.XMLType Modifier and Type Method Description void
InterfaceDataTable. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.variables
Methods in mgui.interfaces.variables with parameters of type XMLObject.XMLType Modifier and Type Method Description void
VariableInt. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.interfaces.xml
Methods in mgui.interfaces.xml that return XMLObject.XMLType Modifier and Type Method Description static XMLObject.XMLType
XMLFunctions. getXMLTypeForStr(java.lang.String string)
Returns the XMLObject.XMLType corresponding tostring
.static XMLObject.XMLType
XMLObject.XMLType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XMLObject.XMLType[]
XMLObject.XMLType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.interfaces.xml with parameters of type XMLObject.XMLType Modifier and Type Method Description static java.lang.String
XMLFunctions. getXMLStrForType(XMLObject.XMLType type)
Returns a String corresponding to the XMLObject.XMLType.void
XMLObject. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
Handles the start of an XML element. -
Uses of XMLObject.XMLType in mgui.io
Methods in mgui.io with parameters of type XMLObject.XMLType Modifier and Type Method Description void
InterfaceIOOptions. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.io.domestic
Constructors in mgui.io.domestic with parameters of type XMLObject.XMLType Constructor Description WorkspaceOutputOptions(XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.io.domestic.graphs
Fields in mgui.io.domestic.graphs declared as XMLObject.XMLType Modifier and Type Field Description protected XMLObject.XMLType
GraphFileWriter. xml_type
Methods in mgui.io.domestic.graphs that return XMLObject.XMLType Modifier and Type Method Description XMLObject.XMLType
GraphFileWriter. getXMLType()
Gets the current XML type for this writer.Methods in mgui.io.domestic.graphs with parameters of type XMLObject.XMLType Modifier and Type Method Description void
GraphFileWriter. setXMLType(XMLObject.XMLType type)
Sets the XML type for this writer. -
Uses of XMLObject.XMLType in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes with type parameters of type XMLObject.XMLType Modifier and Type Field Description java.util.ArrayList<XMLObject.XMLType>
ShapeOutputOptions. types
Methods in mgui.io.domestic.shapes with parameters of type XMLObject.XMLType Modifier and Type Method Description void
SurfaceOutputOptions. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
VolumeOutputOptions. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.io.domestic.shapes.xml
Fields in mgui.io.domestic.shapes.xml declared as XMLObject.XMLType Modifier and Type Field Description protected XMLObject.XMLType
InterfaceShapeXMLHandler. current_type
protected XMLObject.XMLType
InterfaceShapeXMLHandler. current_xml_type
-
Uses of XMLObject.XMLType in mgui.io.standard.xml
Fields in mgui.io.standard.xml declared as XMLObject.XMLType Modifier and Type Field Description XMLObject.XMLType
XMLOutputOptions. type
-
Uses of XMLObject.XMLType in mgui.neuro.imaging.camino
Methods in mgui.neuro.imaging.camino with parameters of type XMLObject.XMLType Modifier and Type Method Description void
CaminoProject. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.numbers
Methods in mgui.numbers with parameters of type XMLObject.XMLType Modifier and Type Method Description void
MguiBoolean. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
MguiDouble. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
MguiFloat. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
MguiInteger. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
MguiLong. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
MguiShort. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.pipelines
Methods in mgui.pipelines with parameters of type XMLObject.XMLType Modifier and Type Method Description void
PipelineProcess. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
PipelineTask. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
-
Uses of XMLObject.XMLType in mgui.util
Methods in mgui.util with parameters of type XMLObject.XMLType Modifier and Type Method Description void
Colour. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Colour3f. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)
void
Colour4f. handleXMLElementStart(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type)