A B C D E F G H I J K L M N O P R S T U V W X Y Z

A

abbrs - Variable in class graphlab.gui.plugins.commandline.Run
 
AbstractAction - Class in graphlab.main.core.action
User: Azin Azadi Date: Dec 19, 2004 Time: 10:25:38 AM
AbstractAction(BlackBoard) - Constructor for class graphlab.main.core.action.AbstractAction
constructor
AbstractAnimator - Class in graphlab.gui.plugins.algorithmanimator.core
 
AbstractAnimator(BlackBoard) - Constructor for class graphlab.gui.plugins.algorithmanimator.core.AbstractAnimator
constructor
AbstractExtensionAction - Class in graphlab.ui
the implementing class will have a menu assigned to it automatically the name of the menu will be from the constructors parametr(sp) and the will also listen to UI.getUIEvent(sp.getName())
AbstractExtensionAction(BlackBoard, Extension) - Constructor for class graphlab.ui.AbstractExtensionAction
 
AbstractPreference - Class in graphlab.main.preferences
 
AbstractPreference(String, Preferences) - Constructor for class graphlab.main.preferences.AbstractPreference
 
accept(File) - Method in class graphlab.gui.plugins.main.saveload.ExampleFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
acceptEventDispatcher(EventDispatcher) - Method in class graphlab.gui.plugins.algorithmanimator.More
 
acceptEventDispatcher(EventDispatcher) - Method in class graphlab.library.algorithms.Algorithm
Gets a reference to the dispatcher object responsible for dispatching events.
acceptEventDispatcher(EventDispatcher) - Method in interface graphlab.library.algorithms.AlgorithmInterface
 
accepts(File) - Method in interface graphlab.gui.plugins.main.saveload.core.GraphReaderInterface
Reads the file and enters the data in the graph.
accepts(File) - Method in class graphlab.gui.plugins.main.saveload.Load
 
accepts(File) - Method in class graphlab.gui.plugins.main.saveload.matrix.LoadMatrix
 
action(GraphData) - Method in interface graphlab.gui.plugins.main.extension.GraphActionInterface
 
action(GraphData) - Method in class graphlab.gui.plugins.reports.ShowReports
 
Action - Interface in graphlab.main.core.action
Action is the base of the actions of graphlab.
action - Variable in class graphlab.ui.actions.UIEventData
the name of the action, this event should be passed to, the action should be loaded via XML to be known to UI.
ActionGrouper - Class in graphlab.gui.plugins.main.actiongrouping
this class is used whenever you have more than one action and you want them to be enabled and desabled alltogether, so they can be thinked as a single action.
ActionGrouper(BlackBoard) - Constructor for class graphlab.gui.plugins.main.actiongrouping.ActionGrouper
 
actionName - Variable in class graphlab.gui.plugins.main.core.actions.undo.UndoableActionOccuredData
 
actionPerformed(ActionEvent) - Method in class graphlab.gui.plugins.main.core.actions.StatusBarMessage
 
actionPerformed(ActionEvent) - Method in class graphlab.gui.plugins.reports.ui.ReportsUI
 
actionPerformed(ActionEvent) - Method in class graphlab.gui.plugins.visualization.LSFUI
 
actionPerformed(ActionEvent) - Method in class graphlab.ui.actions.MemoryUsageStatusAction
occurs when the button pressed
actionPerformed(ActionEvent) - Method in class graphlab.ui.components.GButton
 
actionPerformed(ActionEvent) - Method in class graphlab.ui.components.gmenu.GMenuItem
 
actionPerformed(ActionEvent) - Method in class graphlab.ui.components.GPropertyEditor.editors.GDialogEditor
 
actionPerformed(ActionEvent) - Method in class graphlab.ui.components.GPropertyEditor.editors.GStringEditor
 
actionPerformed(ActionEvent) - Method in class graphlab.ui.components.GPropertyEditor.editors.inplace.GBooleanEditor
 
actionPerformed(ActionEvent) - Method in class graphlab.ui.components.GPropertyEditor.editors.inplace.GComboEditor
occurs when one item of combo list selected
actions - Variable in class graphlab.ui.UI
 
ACTIONS_MAP - Static variable in class graphlab.ui.actions.UIEventHandler
 
activate(Vertex) - Method in class graphlab.gui.core.graph.vertex.GResizer
Invoked when this tool is about to begin user interaction.
activePlugins - Variable in class graphlab.main.plugin.Plugger
 
AcyclicChecker - Class in graphlab.library.algorithms.util
Checks whether a graph is acyclic.
AcyclicChecker() - Constructor for class graphlab.library.algorithms.util.AcyclicChecker
 
AcyclicSP<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> - Class in graphlab.library.algorithms.shortestpath
 
