|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of IBox in quoggles |
| Fields in quoggles declared as IBox | |
private IBox |
QMain.selInputBox
|
| Methods in quoggles that return IBox | |
IBox |
QGraph.addSelectionInputBox()
Add graph input box to system. |
| Methods in quoggles with parameters of type IBox | |
private void |
QGraphConnect.connect(boolean addEdges,
IBox box1,
boolean isInput1,
int index1,
IBox box2,
boolean isInput2,
int index2,
java.awt.Point conPoint)
Adds a (green) sign showing the validness of the connection between box1 and box2.
|
private void |
QGraphConnect.connect(boolean addEdges,
IBox box1,
boolean isInput1,
int index1,
IBox box2,
boolean isInput2,
int index2,
java.awt.Point conPoint)
Adds a (green) sign showing the validness of the connection between box1 and box2.
|
void |
QGraph.removeInputBox(IBox box)
|
void |
QGraph.removeBox(IBox box)
|
| Uses of IBox in quoggles.auxboxes.attributefilter |
| Classes in quoggles.auxboxes.attributefilter that implement IBox | |
class |
AttributeFilter_Box
Input: One or several Attributables. |
| Methods in quoggles.auxboxes.attributefilter that return IBox | |
IBox |
AttributeFilter_Icon.getNewBoxInstance()
|
| Constructors in quoggles.auxboxes.attributefilter with parameters of type IBox | |
AttributeFilter_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.auxboxes.booleanop |
| Classes in quoggles.auxboxes.booleanop that implement IBox | |
class |
BooleanOp_Box
Input: two Boolean values
Output: a Boolean that is the result of applying an operation
on the two input Boolean values (specified via a parameter).
|
| Methods in quoggles.auxboxes.booleanop that return IBox | |
IBox |
BooleanOp_Icon.getNewBoxInstance()
|
| Constructors in quoggles.auxboxes.booleanop with parameters of type IBox | |
BooleanOp_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.auxboxes.contains |
| Classes in quoggles.auxboxes.contains that implement IBox | |
class |
Contains_Box
Input: two objects (first will be a collection most times) Output: boolean value indicating if the two inputs are equal or the first actually is a collection and contains the second (the collection is not implicitly flattened). |
| Methods in quoggles.auxboxes.contains that return IBox | |
IBox |
Contains_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.auxboxes.end |
| Classes in quoggles.auxboxes.end that implement IBox | |
class |
End_Box
Input: anything Output: none |
| Methods in quoggles.auxboxes.end that return IBox | |
IBox |
End_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.auxboxes.equals |
| Classes in quoggles.auxboxes.equals that implement IBox | |
class |
Equals_Box
Input: two objects Output: boolean value indicating if the two inputs are equal. |
| Methods in quoggles.auxboxes.equals that return IBox | |
IBox |
Equals_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.auxboxes.getgraphelements |
| Classes in quoggles.auxboxes.getgraphelements that implement IBox | |
class |
GetGraphElements_Box
Input: one or several objects Output: all GraphElements (or whatever is specified via the
parameter) found in the input.
|
| Methods in quoggles.auxboxes.getgraphelements that return IBox | |
IBox |
GetGraphElements_Icon.getNewBoxInstance()
|
| Constructors in quoggles.auxboxes.getgraphelements with parameters of type IBox | |
GetGraphElements_Rep(IBox box)
|
|
| Uses of IBox in quoggles.auxboxes.getproperty |
| Classes in quoggles.auxboxes.getproperty that implement IBox | |
class |
GetProperty_Box
Input: graph element(s) Output: a property or a list of properties (the type of property is specified via a parameter) like degree null values are not put into the output list. |
| Methods in quoggles.auxboxes.getproperty that return IBox | |
IBox |
GetProperty_Icon.getNewBoxInstance()
|
| Constructors in quoggles.auxboxes.getproperty with parameters of type IBox | |
GetProperty_Rep(IBox box)
Constructs the representation. |
|
| Uses of IBox in quoggles.auxboxes.inducedsubgraph |
| Classes in quoggles.auxboxes.inducedsubgraph that implement IBox | |
class |
InducedSubGraph_Box
Input: one or several graph elements Output: the graph elements belonging to the induced sub graph of the input elements From a collection of graph elements as input, this box returns a collection of graph elements that belong to the subgraph induced by the given nodes and edges. |
| Methods in quoggles.auxboxes.inducedsubgraph that return IBox | |
IBox |
InducedSubGraph_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.auxboxes.interpretasboolean |
| Classes in quoggles.auxboxes.interpretasboolean that implement IBox | |
class |
InterpretAsBoolean_Box
Input: an arbitrary object Output: a Boolean that results from intepreting the input as a
boolean value |
| Methods in quoggles.auxboxes.interpretasboolean that return IBox | |
IBox |
InterpretAsBoolean_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.auxboxes.sizeof |
| Classes in quoggles.auxboxes.sizeof that implement IBox | |
class |
SizeOf_Box
Input: one object or a collection Output: the size of the input as an Integer. |
| Methods in quoggles.auxboxes.sizeof that return IBox | |
IBox |
SizeOf_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.auxboxes.sort |
| Classes in quoggles.auxboxes.sort that implement IBox | |
class |
Sort_Box
Input: one object or a collection of objects Output: the input object or, if the input is a collection, sorted according to the natural ordering of the elements. |
| Methods in quoggles.auxboxes.sort that return IBox | |
IBox |
Sort_Icon.getNewBoxInstance()
|
| Constructors in quoggles.auxboxes.sort with parameters of type IBox | |
Sort_Rep(IBox box)
Constructs the box. |
|
| Uses of IBox in quoggles.auxboxes.truemaker |
| Classes in quoggles.auxboxes.truemaker that implement IBox | |
class |
MakeTrue_Box
Input: some objects of arbitrary types Output: the boolean value true. |
| Methods in quoggles.auxboxes.truemaker that return IBox | |
IBox |
MakeTrue_Icon.getNewBoxInstance()
|
| Constructors in quoggles.auxboxes.truemaker with parameters of type IBox | |
MakeTrue_Rep(IBox box)
|
|
| Uses of IBox in quoggles.auxboxes.valuecompare |
| Classes in quoggles.auxboxes.valuecompare that implement IBox | |
class |
ValueCompare_Box
Input: one object Output: a Boolean value that is the result of comparing the
input with a value specified via the parameters
It does not implicitly check all elements of a collection. |
| Methods in quoggles.auxboxes.valuecompare that return IBox | |
IBox |
ValueCompare_Icon.getNewBoxInstance()
|
| Constructors in quoggles.auxboxes.valuecompare with parameters of type IBox | |
ValueCompare_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.auxboxes.valuefilter |
| Classes in quoggles.auxboxes.valuefilter that implement IBox | |
class |
ValueFilter_Box
Input: one or several objects Output: only those elements from the input that match the value specified via the parameters If the input is not a list and the input object does not match the criteria, the output is null. |
| Methods in quoggles.auxboxes.valuefilter that return IBox | |
IBox |
ValueFilter_Icon.getNewBoxInstance()
|
| Constructors in quoggles.auxboxes.valuefilter with parameters of type IBox | |
ValueFilter_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.auxiliary |
| Fields in quoggles.auxiliary declared as IBox | |
private IBox |
BoxBooleanIndex.box
|
| Methods in quoggles.auxiliary that return IBox | |
static IBox |
Util.getBox(org.graffiti.graph.Node n)
Returns the box that is saved via a BoxAttribute in the
given Node. |
IBox |
BoxBooleanIndex.getIBox()
|
| Methods in quoggles.auxiliary with parameters of type IBox | |
static void |
Util.pushOutputs(org.graffiti.graph.Node node,
IBox box)
Set output from the given node/box, as input to its successors. |
static void |
Util.pushOutputs(org.graffiti.graph.Node node,
IBox box,
int notIndex)
Set output from the given node/box, as input to its successors. |
static void |
Util.addLabel(IBox iBox,
org.graffiti.graph.Node node)
Adds the name (id) of the given box as a label to the given node. |
void |
BoxBooleanIndex.setIBox(IBox iBox)
|
| Constructors in quoggles.auxiliary with parameters of type IBox | |
BoxBooleanIndex(IBox iBox,
boolean isInput,
int index)
Constructor. |
|
| Uses of IBox in quoggles.boxes |
| Subinterfaces of IBox in quoggles.boxes | |
interface |
IOutputBox
Tagging interface for output boxes. |
| Classes in quoggles.boxes that implement IBox | |
class |
Box
Superclass providing all methods of IBox interface. |
| Uses of IBox in quoggles.changeboxes.algorithm |
| Classes in quoggles.changeboxes.algorithm that implement IBox | |
class |
Algorithm_Box
Input: Output: |
| Methods in quoggles.changeboxes.algorithm that return IBox | |
IBox |
Algorithm_Icon.getNewBoxInstance()
|
| Constructors in quoggles.changeboxes.algorithm with parameters of type IBox | |
Algorithm_Rep(IBox representedBox)
Constructor of the box. |
|
| Uses of IBox in quoggles.changeboxes.changeattribute |
| Classes in quoggles.changeboxes.changeattribute that implement IBox | |
class |
ChangeAttribute_Box
Input: One Attributable. |
| Methods in quoggles.changeboxes.changeattribute that return IBox | |
IBox |
ChangeAttribute_Icon.getNewBoxInstance()
|
| Constructors in quoggles.changeboxes.changeattribute with parameters of type IBox | |
ChangeAttribute_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.changeboxes.changeattributes |
| Classes in quoggles.changeboxes.changeattributes that implement IBox | |
class |
ChangeAttributes_Box
Input: List of Attributables
Collection of values
Output: the same List of Attributables
where an attribute of each of them has been assigned the corresponding
value from the second input |
| Methods in quoggles.changeboxes.changeattributes that return IBox | |
IBox |
ChangeAttributes_Icon.getNewBoxInstance()
|
| Constructors in quoggles.changeboxes.changeattributes with parameters of type IBox | |
ChangeAttributes_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.changeboxes.convertfromparam |
| Classes in quoggles.changeboxes.convertfromparam that implement IBox | |
class |
ConvertFromParam_Box
Input: Output: |
| Methods in quoggles.changeboxes.convertfromparam that return IBox | |
IBox |
ConvertFromParam_Icon.getNewBoxInstance()
|
| Constructors in quoggles.changeboxes.convertfromparam with parameters of type IBox | |
ConvertFromParam_Rep(IBox representedBox)
Constructor of the box. |
|
| Uses of IBox in quoggles.changeboxes.converttoparam |
| Classes in quoggles.changeboxes.converttoparam that implement IBox | |
class |
ConvertToParam_Box
Input: Output: |
| Methods in quoggles.changeboxes.converttoparam that return IBox | |
IBox |
ConvertToParam_Icon.getNewBoxInstance()
|
| Constructors in quoggles.changeboxes.converttoparam with parameters of type IBox | |
ConvertToParam_Rep(IBox representedBox)
Constructor of the box. |
|
| Uses of IBox in quoggles.changeboxes.createparam |
| Classes in quoggles.changeboxes.createparam that implement IBox | |
class |
CreateParam_Box
Input: a collection of objects of arbitrary types Output: a collection containing the input elements, without any duplicates (tested using equals). |
| Methods in quoggles.changeboxes.createparam that return IBox | |
IBox |
CreateParam_Icon.getNewBoxInstance()
|
| Constructors in quoggles.changeboxes.createparam with parameters of type IBox | |
CreateParam_Rep(IBox box)
|
|
| Uses of IBox in quoggles.deprecated |
| Classes in quoggles.deprecated that implement IBox | |
class |
Check_Box
|
class |
RecursiveGetGraphElements_Box
Deprecated. use a combination of Flatten_Box and GetGraphElements_Box |
| Methods in quoggles.deprecated that return IBox | |
IBox |
ValueFilter_Icon.getNewBoxInstance()
|
IBox |
Check_Icon.getNewBoxInstance()
|
| Constructors in quoggles.deprecated with parameters of type IBox | |
ValueFilter_Rep(IBox representedBox)
|
|
Check_Rep(IBox representedBox)
|
|
AttributeFilter_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.deprecated.stdboxes.flatten |
| Classes in quoggles.deprecated.stdboxes.flatten that implement IBox | |
class |
Flatten_Box
Input: an object Output: null if the input has been null.
|
| Methods in quoggles.deprecated.stdboxes.flatten that return IBox | |
IBox |
Flatten_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.deprecated.stdboxes.listify |
| Classes in quoggles.deprecated.stdboxes.listify that implement IBox | |
class |
Listify_Box
Input: one or several collections Output: a list where the i'th element is a list made up from the i'th elements in the input lists (in the order of the inputs). |
| Methods in quoggles.deprecated.stdboxes.listify that return IBox | |
IBox |
Listify_Icon.getNewBoxInstance()
|
| Constructors in quoggles.deprecated.stdboxes.listify with parameters of type IBox | |
Listify_Rep(IBox box)
|
|
| Uses of IBox in quoggles.deprecated.stdboxes.makedistinct |
| Classes in quoggles.deprecated.stdboxes.makedistinct that implement IBox | |
class |
MakeDistinct_Box
Input: a collection of objects of arbitrary types Output: a collection containing the input elements, without any duplicates (tested using equals). |
| Methods in quoggles.deprecated.stdboxes.makedistinct that return IBox | |
IBox |
MakeDistinct_Icon.getNewBoxInstance()
|
| Constructors in quoggles.deprecated.stdboxes.makedistinct with parameters of type IBox | |
MakeDistinct_Rep(IBox box)
|
|
| Uses of IBox in quoggles.deprecated.stdboxes.reverse |
| Classes in quoggles.deprecated.stdboxes.reverse that implement IBox | |
class |
Reverse_Box
Input: an Object or a Collection
Output: a Collection with the same elemenst as the input
Collection with the order of teh elements reversed. |
| Methods in quoggles.deprecated.stdboxes.reverse that return IBox | |
IBox |
Reverse_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.deprecated.stdboxes.unpack |
| Classes in quoggles.deprecated.stdboxes.unpack that implement IBox | |
class |
Unpack_Box
Input: an object Output: null if the input has been null.
|
| Methods in quoggles.deprecated.stdboxes.unpack that return IBox | |
IBox |
Unpack_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.icons |
| Methods in quoggles.icons that return IBox | |
IBox |
IBoxIcon.getNewBoxInstance()
Each time this method is called, a new instance of the box class (implementing interface IBox) is returned. |
abstract IBox |
AbstractBoxIcon.getNewBoxInstance()
Abstract method. |
| Uses of IBox in quoggles.querygraph |
| Fields in quoggles.querygraph declared as IBox | |
private IBox |
BoxAttribute.value
|
| Methods in quoggles.querygraph that return IBox | |
IBox |
BoxAttribute.getIBox()
|
| Methods in quoggles.querygraph with parameters of type IBox | |
void |
BoxAttribute.setIBox(IBox iBox)
|
| Constructors in quoggles.querygraph with parameters of type IBox | |
BoxAttribute(java.lang.String id,
IBox iBox)
|
|
| Uses of IBox in quoggles.representation |
| Fields in quoggles.representation declared as IBox | |
protected IBox |
DefaultBoxRepresentation.box
The IBox this class represents. |
| Methods in quoggles.representation that return IBox | |
IBox |
IBoxRepresentation.getIBox()
Returns the IBox it represents. |
IBox |
DefaultBoxRepresentation.getIBox()
|
| Constructors in quoggles.representation with parameters of type IBox | |
DefaultBoxRepresentation(IBox representedBox)
This constructor resets graphicalRep, uses
getParameters() to get the parameters and finally calls
updateGraphicalRep(). |
|
| Uses of IBox in quoggles.stdboxes.arithmetic |
| Classes in quoggles.stdboxes.arithmetic that implement IBox | |
class |
Arithmetic_Box
Input: one or several Numbers
Output: the result of the function (specified by the parameter)
null if the input itself is null |
| Methods in quoggles.stdboxes.arithmetic that return IBox | |
IBox |
Arithmetic_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.arithmetic with parameters of type IBox | |
Arithmetic_Rep(IBox box)
Constructs the box. |
|
| Uses of IBox in quoggles.stdboxes.booleannot |
| Classes in quoggles.stdboxes.booleannot that implement IBox | |
class |
BooleanNot_Box
Input: a Boolean value
Output: a Boolean having the negated value. |
| Methods in quoggles.stdboxes.booleannot that return IBox | |
IBox |
BooleanNot_Icon.getNewBoxInstance()
|
| Uses of IBox in quoggles.stdboxes.comparetwovalues |
| Classes in quoggles.stdboxes.comparetwovalues that implement IBox | |
class |
CompareTwoValues_Box
Input: two java objects Output: true iff the objects are considered to be equal (this
depends on the values of the parameters). |
| Methods in quoggles.stdboxes.comparetwovalues that return IBox | |
IBox |
CompareTwoValues_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.comparetwovalues with parameters of type IBox | |
CompareTwoValues_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.stdboxes.complexfilter |
| Classes in quoggles.stdboxes.complexfilter that implement IBox | |
class |
ComplexFilter_Box
Input: one or several objects Output: null if the input has been null
only those elements from the input for which holds: When set as input
to the sub query starting at the second output of this box, this sub query
yields a result that can be interpreted as true. |
| Methods in quoggles.stdboxes.complexfilter that return IBox | |
IBox |
ComplexFilter_Icon.getNewBoxInstance()
|
| Methods in quoggles.stdboxes.complexfilter with parameters of type IBox | |
static org.graffiti.util.Pair |
ComplexFilter_Box.checkSinks(org.graffiti.graph.Node fstPredNode,
IBox thisBox)
Assures that there is exactly one BoolPredicateEnd_Box in
the sub query. |
| Constructors in quoggles.stdboxes.complexfilter with parameters of type IBox | |
ComplexFilter_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.stdboxes.connectors |
| Classes in quoggles.stdboxes.connectors that implement IBox | |
class |
OneOneConnector_Box
Input: anything Output: same as input Connects two boxes. |
class |
TwoSplitConnector_Box
Input: anything Output: two times the input (unchanged) |
| Methods in quoggles.stdboxes.connectors that return IBox | |
IBox |
TwoSplitConnector_Icon.getNewBoxInstance()
|
IBox |
OneOneConnector_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.connectors with parameters of type IBox | |
TwoSplitConnector_Rep(IBox representedBox)
|
|
OneOneConnector_Rep(IBox representedBox)
Constructs the representation. |
|
| Uses of IBox in quoggles.stdboxes.getattributevalue |
| Classes in quoggles.stdboxes.getattributevalue that implement IBox | |
class |
GetAttributeValue_Box
Input: one or several Attributables
Output: one or several values of an attribute of the input(s). |
| Methods in quoggles.stdboxes.getattributevalue that return IBox | |
IBox |
GetAttributeValue_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.getattributevalue with parameters of type IBox | |
GetAttributeValue_Rep(IBox box)
Constructs the box. |
|
| Uses of IBox in quoggles.stdboxes.input |
| Classes in quoggles.stdboxes.input that implement IBox | |
class |
Input_Box
( Input: set by the system; depends on the name of the box ) Output: same as input Input box without incoming edges. |
| Fields in quoggles.stdboxes.input declared as IBox | |
private IBox |
Input_Box.InputBoxRepresentation.iBox
|
| Methods in quoggles.stdboxes.input that return IBox | |
IBox |
Input_Box.InputBoxRepresentation.getIBox()
|
| Constructors in quoggles.stdboxes.input with parameters of type IBox | |
Input_Box.InputBoxRepresentation(IBox box,
java.lang.String name)
Constructor of InputBoxRepresentation. |
|
| Uses of IBox in quoggles.stdboxes.input.constant |
| Classes in quoggles.stdboxes.input.constant that implement IBox | |
class |
Constant_Box
Output: A constant value of specified type. |
| Methods in quoggles.stdboxes.input.constant that return IBox | |
IBox |
Constant_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.input.constant with parameters of type IBox | |
Constant_Rep(IBox box)
|
|
| Uses of IBox in quoggles.stdboxes.isinstanceof |
| Classes in quoggles.stdboxes.isinstanceof that implement IBox | |
class |
IsInstanceof_Box
Input: one object Output: a boolean indicating whether or not the input object is an instance of the class or interface specified by the parameter |
| Methods in quoggles.stdboxes.isinstanceof that return IBox | |
IBox |
IsInstanceof_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.isinstanceof with parameters of type IBox | |
IsInstanceof_Rep(IBox box)
|
|
| Uses of IBox in quoggles.stdboxes.listoperations1 |
| Classes in quoggles.stdboxes.listoperations1 that implement IBox | |
class |
ListOperations1_Box
FLATTEN: Input: an object Output: null if the input has been null.
|
| Methods in quoggles.stdboxes.listoperations1 that return IBox | |
IBox |
ListOperations1_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.listoperations1 with parameters of type IBox | |
ListOperations1_Rep(IBox box)
|
|
| Uses of IBox in quoggles.stdboxes.listoperations2 |
| Classes in quoggles.stdboxes.listoperations2 that implement IBox | |
class |
ListOperations2_Box
Input: two times: an object or a collection Output: an object or a collection resulting from applying an operation (specified via a parameter) on both inputs. |
| Methods in quoggles.stdboxes.listoperations2 that return IBox | |
IBox |
ListOperations2_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.listoperations2 with parameters of type IBox | |
ListOperations2_Rep(IBox box)
|
|
| Uses of IBox in quoggles.stdboxes.neighborhood |
| Classes in quoggles.stdboxes.neighborhood that implement IBox | |
class |
Neighborhood_Box
Input: one or several GraphElements
Output: empty collection, one or several incident / adjacent
GraphElements of the input GraphElements
(depending on the value of the parameter). |
| Methods in quoggles.stdboxes.neighborhood that return IBox | |
IBox |
Neighborhood_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.neighborhood with parameters of type IBox | |
Neighborhood_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.stdboxes.output |
| Classes in quoggles.stdboxes.output that implement IBox | |
class |
BoolPredicateEnd_Box
Input: anything ( Output: see quoggles.auxiliary.Util.interpretAsBoolean(Object) ) |
class |
NormalOutput_Box
Input: anything ( Output: same as input ) |
| Methods in quoggles.stdboxes.output that return IBox | |
IBox |
NormalOutput_Icon.getNewBoxInstance()
|
IBox |
BoolPredicateEnd_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.output with parameters of type IBox | |
NormalOutput_Rep(IBox representedBox)
Construct representation (IO etc). |
|
BoolPredicateEnd_Rep(IBox representedBox)
|
|
| Uses of IBox in quoggles.stdboxes.sortby |
| Classes in quoggles.stdboxes.sortby that implement IBox | |
class |
SortBy_Box
Input: first x inputs will be sorted; second y inputs are used to define the permutation Output: the x sorted inputs |
| Methods in quoggles.stdboxes.sortby that return IBox | |
IBox |
SortBy_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.sortby with parameters of type IBox | |
SortBy_Rep(IBox box)
Constructs the box. |
|
| Uses of IBox in quoggles.stdboxes.subquery |
| Classes in quoggles.stdboxes.subquery that implement IBox | |
class |
SubQuery_Box
Input: depends on the loaded sub query Output: depends on the loaded sub query Allows specification of a file that contains a saved query. |
| Methods in quoggles.stdboxes.subquery that return IBox | |
IBox |
SubQuery_Icon.getNewBoxInstance()
|
| Constructors in quoggles.stdboxes.subquery with parameters of type IBox | |
SubQuery_Rep(IBox representedBox)
Constructor of the box. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||