Uses of Class
quoggles.representation.BoxRepresentation

Packages that use BoxRepresentation
quoggles   
quoggles.auxboxes.getgraphelements   
quoggles.auxboxes.getproperty   
quoggles.auxboxes.sort   
quoggles.auxboxes.truemaker   
quoggles.changeboxes.createparam   
quoggles.deprecated.stdboxes.listify   
quoggles.deprecated.stdboxes.makedistinct   
quoggles.representation   
quoggles.stdboxes.arithmetic   
quoggles.stdboxes.connectors   
quoggles.stdboxes.getattributevalue   
quoggles.stdboxes.input   
quoggles.stdboxes.input.constant   
quoggles.stdboxes.isinstanceof   
quoggles.stdboxes.listoperations1   
quoggles.stdboxes.listoperations2   
quoggles.stdboxes.sortby   
 

Uses of BoxRepresentation in quoggles
 

Methods in quoggles that return BoxRepresentation
 BoxRepresentation QGraph.addGraphInputBox()
          Add graph input box to system.
 

Methods in quoggles with parameters of type BoxRepresentation
 void QMain.removeBoxRep(BoxRepresentation boxRep)
          Removes a BoxRepresentation from the panel, the query graph and all relevant lists.
 org.graffiti.graph.Node QMain.addBoxRep(BoxRepresentation boxRep)
          Calls addBoxRep(boxRep, null);
 org.graffiti.graph.Node QMain.addBoxRep(BoxRepresentation boxRep, org.graffiti.graph.Node boxNode)
          Adds a BoxRepresentation to the panel, the query graph and all relevant lists.
 void QGraphMouse.moveBoxRepresentation(BoxRepresentation rep, java.awt.Point newPos, boolean freePlacement)
          If last parameter is false: Calculate the next possible position for the given box representation starting at the given position.
private  void QGraphMouse.moveBoxRepresentation(BoxRepresentation rep, java.awt.Point newPos)
          Calculate the next possible position for the given box representation starting at the given position.
private  void QGraphMouse.unMarkBoxRep(BoxRepresentation boxRep, boolean inform)
          Remove anything that highlighted the boxRep.
private  void QGraphMouse.unMarkBoxRep(BoxRepresentation boxRep)
          Remove anything that highlighted the boxRep.
private  void QGraphMouse.markBoxRep(BoxRepresentation boxRep)
          Do something to highlight the boxRep.
 org.graffiti.graph.Node QGraph.addBoxRep(BoxRepresentation boxRep, org.graffiti.graph.Node boxNode)
           
 void QDialog.addInputBox(BoxRepresentation boxRep)
           
 void QDialog.removeInputBox(BoxRepresentation boxRep)
           
 void QDialog.removeBoxRep(BoxRepresentation boxRep)
           
 void QDialog.addBoxRep(BoxRepresentation boxRep)
           
 

Uses of BoxRepresentation in quoggles.auxboxes.getgraphelements
 

Methods in quoggles.auxboxes.getgraphelements that return BoxRepresentation
 BoxRepresentation GetGraphElements_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.auxboxes.getproperty
 

Methods in quoggles.auxboxes.getproperty that return BoxRepresentation
 BoxRepresentation GetProperty_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.auxboxes.sort
 

Methods in quoggles.auxboxes.sort that return BoxRepresentation
 BoxRepresentation Sort_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.auxboxes.truemaker
 

Methods in quoggles.auxboxes.truemaker that return BoxRepresentation
 BoxRepresentation MakeTrue_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.changeboxes.createparam
 

Methods in quoggles.changeboxes.createparam that return BoxRepresentation
 BoxRepresentation CreateParam_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.deprecated.stdboxes.listify
 

Methods in quoggles.deprecated.stdboxes.listify that return BoxRepresentation
 BoxRepresentation Listify_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.deprecated.stdboxes.makedistinct
 

Methods in quoggles.deprecated.stdboxes.makedistinct that return BoxRepresentation
 BoxRepresentation MakeDistinct_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.representation
 

Fields in quoggles.representation declared as BoxRepresentation
protected  BoxRepresentation DefaultBoxRepresentation.graphicalRep
           
 

Methods in quoggles.representation that return BoxRepresentation
 BoxRepresentation IBoxRepresentation.getRepresentation()
          Gets a representation that can be added to the visual system.
 BoxRepresentation DefaultBoxRepresentation.createStandardPanel(BoxRepresentation boxRep)
           
 BoxRepresentation DefaultBoxRepresentation.standardizeBoxRep(BoxRepresentation panel, javax.swing.JComponent boxContents)
          Makes all boxes look similar: Adds input and output specifications, sets background color, sizes, etc.
 BoxRepresentation DefaultBoxRepresentation.getRepresentation()
           
 

Methods in quoggles.representation with parameters of type BoxRepresentation
 BoxRepresentation DefaultBoxRepresentation.createStandardPanel(BoxRepresentation boxRep)
           
 BoxRepresentation DefaultBoxRepresentation.standardizeBoxRep(BoxRepresentation panel, javax.swing.JComponent boxContents)
          Makes all boxes look similar: Adds input and output specifications, sets background color, sizes, etc.
 

Uses of BoxRepresentation in quoggles.stdboxes.arithmetic
 

Methods in quoggles.stdboxes.arithmetic that return BoxRepresentation
 BoxRepresentation Arithmetic_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.stdboxes.connectors
 

Subclasses of BoxRepresentation in quoggles.stdboxes.connectors
 class OneOneConnector_Rep.MyBoxRepresentation
          The graphical representation (i.e. a line) of the connector.
(package private)  class TwoSplitConnector_Rep.MyBoxRepresentation
          Provides a graphical repersentation of the connector.
 

Uses of BoxRepresentation in quoggles.stdboxes.getattributevalue
 

Methods in quoggles.stdboxes.getattributevalue that return BoxRepresentation
 BoxRepresentation GetAttributeValue_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.stdboxes.input
 

Subclasses of BoxRepresentation in quoggles.stdboxes.input
 class Input_Box.InputBox_Rep
          Graphical representation of an input box.
 

Fields in quoggles.stdboxes.input declared as BoxRepresentation
private  BoxRepresentation Input_Box.InputBoxRepresentation.boxRep
           
 

Methods in quoggles.stdboxes.input that return BoxRepresentation
 BoxRepresentation Input_Box.InputBoxRepresentation.getRepresentation()
           
 

Uses of BoxRepresentation in quoggles.stdboxes.input.constant
 

Methods in quoggles.stdboxes.input.constant that return BoxRepresentation
 BoxRepresentation Constant_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.stdboxes.isinstanceof
 

Methods in quoggles.stdboxes.isinstanceof that return BoxRepresentation
 BoxRepresentation IsInstanceof_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.stdboxes.listoperations1
 

Methods in quoggles.stdboxes.listoperations1 that return BoxRepresentation
 BoxRepresentation ListOperations1_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.stdboxes.listoperations2
 

Methods in quoggles.stdboxes.listoperations2 that return BoxRepresentation
 BoxRepresentation ListOperations2_Rep.getRepresentation()
          Uses a combo box to let the user change the (only) parameter.
 

Uses of BoxRepresentation in quoggles.stdboxes.sortby
 

Methods in quoggles.stdboxes.sortby that return BoxRepresentation
 BoxRepresentation SortBy_Rep.getRepresentation()
          Uses a combo box to let the user change the parameters.