AcyclicSP(GraphConverter<EdgeType, EdgeType, VertexType, VertexType>) - Constructor for class graphlab.library.algorithms.shortestpath.AcyclicSP
 
acyclicSP(BaseGraph<VertexType, EdgeType>, VertexType) - Method in class graphlab.library.algorithms.shortestpath.AcyclicSP
 
addAttributeListener(AttributeListener, String[]) - Method in class graphlab.gui.core.graph.edge.EdgeModel
 
addAttributeListener(AttributeListener, String[]) - Method in class graphlab.gui.core.graph.graph.GraphModel
 
addAttributeListener(AttributeListener, String[]) - Method in class graphlab.gui.core.graph.vertex.VertexModel
 
addAttributeListener(AttributeListener, String...) - Method in class graphlab.main.attribute.AttributeImplSet
 
addAttributeListener(AttributeListener, String[]) - Method in interface graphlab.main.attribute.NotifiableAttributeSet
Add a listener to changes of an AttributeSet.
addAttributeListener(AttributeListener, String[]) - Method in class graphlab.main.attribute.NotifiableAttributeSetImpl
 
addAttributeListener(AttributeListener, String[]) - Method in class graphlab.main.attribute.NotifiableAttributeSetImplX
 
addButton(String, Component) - Method in class graphlab.ui.components.gsidebar.GSidebar
adds a button to side bar, and match it to component
addButton(URL, Component) - Method in class graphlab.ui.components.gsidebar.GSidebar
 
addButton(Icon, Component) - Method in class graphlab.ui.components.gsidebar.GSidebar
 
addComponent(Component) - Method in class graphlab.ui.components.GStatusBar
adds a new Component to the status bar
addData(Object, Object) - Method in class graphlab.ui.components.GPropertyEditor.GPropertyTableModel
adds a row to the table
addEdge(Edge) - Method in class graphlab.gui.core.graph.graph.Graph
 
addEdge(EdgeModel) - Method in class graphlab.gui.core.graph.graph.GraphModel
 
addEdge(String, String) - Method in class graphlab.gui.plugins.commandline.commands.EdgeCommands
 
AddEdge - Class in graphlab.gui.plugins.main.core.actions.edge
 
AddEdge(BlackBoard) - Constructor for class graphlab.gui.plugins.main.core.actions.edge.AddEdge
constructor
addEdge(Graph, Edge) - Static method in class graphlab.gui.plugins.main.core.CorePluginMethods
adds e to g
addEdge(Edge) - Method in class graphlab.gui.plugins.main.core.CorePluginMethods
adds e to current editing graph
addEdge(Graph, Vertex, Vertex) - Static method in class graphlab.gui.plugins.main.core.CorePluginMethods
create and adds a new edge from v1, v2 to g
addEdge(Vertex, Vertex) - Method in class graphlab.gui.plugins.main.core.CorePluginMethods
 
addEdges(Collection<Edge>) - Method in class graphlab.gui.core.graph.graph.Graph
 
addEdges(Edge[]) - Method in class graphlab.gui.core.graph.graph.Graph
 
addExceptiontoLog(Throwable, BlackBoard) - Static method in class graphlab.main.core.ExceptionOccuredData
 
addExtension(String) - Method in class graphlab.gui.plugins.main.saveload.ExampleFileFilter
Adds a filetype "dot" extension to filter against.
addGraph(Graph) - Method in class graphlab.gui.core.graph.GTabbedGraphPane
create a tab for the given graph, the name of tab will be graph id
addGraphListener(GraphListener) - Method in class graphlab.gui.core.graph.graph.Graph
 
addIndexed(JToolBar, int) - Method in class graphlab.ui.components.GToolbar
 
addListener(String, Notifiable) - Method in class graphlab.main.core.BlackBoard.BlackBoard
adds a listener to the Data , which when the data changed, will be notified
addPaintListener(PaintHandler) - Method in class graphlab.gui.core.graph.vertex.VertexView
 
addPrePaintHandler(PaintHandler) - Method in class graphlab.gui.core.graph.edge.EdgeView
 
addPrePaintHandler(PaintHandler<GraphView>) - Method in class graphlab.gui.core.graph.graph.GraphView
 
addReport(GraphReportExtension) - Method in class graphlab.gui.plugins.reports.ui.ReportsUI
 
addSubGraph(Graph, Rectangle) - Method in class graphlab.gui.core.graph.graph.Graph
adds graph to this graph and place it in the given rectangle
addTab() - Method in class graphlab.gui.plugins.commandline.commands.GraphCommands
 
AddTab - Class in graphlab.gui.plugins.main.core.actions
 
