|
GoGraph |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
DefaultGraphCell.class.
null, so that no column name is added.
- getConnectingPorts() -
Method in class gograph.base.graph.GGMarqueeHandler
- Returns the two selected ports for connection
- getDescription() -
Method in class gograph.base.ui.GGFileFilter
- File description getter.
- getEdgeBetween(GGModel, Object, Object) -
Method in class gograph.base.graph.GGModel
- Get the Edge connecting vertex1 to vertex2, if it exists.
- getExecPanel() -
Method in class gograph.GoGraph
- Execution panel getter.
- getExtension() -
Method in class gograph.base.ui.GGFileFilter
- File extensions getter.
- getFather(Map) -
Static method in class gograph.base.graph.GGConstants
- FATHER attribute getter.
- getFileChooser() -
Method in class gograph.GoGraph
- Filechooser getter.
- getGraph() -
Method in class gograph.GoGraph
- Active graph getter.
- getInitial() -
Method in class gograph.base.graph.GGModel
- Initial vertex getter.
- getNeighbors(GGModel, Object) -
Method in class gograph.base.graph.GGModel
- Get the ordered set of neighbor vertices of vertex in model.
- getPerimeterPoint(Point, Point) -
Method in class gograph.base.graph.GGVertexView
- Returns the intersection of the bounding rectangle and the
straight line between the source and the specified point p.
- getPrioQueue() -
Method in class gograph.algorithms.courses.GenCourse
- Get the priority queue used in algorithm.
- getPriority(Map) -
Static method in class gograph.base.graph.GGConstants
- PRIORITY attribute getter.
- getRenderer() -
Method in class gograph.base.graph.GGVertexView
- Returns a renderer for the class.
- getRenderer() -
Method in class gograph.base.graph.GGEdgeView
- Return a renderer for the class.
- getRowCount() -
Method in class gograph.algorithms.courses.GGPriorityQueue
- Returns the number of rows in the model.
- getSelectables() -
Method in class gograph.base.graph.GGNoSelectionModel
- Returns the cells that are currently selectable.
- getShowPriority() -
Method in class gograph.algorithms.courses.GenCourse
- Get the priority visualisation flag.
- getShowPriority() -
Method in class gograph.algorithms.courses.GGPriorityQueue
- Get flag for elements priorities visualisation in the table.
- getSourcePortAt(Point) -
Method in class gograph.base.graph.GGMarqueeHandler
- Find a cell at point and return its first port as a PortView.
- getTargetPortAt(Point) -
Method in class gograph.base.graph.GGMarqueeHandler
- Find a cell at point and return its first port as a PortView.
- getText(int) -
Method in class gograph.algorithms.courses.SPT
-
- getText(int) -
Method in class gograph.algorithms.courses.DepthCourse
-
- getText(int) -
Method in class gograph.algorithms.courses.MST
-
- getText(int) -
Method in class gograph.algorithms.courses.BreadthCourse
-
- getText(int) -
Method in class gograph.algorithms.courses.GenCourse
-
- getText(int) -
Method in class gograph.algorithms.courses.RecursiveDepthCourse
-
- getValueAt(int, int) -
Method in class gograph.algorithms.courses.GGPriorityQueue
- Returns the value for the cell at
column and row.
- getVertices(GGModel) -
Method in class gograph.base.graph.GGModel
- Get the Set of all vertices in model.
- getWeight(Map) -
Static method in class gograph.base.graph.GGConstants
- WEIGHT attribute getter.
- GGConstants - class gograph.base.graph.GGConstants.
- Collection of attribute keys and methods to apply to a Map to get/set
the properties in a typesafe manner.
- GGConstants() -
Constructor for class gograph.base.graph.GGConstants
-
- GGEdgeRenderer - class gograph.base.graph.GGEdgeRenderer.
- Displays entries that implement the GGEdgeView attributes.
- GGEdgeRenderer() -
Constructor for class gograph.base.graph.GGEdgeRenderer
- Creates a new instance of GGEdgeRenderer.
- GGEdgeView - class gograph.base.graph.GGEdgeView.
- Implementation of a GoGraph edge view.
- GGEdgeView(Object, JGraph, CellMapper) -
Constructor for class gograph.base.graph.GGEdgeView
- Constructs a edge view for the specified model object and the specified child views.
- GGEditorPanel - class gograph.base.ui.GGEditorPanel.
- Editor panel displaying edition graph in GoGraph.
- GGEditorPanel(GGGraph) -
Constructor for class gograph.base.ui.GGEditorPanel
- Creates a new instance of GGEditorPanel.
- GGExecPanel - class gograph.base.ui.GGExecPanel.
- Execution panel displaying execution graph in GoGraph.
- GGExecPanel(GGGraph) -
Constructor for class gograph.base.ui.GGExecPanel
- Creates a new instance of GGExecPanel.
- GGFileFilter - class gograph.base.ui.GGFileFilter.
- File filter for graph files opening and saving in standard dialog frame.
- GGFileFilter() -
Constructor for class gograph.base.ui.GGFileFilter
- Creates a new instance of GGFileFilter.
- GGGraph - class gograph.base.graph.GGGraph.
- Defines a graph with special properties for GoGraph.
- GGGraph(GraphModel) -
Constructor for class gograph.base.graph.GGGraph
- Construct a graph using model as its data source.
- GGGraphSelectionListener - class gograph.base.graph.GGGraphSelectionListener.
- Defines a selection listener that's notified when the selection in a
GraphSelectionModel changes.
- GGGraphSelectionListener(GoGraph) -
Constructor for class gograph.base.graph.GGGraphSelectionListener
- Creates a new instance of MyGraphSelectionListener.
- GGMarqueeHandler - class gograph.base.graph.GGMarqueeHandler.
- MarqueeHandler that connects vertices and displays popupmenus.
- GGMarqueeHandler(GoGraph) -
Constructor for class gograph.base.graph.GGMarqueeHandler
- Creates a new instance of GGMarqueeHandler.
- GGModel - class gograph.base.graph.GGModel.
- A graph model that defines orientation, edge weights, initial vertex for algorithms,
getting vertices, edges and neighbours in a particular order and does not allow
vertex self-connexion.
- GGModel() -
Constructor for class gograph.base.graph.GGModel
-
- GGNoSelectionModel - class gograph.base.graph.GGNoSelectionModel.
- A graph selection model that prevents any selection.
- GGNoSelectionModel() -
Constructor for class gograph.base.graph.GGNoSelectionModel
- Creates a new instance of GGNoSelectionModel
- GGPriorityQueue - class gograph.algorithms.courses.GGPriorityQueue.
- Priority queue based on a sorted set, used in course algorithms.
- GGPriorityQueue() -
Constructor for class gograph.algorithms.courses.GGPriorityQueue
- Creates a new instance of GGPriorityQueue.
- GGTable - class gograph.base.ui.GGTable.
- Priority queue visualisation in execution panel for GoGraph.
- GGTable(TableModel, int) -
Constructor for class gograph.base.ui.GGTable
- Creates a new instance of GGTable.
- GGVertexRenderer - class gograph.base.graph.GGVertexRenderer.
- Displays entries that implement the GGVertexView attributes.
- GGVertexRenderer() -
Constructor for class gograph.base.graph.GGVertexRenderer
- Creates a new instance of GGVertexRenderer
- GGVertexView - class gograph.base.graph.GGVertexView.
- Implementation of a GoGraph vertex view.
- GGVertexView(Object, JGraph, CellMapper) -
Constructor for class gograph.base.graph.GGVertexView
- Constructs a vertex view for the specified model object and the specified child views.
- gograph - package gograph
-
- gograph -
Variable in class gograph.actions.algo.AlgoNextAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.algo.AlgoRecDepthAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.algo.AlgoDepthAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.algo.AlgoMSTAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.algo.AlgoSPTAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.algo.AlgoBreadthAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.edit.EditRemoveAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.edit.EditLabelAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.edit.EditInsertAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.edit.EditInitialAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.edit.EditConnectAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.file.FilePrintAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.file.FileSaveAsAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.file.FileSaveAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.file.FileNewAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.file.FileOpenAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.go.SwitchAboutAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.go.SwitchExecAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.go.SwitchEditAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.go.SwitchExitAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.mode.ModeWeightedAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.mode.ModeOrientedAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.mode.ModeConnectAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.view.ViewZoomOutAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.view.ViewZoomInitialAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.view.ViewZoomInAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.view.ViewToFrontAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.actions.view.ViewToBackAction
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.algorithms.courses.GenCourse
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.algorithms.courses.RecursiveDepthCourse
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.base.graph.GGMarqueeHandler
- Access back to GoGraph panel.
- gograph -
Variable in class gograph.base.graph.GGGraphSelectionListener
- Access back to GoGraph panel.
- GoGraph - class gograph.GoGraph.
- Main class for GoGraph.
- gograph.actions.algo - package gograph.actions.algo
-
- gograph.actions.edit - package gograph.actions.edit
-
- gograph.actions.file - package gograph.actions.file
-
- gograph.actions.go - package gograph.actions.go
-
- gograph.actions.mode - package gograph.actions.mode
-
- gograph.actions.view - package gograph.actions.view
-
- gograph.algorithms.courses - package gograph.algorithms.courses
-
- gograph.base.graph - package gograph.base.graph
-
- gograph.base.ui - package gograph.base.ui
-
- GoGraph() -
Constructor for class gograph.GoGraph
- Creates a new instance of GoGraph.
false to prevent table edition.
|
GoGraph |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||