Uses of Class
gdl.base.GraphExplorerGui

Packages that use GraphExplorerGui
gdl.base This package contains the GraphExplorer base classes, including the gui and the canvas, as well as the classes for node weight calculation and space allocation on the graph. 
gdl.wizard Contains panels and panel descriptors used for the loading wizard of the Graph Explorer. 
 

Uses of GraphExplorerGui in gdl.base
 

Methods in gdl.base that return GraphExplorerGui
 GraphExplorerGui ParsingManager.getGui()
           
 

Methods in gdl.base with parameters of type GraphExplorerGui
 void ParsingManager.setGui(GraphExplorerGui gui)
           
 

Constructors in gdl.base with parameters of type GraphExplorerGui
GraphExplorerCanvas(ParsingManager p, GraphExplorerGui gui, java.lang.Object curColorConfigSet, java.lang.Object curSizeConfigSet)
           
NodeMover(GraphExplorerCanvas canvas, edu.umd.cs.piccolo.PLayer nodeLayer, edu.umd.cs.piccolo.PLayer edgeLayer, java.util.LinkedList allEdges, java.util.LinkedList allNodes, GraphExplorerGui gui)
           
 

Uses of GraphExplorerGui in gdl.wizard
 

Constructors in gdl.wizard with parameters of type GraphExplorerGui
WizardPanelProgress(WizardValueManager w, GraphExplorerGui gui)
          Creates new form WizardPanelProgress
WizardPanelProgressDescriptor(WizardValueManager w, GraphExplorerGui gui)