A B C D E F G H I L M N P R S T U W

G

gdl.base - package 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.components.wizard - package gdl.components.wizard
This package contains several classes to control wizards.
gdl.config - package gdl.config
Classes used to parse the configuration part of an XML input source file, including representational storage objects (Configuration sets).
gdl.ext - package gdl.ext
Extended components, like an InfoTextBox that can be displayed on a Piccolo Canvas like a 'in-canvas' window.
gdl.test - package gdl.test
Contains a Data Generator that can be used to generate sample data.
gdl.wizard - package gdl.wizard
Contains panels and panel descriptors used for the loading wizard of the Graph Explorer.
getAdMatrix() - Method in class gdl.base.ContentParser
This function can be called to obtain the adjacence matrix of the current graph
getAdMatrix() - Method in class gdl.base.ParsingManager
 
getAllNodeIDs() - Method in class gdl.base.ContentParser
returns a list of all nodes IDs that could be parsed.
getAllNodeIDs() - Method in class gdl.base.ParsingManager
 
getAllNodes() - Method in class gdl.base.ContentParser
returns a list of all nodes that could be parsed.
getAllNodes() - Method in class gdl.base.ParsingManager
 
getAttribute(String) - Method in class gdl.base.ContentNode
 
getAttributeId() - Method in class gdl.config.RangeConfigSet
 
getAttributeId() - Method in class gdl.config.SwitchConfigSet
 
getAttributeValue(int) - Method in class gdl.config.SwitchConfigSet
 
getBackButtonEnabled() - Method in class gdl.components.wizard.Wizard
Mirrors the WizardModel method of the same name.
getBackPanelDescriptor() - Method in class gdl.components.wizard.WizardPanelDescriptor
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Back button is pressed.
getBackPanelDescriptor() - Method in class gdl.wizard.WizardPanelFileChooserDescriptor
 
getBackPanelDescriptor() - Method in class gdl.wizard.WizardPanelProgressDescriptor
 
getBackPanelDescriptor() - Method in class gdl.wizard.WizardPanelTagConfigurationDescriptor
 
getCamera() - Method in class gdl.ext.CustomPLens
 
getCancelButtonEnabled() - Method in class gdl.components.wizard.Wizard
Mirrors the WizardModel method of the same name.
getCanvas() - Method in class gdl.base.ParsingManager
 
getCanvasColor() - Method in class gdl.base.GraphExplorerGui
 
getCanvasPNode() - Method in class gdl.base.ContentNode
 
getCanvasPNodeIndex() - Method in class gdl.base.ContentNode
 
getChildren() - Method in class gdl.base.ContentNode
 
getChildren() - Method in class gdl.base.SizeListEntry
 
getCollapsedState() - Method in class gdl.ext.InfoTextBox
 
getColor(int) - Method in class gdl.base.ConnectionsColorMapper
allows to retrieve a Color for a mapped integer color attribute value.
getColor(int) - Method in class gdl.base.NodeColorMapper
allows to retrieve a Color for a mapped integer color attribute value.
getColorConfigSets() - Method in class gdl.base.ParsingManager
 
getConfigHandler() - Method in class gdl.base.ParsingManager
 
getConnectionDisplayName(int) - Method in class gdl.config.ConnectionTypeSet
 
getConnectionName(int) - Method in class gdl.config.ConnectionTypeSet
 
getConnectionSet() - Method in class gdl.base.GraphExplorerGui
 
getConnectionSet() - Method in class gdl.base.ParsingManager
 
getConnectionTypeAttribute() - Method in class gdl.base.ParsingManager
 
getConnTypeAttribute() - Method in class gdl.wizard.WizardValueManager
 
getContentAsString() - Method in class gdl.base.ContentNode
 
getContentParser() - Method in class gdl.base.ParsingManager
 
getCrossRefTag() - Method in class gdl.base.ParsingManager
 
getCrossRefTag() - Method in class gdl.wizard.WizardValueManager
 
getDefaultIcon() - Method in class gdl.base.ParsingManager
 
getDialog() - Method in class gdl.components.wizard.Wizard
Returns an instance of the JDialog that this class created.
getDisplayName() - Method in class gdl.config.RangeConfigSet
 
getDisplayName() - Method in class gdl.config.SwitchConfigSet
 
getDisplayName(int) - Method in class gdl.config.SwitchConfigSet
 
getFileLocation() - Method in class gdl.base.ParsingManager
 
getFileLocation() - Method in class gdl.wizard.WizardValueManager
 
getFromNodeAddress() - Method in class gdl.base.GraphEdge
returns the id of the first node, the edge connects
getGui() - Method in class gdl.base.ParsingManager
 
getIcon() - Method in class gdl.base.ContentNode
 
getIconDefaultHeight() - Method in class gdl.base.ParsingManager
 
getIconDefaultWidth() - Method in class gdl.base.ParsingManager
 
getIconLocation() - Method in class gdl.base.ParsingManager
 
getId() - Method in class gdl.base.ContentNode
get the id of the Content Node
getId() - Method in class gdl.base.SizeListEntry
 
getIdAttribute() - Method in class gdl.base.ParsingManager
 
getIdAttribute() - Method in class gdl.wizard.WizardValueManager
 
getIndexInEdgeLayer() - Method in class gdl.base.GraphEdge
 
