public class EditorTutorial
extends java.lang.Object
| Red |
| Modifier and Type | Class and Description |
|---|---|
class |
EditorTutorial.LayoutActionListener
An inner class for layout.
|
class |
EditorTutorial.LayoutWidget
A widget for configuring layouts.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) JGraph |
_editor |
(package private) GlobalLayout |
_layout |
(package private) BasicGraphModel |
_model |
(package private) LayoutTarget |
_target |
| Constructor and Description |
|---|
EditorTutorial(AppContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] argv)
Pop up an empty graph editing window.
|
LayoutTarget _target
GlobalLayout _layout
JGraph _editor
BasicGraphModel _model
public EditorTutorial(AppContext context)