Package quoggles.auxiliary

Interface Summary
RunQuery Interface of classes that provide a runQuery method.
 

Class Summary
BoxBooleanIndex Triple of a Box, a boolean and an int.
Comparators Provides instances of Comparator that take two Numbers and compare them according to the type of each Comparator.
Comparators.FloatComparator  
Comparators.IntComparator  
Comparators.StringComparator  
Comparators.TableComparator Used to compare a table (list of lists) according to the first sortByNr columns.
ConnectedSign Represents a small bulb indicating the validness of a connection between two boxes.
FileUtil Auxiliary class holding public ststic methods concerning the use of files.
FlushRightRenderer  
GhostBox  
GMLFileFilter  
HighlightBorder A LineBorder with additional space between the border and the component.
InsetLineBorder A LineBorder with additional space between the border and the component.
MyList Tagging class to distinguish special lists.
NodeBoolPair Pair of a Node and a boolean (indicating if the node is on an output path).
NodeListPair Pair of a Node and a List (indicating output paths).
NodeObjectPair Pair of a Node and an Object (indicating the object that is tested on the current output path).
PointComparator Used to compare two Points.
ResultJTable A JTable with special renderers for (collections of) GraphElements.
ResultTable Contains a JTable.
RootGraphicAttribute  
RowListener Changes the selection in the Graffiti system according to the rows or cells that get marked / unmarked.
StringConstantsRenderer  
Triple A class that encapsulates exactly three objects.
Util A set of public static auxialiary methods.
Util.Unique