Uses of Package
gdl.base

Packages that use gdl.base
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.config Classes used to parse the configuration part of an XML input source file, including representational storage objects (Configuration sets). 
gdl.ext Extended components, like an InfoTextBox that can be displayed on a Piccolo Canvas like a 'in-canvas' window. 
gdl.wizard Contains panels and panel descriptors used for the loading wizard of the Graph Explorer. 
 

Classes in gdl.base used by gdl.base
ContentNode
          the data structure for a content node; contains a list of references and children as well as the content and the id.
ContentParser
          A simple XML parser to transform XML input into da 2D adjacence matrix and prepare a list of nodes and node ids Furthermode, a tree model for the content JTree is initialised based upon the source.
GraphExplorerCanvas
          A full-features PCanvas that is able to display a graph and calculate the current position of the nodes on the canvas
GraphExplorerGui
          The Main Gui of the GraphExplorer including a main menu and several settings panels, a Legend Canvas, a JTree with the graph nodes and the GraphExplorer Canvas on a PScrolPane
ParsingManager
          The parsing manager stores values during the complete parsing process which starts with user input (file selection, tag definition), continues with configuration parsing and content parsing, afterwards several gui elements are initialised and in the end the canvas gets drawn
 

Classes in gdl.base used by gdl.config
ParsingManager
          The parsing manager stores values during the complete parsing process which starts with user input (file selection, tag definition), continues with configuration parsing and content parsing, afterwards several gui elements are initialised and in the end the canvas gets drawn
 

Classes in gdl.base used by gdl.ext
GraphExplorerCanvas
          A full-features PCanvas that is able to display a graph and calculate the current position of the nodes on the canvas
 

Classes in gdl.base used by gdl.wizard
GraphExplorerGui
          The Main Gui of the GraphExplorer including a main menu and several settings panels, a Legend Canvas, a JTree with the graph nodes and the GraphExplorer Canvas on a PScrolPane