com.jgraph.editor |
Contains the main elements of the JGraph Editor
Framework
|
Java Source File Name | Type | Comment |
JGraphEditorAction.java | Class | The base class for all actions in a JGraph editor kit. |
JGraphEditorDiagram.java | Interface | Defines the basic requirements for a named diagram in a JGraph editor
document model. |
JGraphEditorFactory.java | Class | Class that creates the UI elements of a JGraph editor. |
JGraphEditorFile.java | Interface | Defines the basic requirements for a file in a JGraph editor document model.
A file contains an arbitrary set of children. |
JGraphEditorKit.java | Class | Holds references to actions and mouse tools and updates their states. |
JGraphEditorModel.java | Class | Default document model for JGraph editors. |
JGraphEditorPlugin.java | Interface | Defines the requirements for a class that may be used define addon
functionality for a JGraph editor. |
JGraphEditorResources.java | Class | Manages a set of resource bundles to retrieve keys and reads images and
streams from the classpath. |
JGraphEditorSettings.java | Class | Manages configuration files for a JGraph editor, namely XML documents and
properties files and holds references to configured objects. |
JGraphEditorTool.java | Class | The base class for all tools in a JGraph editor kit. |