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. queriesMethods 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 voidInterfaceWorkspace. addQuery(InterfaceQuery q)voidInterfaceWorkspace. removeQuery(InterfaceQuery q) -
Uses of InterfaceQuery in mgui.interfaces.queries
Methods in mgui.interfaces.queries that return InterfaceQuery Modifier and Type Method Description abstract InterfaceQueryInterfaceQuery. getNewInstance(java.lang.String name)Returns a new instance of this class of query.InterfaceQueryQueryEvent. getQuery()Methods in mgui.interfaces.queries with parameters of type InterfaceQuery Modifier and Type Method Description booleanInterfaceQueryObject. queryObject(InterfaceQuery query)Returns an appropriate instance ofInterfaceQuerywhich provides specific information about this object.voidQueryResultPanel. 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 booleanInterfaceShape. 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 classInterfaceShapeQueryBase class for all shape queries.classShapeSummaryQueryExtension ofInterfaceShapeQueryto 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 InterfaceQueryInterfaceShapeQuery. getNewInstance(java.lang.String name)InterfaceQueryShapeSummaryQuery. getNewInstance(java.lang.String name)Methods in mgui.interfaces.shapes.queries with parameters of type InterfaceQuery Modifier and Type Method Description booleanQueryShapeVertex. 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 InterfaceQueryQueryTool. getQuery() -
Uses of InterfaceQuery in mgui.interfaces.tools.shapes
Methods in mgui.interfaces.tools.shapes that return InterfaceQuery Modifier and Type Method Description InterfaceQueryToolQueryShape2D. getQuery()InterfaceQueryToolQueryShape3D. getQuery()