getIndexOfType(String) - Method in class gdl.config.ConnectionTypeSet
 
getLensDraggerHandler() - Method in class gdl.ext.CustomPLens
 
getLowerDegreeInterval() - Method in class gdl.base.ContentNode
 
getMappedValue(int) - Method in class gdl.config.RangeConfigSet
This method maps a "raw" attribte value to a displayable mapped value, accoring to the min and max values of the config set.
getMappedValue(String) - Method in class gdl.config.SwitchConfigSet
 
getMax() - Method in class gdl.config.RangeConfigSet
 
getMin() - Method in class gdl.config.RangeConfigSet
 
getModel() - Method in class gdl.components.wizard.Wizard
Returns the current model of the wizard dialog.
getNextFinishButtonEnabled() - Method in class gdl.components.wizard.Wizard
Mirrors the WizardModel method of the same name.
getNextPanelDescriptor() - Method in class gdl.components.wizard.WizardPanelDescriptor
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Next button is pressed.
getNextPanelDescriptor() - Method in class gdl.wizard.WizardPanelFileChooserDescriptor
 
getNextPanelDescriptor() - Method in class gdl.wizard.WizardPanelProgressDescriptor
 
getNextPanelDescriptor() - Method in class gdl.wizard.WizardPanelTagConfigurationDescriptor
 
getNextPosDegree() - Method in class gdl.base.ContentNode
 
getNextPosRadius() - Method in class gdl.base.ContentNode
 
getNodeContent(String) - Method in class gdl.base.GraphExplorerCanvas
 
getNodeTag() - Method in class gdl.base.ParsingManager
 
getNodeTag() - Method in class gdl.wizard.WizardValueManager
 
getOwner() - Method in class gdl.components.wizard.Wizard
Returns the owner of the generated javax.swing.JDialog.
getPanelComponent() - Method in class gdl.components.wizard.WizardPanelDescriptor
Returns to java.awt.Component that serves as the actual panel.
getPanelDescriptorIdentifier() - Method in class gdl.components.wizard.WizardPanelDescriptor
Returns the unique Object-based identifier for this panel descriptor.
getPosDegree() - Method in class gdl.base.ContentNode
 
getPosRadius() - Method in class gdl.base.ContentNode
 
getProgressPanel() - Method in class gdl.base.ParsingManager
 
getReferences() - Method in class gdl.base.ContentNode
 
getReturnCode() - Method in class gdl.components.wizard.Wizard
Retrieves the last return code set by the dialog.
getRingColor() - Method in class gdl.base.GraphExplorerGui
 
getRingOffset() - Method in class gdl.base.GraphExplorerCanvas
get the current ring offset value
getSize() - Method in class gdl.base.ContentNode
returns mapped pixel value of the node size according to the currently active size configuration set.
getSize() - Method in class gdl.config.ConnectionTypeSet
 
getSize() - Method in class gdl.config.SwitchConfigSet
 
getSizeConfigSets() - Method in class gdl.base.ParsingManager
 
getSumOfWeight() - Method in class gdl.base.ContentNode
 
getSumOfWeight() - Method in class gdl.base.SizeListEntry
 
getTemporaryChildren() - Method in class gdl.base.ContentNode
 
getTemporaryFather() - Method in class gdl.base.ContentNode
 
getTitle() - Method in class gdl.components.wizard.Wizard
Returns the current title of the generated dialog.
getTmpWeightOfChildren() - Method in class gdl.base.ContentNode
 
getToNodeAddress() - Method in class gdl.base.GraphEdge
returns the id of the second node, the edge connects
getTreeNode(TreePath) - Method in class gdl.base.GraphExplorerGui
obtains a DefaultMutable TreeNode from a TreePath
getType() - Method in class gdl.base.GraphEdge
 
getType() - Method in class gdl.config.RangeConfigSet
 
getType() - Method in class gdl.config.SwitchConfigSet
 
getUpperDegreeInterval() - Method in class gdl.base.ContentNode
 
getWizard() - Method in class gdl.components.wizard.WizardPanelDescriptor
Returns a reference to the Wizard component.
getWizardModel() - Method in class gdl.components.wizard.WizardPanelDescriptor
Returns a reference to the current WizardModel for this Wizard component.
GraphEdge - Class in gdl.base
A Graph Edge is an extended representation object for graph edges. these graph edge objects know the id of the nodes they connect, whether they are cross references or direct tree hierarchy connections and their index in the canvas.
GraphEdge(int, int, int, boolean, int) - Constructor for class gdl.base.GraphEdge
 
GraphExplorerCanvas - Class in gdl.base
A full-features PCanvas that is able to display a graph and calculate the current position of the nodes on the canvas
GraphExplorerCanvas(ParsingManager, GraphExplorerGui, Object, Object) - Constructor for class gdl.base.GraphExplorerCanvas
 
GraphExplorerGui - Class in gdl.base
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
GraphExplorerGui() - Constructor for class gdl.base.GraphExplorerGui
initializes a new GraphExlorerGui and all its components.
GraphExplorerMain - Class in gdl.base
The projects main class containing the main method. initiales the GraphExplorerGui.
GraphExplorerMain() - Constructor for class gdl.base.GraphExplorerMain
 

A B C D E F G H I L M N P R S T U W