AddTab(BlackBoard) - Constructor for class graphlab.gui.plugins.main.core.actions.AddTab
constructor
addTab() - Method in class graphlab.gui.plugins.main.core.CorePluginMethods
creates a graph ans add it as a tab to the current editing graph window
addToGroup(String, AbstractAction...) - Method in class graphlab.main.core.Configuration
adds on or more than one action to the group
addValidValue(t) - Method in class graphlab.main.lang.SetValidator
 
addValidValues(t[]) - Method in class graphlab.main.lang.SetValidator
 
addVertex(Vertex) - Method in class graphlab.gui.core.graph.graph.Graph
 
addVertex(VertexModel) - Method in class graphlab.gui.core.graph.graph.GraphModel
same to insertVertex
addVertex(int, int) - Method in class graphlab.gui.plugins.commandline.commands.VertexCommands
 
AddVertex - Class in graphlab.gui.plugins.main.core.actions.vertex
Adds a vertex to the graph: listens for "graph select point" & ...
AddVertex(BlackBoard) - Constructor for class graphlab.gui.plugins.main.core.actions.vertex.AddVertex
 
addVertex(Graph) - Static method in class graphlab.gui.plugins.main.core.CorePluginMethods
adds a new vertex to a random point of the graph and returns it
addVertex() - Method in class graphlab.gui.plugins.main.core.CorePluginMethods
add a new vertex to a random position of the current graph and returns it
addVertex(Graph, int, int) - Static method in class graphlab.gui.plugins.main.core.CorePluginMethods
adds a vertex to the given point of graph
addVertex(int, int) - Method in class graphlab.gui.plugins.main.core.CorePluginMethods
adds a vertex to the given point of current graph
addVertices(Vertex[]) - Method in class graphlab.gui.core.graph.graph.Graph
 
addVertices(Collection<Vertex>) - Method in class graphlab.gui.core.graph.graph.Graph
 
addXML(String, Class) - Method in class graphlab.ui.UI
fek mikonam ke in add xml kare plugin ha ro rah bendaze, vali hala kheili ghatiam, in tarif methoda ro ehtemalan taghir baies dad.
addXMLFromString(String, Class) - Method in class graphlab.ui.UI
 
Algorithm - Class in graphlab.library.algorithms
 
Algorithm() - Constructor for class graphlab.library.algorithms.Algorithm
 
AlgorithmAnimator - Class in graphlab.gui.plugins.algorithmanimator.core
 
AlgorithmAnimator(BlackBoard) - Constructor for class graphlab.gui.plugins.algorithmanimator.core.AlgorithmAnimator
 
AlgorithmExtension - Interface in graphlab.gui.plugins.algorithmanimator.extension
 
AlgorithmExtensionAction - Class in graphlab.gui.plugins.algorithmanimator.extension
 
AlgorithmExtensionAction(BlackBoard, AlgorithmExtension) - Constructor for class graphlab.gui.plugins.algorithmanimator.extension.AlgorithmExtensionAction
 
AlgorithmExtensionHandler - Class in graphlab.gui.plugins.algorithmanimator.extension
 
AlgorithmExtensionHandler() - Constructor for class graphlab.gui.plugins.algorithmanimator.extension.AlgorithmExtensionHandler
 
AlgorithmInterface - Interface in graphlab.library.algorithms
 
allpairs(BaseGraph<VertexType, EdgeType>) - Method in class graphlab.library.algorithms.shortestpath.FloydWarshall
 
animate(EventType, BlackBoard) - Method in interface graphlab.gui.plugins.algorithmanimator.core.AtomAnimator
animates event on the given blackboard as the world...
animate(EdgeEvent, BlackBoard) - Method in class graphlab.gui.plugins.algorithmanimator.core.atoms.EdgeMarkAnimator
 
animate(GraphRequest, BlackBoard) - Method in class graphlab.gui.plugins.algorithmanimator.core.atoms.GraphSelect
 
animate(BaseGraphEvent, BlackBoard) - Method in class graphlab.gui.plugins.algorithmanimator.core.atoms.NewGraph
 
animate(Event, BlackBoard) - Method in class graphlab.gui.plugins.algorithmanimator.core.atoms.PrePostWork
 
animate(VertexEvent, BlackBoard) - Method in class graphlab.gui.plugins.algorithmanimator.core.atoms.VertexColorAnimator
 
animate(VertexEdgeLabelEvent<VertexModel, EdgeModel>, BlackBoard) - Method in class graphlab.gui.plugins.algorithmanimator.core.atoms.VertexEdgeLabelAnimator
 
animate(VertexEvent, BlackBoard) - Method in class graphlab.gui.plugins.algorithmanimator.core.atoms.VertexMarkAnimator
 
animate(VertexRequest, BlackBoard) - Method in class graphlab.gui.plugins.algorithmanimator.core.atoms.VertexSelect
 
