Uses of Class
mgui.interfaces.queries.InterfaceQuery
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
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.queries | |
mgui.interfaces.tools.queries | |
mgui.interfaces.tools.shapes |
-
Uses of InterfaceQuery in mgui.interfaces
Fields in mgui.interfaces with type parameters of type InterfaceQuery Modifier and Type Field Description protected java.util.ArrayList<InterfaceQuery>
InterfaceWorkspace. queries
Methods in mgui.interfaces that return types with arguments of type InterfaceQuery Modifier and Type Method Description java.util.ArrayList<InterfaceQuery>
InterfaceWorkspace. getQueries()
Methods in mgui.interfaces with parameters of type InterfaceQuery Modifier and Type Method Description void
InterfaceWorkspace. addQuery(InterfaceQuery q)
void
InterfaceWorkspace. removeQuery(InterfaceQuery q)
-
Uses of InterfaceQuery in mgui.interfaces.queries
Methods in mgui.interfaces.queries that return InterfaceQuery Modifier and Type Method Description abstract InterfaceQuery
InterfaceQuery. getNewInstance(java.lang.String name)
Returns a new instance of this class of query.InterfaceQuery
QueryEvent. getQuery()
Methods in mgui.interfaces.queries with parameters of type InterfaceQuery Modifier and Type Method Description boolean
InterfaceQueryObject. queryObject(InterfaceQuery query)
Returns an appropriate instance ofInterfaceQuery
which provides specific information about this object.void
QueryResultPanel. setQuery(InterfaceQuery query)
Constructors in mgui.interfaces.queries with parameters of type InterfaceQuery Constructor Description QueryEvent(InterfaceQuery q)
-
Uses of InterfaceQuery in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type InterfaceQuery Modifier and Type Method Description boolean
InterfaceShape. queryObject(InterfaceQuery query)
QUERY STUFF -
Uses of InterfaceQuery in mgui.interfaces.shapes.queries
Subclasses of InterfaceQuery in mgui.interfaces.shapes.queries Modifier and Type Class Description class
InterfaceShapeQuery
Base class for all shape queries.class
ShapeSummaryQuery
Extension ofInterfaceShapeQuery
to provide summary values for a shape, or a vertex selection within that shape.Methods in mgui.interfaces.shapes.queries that return InterfaceQuery Modifier and Type Method Description InterfaceQuery
InterfaceShapeQuery. getNewInstance(java.lang.String name)
InterfaceQuery
ShapeSummaryQuery. getNewInstance(java.lang.String name)
Methods in mgui.interfaces.shapes.queries with parameters of type InterfaceQuery Modifier and Type Method Description boolean
QueryShapeVertex. queryObject(InterfaceQuery query)
-
Uses of InterfaceQuery in mgui.interfaces.tools.queries
Methods in mgui.interfaces.tools.queries that return InterfaceQuery Modifier and Type Method Description InterfaceQuery
QueryTool. getQuery()
-
Uses of InterfaceQuery in mgui.interfaces.tools.shapes
Methods in mgui.interfaces.tools.shapes that return InterfaceQuery Modifier and Type Method Description InterfaceQuery
ToolQueryShape2D. getQuery()
InterfaceQuery
ToolQueryShape3D. getQuery()