Package | Description |
---|---|
org.ginsim.commongui.dialog |
Help to create GUI dialogs, for data and messages.
|
org.ginsim.gui.graph |
Common GUI for all graphs, and definition of hooks for specialised parts.
|
org.ginsim.gui.graph.canvas |
Custom implementation of the interactive view
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleDialog.setAssociatedGUI(SavingGUI gui) |
Modifier and Type | Interface and Description |
---|---|
interface |
GraphGUI<G extends Graph<V,E>,V,E extends Edge<V>>
Deal with the GUI view of a graph: get a component, provide access to selected items and view options.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGraphGUI<G extends Graph<V,E>,V,E extends Edge<V>>
Abstract class providing generic parts of a Graph GUI.
|
Modifier and Type | Class and Description |
---|---|
class |
CanvasGraphGUIImpl<G extends Graph<V,E>,V,E extends Edge<V>> |
Copyright © 2005–2020. All rights reserved.