animateAlgorithm(AutomatedAlgorithm) - Method in class graphlab.gui.plugins.algorithmanimator.core.AlgorithmAnimator
 
AnimatedPrim - Class in graphlab.library.algorithms.spanningtree
 
AnimatedPrim() - Constructor for class graphlab.library.algorithms.spanningtree.AnimatedPrim
 
animateEvent(Event) - Method in class graphlab.gui.plugins.algorithmanimator.core.AlgorithmAnimator
 
animation - Variable in class graphlab.gui.core.graph.graph.GraphView
 
AppVertexCover<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> - Class in graphlab.library.algorithms.vertexcover
 
AppVertexCover(BaseGraph<VertexType, EdgeType>, GraphConverter<EdgeType, EdgeType, VertexType, VertexType>) - Constructor for class graphlab.library.algorithms.vertexcover.AppVertexCover
 
AppVertexCoverAnim - Class in graphlab.gui.plugins.algorithmanimator
 
AppVertexCoverAnim() - Constructor for class graphlab.gui.plugins.algorithmanimator.AppVertexCoverAnim
 
ArrayX<t> - Class in graphlab.main.lang
an eXtended data type that you can set it and also get it, only if your value is in the predefined set
ArrayX(t, t...) - Constructor for class graphlab.main.lang.ArrayX
 
ArrayXEditor - Class in graphlab.ui.components.GPropertyEditor.editors.inplace
 
ArrayXEditor(ArrayX) - Constructor for class graphlab.ui.components.GPropertyEditor.editors.inplace.ArrayXEditor
 
Arrow - Interface in graphlab.gui.core.graph
 
ARROW - Static variable in interface graphlab.gui.core.graph.Arrow
 
ArrowEditor - Class in graphlab.ui.components.GPropertyEditor.editors.inplace
 
ArrowEditor() - Constructor for class graphlab.ui.components.GPropertyEditor.editors.inplace.ArrowEditor
 
ArrowHandler - Class in graphlab.gui.core.graph
 
ArrowHandler(EdgeView) - Constructor for class graphlab.gui.core.graph.ArrowHandler
 
ArrowRenderer - Class in graphlab.ui.components.GPropertyEditor.renderers
 
ArrowRenderer() - Constructor for class graphlab.ui.components.GPropertyEditor.renderers.ArrowRenderer
 
AtomAnimator<EventType extends Event> - Interface in graphlab.gui.plugins.algorithmanimator.core
 
AtomAnimatorExtension - Interface in graphlab.gui.plugins.algorithmanimator.core.atoms.extension
 
AtomAnimatorExtensionAction - Class in graphlab.gui.plugins.algorithmanimator.core.atoms.extension
 
AtomAnimatorExtensionAction(BlackBoard, AtomAnimatorExtension) - Constructor for class graphlab.gui.plugins.algorithmanimator.core.atoms.extension.AtomAnimatorExtensionAction
 
AtomAnimatorExtensionHandler - Class in graphlab.gui.plugins.algorithmanimator.core.atoms.extension
 
AtomAnimatorExtensionHandler() - Constructor for class graphlab.gui.plugins.algorithmanimator.core.atoms.extension.AtomAnimatorExtensionHandler
 
AtomAttribute<t> - Interface in graphlab.main.attribute
 
AttributeImplSet - Class in graphlab.main.attribute
 
AttributeImplSet(NotifiableAttributeSet) - Constructor for class graphlab.main.attribute.AttributeImplSet
 
AttributeImplSet() - Constructor for class graphlab.main.attribute.AttributeImplSet
 
AttributeListener - Interface in graphlab.main.attribute
 
AttributeSet - Interface in graphlab.main.attribute
 
attributeSet - Variable in class graphlab.main.preferences.AbstractPreference
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.core.graph.ArrowHandler
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.core.graph.edge.Edge
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.core.graph.edge.EdgeModel
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.core.graph.edge.EdgeView
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.core.graph.GLabel
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.core.graph.graph.GraphControl
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.core.graph.GStroke
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.core.graph.vertex.VertexModel
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.core.graph.vertex.VertexView
 
attributeUpdated(String, Object, Object) - Method in class graphlab.gui.plugins.main.core.actions.GraphPropertyEditor
 
attributeUpdated(String, Object, Object) - Method in interface graphlab.main.attribute.AttributeListener
 
attributeUpdated(String, Object, Object) - Method in class graphlab.main.parameter.ParameterShower
 
attributeUpdated(String, Object, Object) - Method in class graphlab.ui.components.GPropertyEditor.ProEditor2NotifiableAttributeSetConnector
 
attributeUpdated(String, Object, Object) - Method in class graphlab.ui.ParameterShower
 
AutomatedAlgorithm - Interface in graphlab.library.algorithms
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z