JGraphpad Pro
v6.0.5.0


Uses of Class
com.jgraph.JGraphEditor

Packages that use JGraphEditor
com.jgraph Contains the main framework classes 
com.jgraph.editor Contains the main elements of the JGraph Editor Framework 
com.jgraph.editor.factory Contains the diagram pane, toolbox and factory methods 
com.jgraph.pad.action Provides actions to be used in the kit 
com.jgraph.pad.factory Implements factory methods for constructing the UI 
com.jgraph.pad.graph Provides a custom JGraph implementation 
com.jgraph.pad.util Offers various utility classes 
 

Uses of JGraphEditor in com.jgraph
 

Methods in com.jgraph that return JGraphEditor
protected  JGraphEditor JGraphpad.createEditor(Map args)
          Constructs a new JGraphEditor using the specified settings and document model model and calls JGraphpad.configureEditor(JGraphEditor, Map) on the new instance.
protected  JGraphEditor JGraphpad.createEditor(Map args)
          Constructs a new JGraphEditor using the specified settings and document model model and calls JGraphpad.configureEditor(JGraphEditor, Map) on the new instance.
 

Methods in com.jgraph with parameters of type JGraphEditor
protected  Window JGraphpad.createMainWindow(JGraphEditor editor, String factoryMethod)
          Helper method that invokes the specified factory method and configures the main window by setting its bounds and installing window listeners.
protected  void JGraphpad.configureEditor(JGraphEditor editor, Map args)
          Hook for subclassers to configure new editors.
protected  JGraphEditorKit JGraphpad.createKit(JGraphEditor editor)
          Constructs a default kit for new editors.
protected  void JGraphpad.configureKit(JGraphEditor editor, JGraphEditorKit kit)
          Boilerplate method for configuring new editor kits.
protected  void JGraphpad.addActions(JGraphEditor editor, JGraphEditorKit kit)
          Adds the action bundles for JGraphpadEditAction, JGraphpadFileAction,JGraphpadViewAction, JGraphpadFormatActionand JGraphpadCellAction.
protected  void JGraphpad.addTools(JGraphEditor editor, JGraphEditorKit kit)
          Adds the following tools to kit:JGraphpad.NAME_SELECTTOOL, JGraphpad.NAME_VERTEXTOOL,JGraphpad.NAME_ROUNDEDTOOL, JGraphpad.NAME_CIRCLETOOL,JGraphpad.NAME_DIAMONDTOOL,JGraphpad.NAME_TRIANGLETOOL, JGraphpad.NAME_IMAGETOOL,JGraphpad.NAME_HEAVYTOOL,JGraphpad.NAME_EDGETOOLand JGraphpad.NAME_ORTHOGONALEDGETOOL.
protected  JGraphEditorFactory JGraphpad.createFactory(JGraphEditor editor)
          Constructs a default factory for new editors.
protected  void JGraphpad.configureFactory(JGraphEditor editor, JGraphEditorFactory factory)
          Hook for subclassers to configure new editor factories.
protected  void JGraphpad.createPlugins(JGraphEditor editor)
          Hook for subclassers to create plugins for a new editor.
protected  org.jgraph.JGraph JGraphpad.createGraph(JGraphEditor editor, org.jgraph.graph.GraphLayoutCache graphLayoutCache)
          Hook for subclassers to provide a custom graph for the user interface.
protected  void JGraphpad.configureGraph(JGraphEditor editor, org.jgraph.JGraph graph)
          Hook for subclassers to configure a new graph.
protected  void JGraphpadDemo.addActions(JGraphEditor editor, JGraphEditorKit kit)
          Replaces some actions with empty implementations.
protected  void JGraphpadDemo.addActions(JGraphEditor editor, JGraphEditorKit kit)
          Replaces some actions with empty implementations.
protected  Window JGraphpad.createMainWindow(JGraphEditor editor, String factoryMethod)
          Helper method that invokes the specified factory method and configures the main window by setting its bounds and installing window listeners.
protected  void JGraphpad.configureEditor(JGraphEditor editor, Map args)
          Hook for subclassers to configure new editors.
protected  JGraphEditorKit JGraphpad.createKit(JGraphEditor editor)
          Constructs a default kit for new editors.
protected  void JGraphpad.configureKit(JGraphEditor editor, JGraphEditorKit kit)
          Boilerplate method for configuring new editor kits.
protected  void JGraphpad.addActions(JGraphEditor editor, JGraphEditorKit kit)
          Adds the action bundles for JGraphpadEditAction, JGraphpadFileAction,JGraphpadViewAction, JGraphpadFormatActionand JGraphpadCellAction.
protected  void JGraphpad.addTools(JGraphEditor editor, JGraphEditorKit kit)
          Adds the following tools to kit:JGraphpad.NAME_SELECTTOOL, JGraphpad.NAME_VERTEXTOOL,JGraphpad.NAME_ROUNDEDTOOL, JGraphpad.NAME_CIRCLETOOL,JGraphpad.NAME_DIAMONDTOOL,JGraphpad.NAME_TRIANGLETOOL, JGraphpad.NAME_IMAGETOOL,JGraphpad.NAME_HEAVYTOOL,JGraphpad.NAME_EDGETOOLand JGraphpad.NAME_ORTHOGONALEDGETOOL.
protected  JGraphEditorFactory JGraphpad.createFactory(JGraphEditor editor)
          Constructs a default factory for new editors.
protected  void JGraphpad.configureFactory(JGraphEditor editor, JGraphEditorFactory factory)
          Hook for subclassers to configure new editor factories.
protected  void JGraphpad.createPlugins(JGraphEditor editor)
          Hook for subclassers to create plugins for a new editor.
protected  org.jgraph.JGraph JGraphpad.createGraph(JGraphEditor editor, org.jgraph.graph.GraphLayoutCache graphLayoutCache)
          Hook for subclassers to provide a custom graph for the user interface.
protected  void JGraphpad.configureGraph(JGraphEditor editor, org.jgraph.JGraph graph)
          Hook for subclassers to configure a new graph.
 

Constructors in com.jgraph with parameters of type JGraphEditor
JGraphpadDemo.JGraphpadDemoFileAction(String name, JGraphEditor editor)
           
JGraphpadDemo.AllActions(JGraphEditor editor)
          Constructs the action bundle for the specified editor.
JGraphpadDemo.JGraphpadDemoFileAction(String name, JGraphEditor editor)
           
JGraphpadDemo.AllActions(JGraphEditor editor)
          Constructs the action bundle for the specified editor.
 

Uses of JGraphEditor in com.jgraph.editor
 

Methods in com.jgraph.editor with parameters of type JGraphEditor
 void JGraphEditorPlugin.initialize(JGraphEditor editor, Node configuration)
          Initializes the plugin for the specified editor using configuration
 void JGraphEditorPlugin.initialize(JGraphEditor editor, Node configuration)
          Initializes the plugin for the specified editor using configuration
 

Uses of JGraphEditor in com.jgraph.editor.factory
 

Fields in com.jgraph.editor.factory declared as JGraphEditor
protected  JGraphEditor JGraphEditorNavigator.FactoryMethod.editor
          References an editor.
protected  JGraphEditor JGraphEditorNavigator.FactoryMethod.editor
          References an editor.
 

Constructors in com.jgraph.editor.factory with parameters of type JGraphEditor
JGraphEditorNavigator.FactoryMethod(JGraphEditor editor)
          Constructs a new factory method for the specified editor using JGraphEditorNavigator.FactoryMethod.NAME.
JGraphEditorNavigator.FactoryMethod(JGraphEditor editor)
          Constructs a new factory method for the specified editor using JGraphEditorNavigator.FactoryMethod.NAME.
 

Uses of JGraphEditor in com.jgraph.pad.action
 

Fields in com.jgraph.pad.action declared as JGraphEditor
protected  JGraphEditor JGraphpadFileAction.editor
          References the enclosing editor.
 

Constructors in com.jgraph.pad.action with parameters of type JGraphEditor
JGraphpadCellAction.AllActions(JGraphEditor editor)
          Constructs the action bundle for the enclosing class.
JGraphpadFileAction(String name, JGraphEditor editor)
          Constructs a new file action for the specified name and editor.
JGraphpadFileAction.AllActions(JGraphEditor editor)
          Constructs the action bundle for the specified editor.
 

Uses of JGraphEditor in com.jgraph.pad.factory
 

Fields in com.jgraph.pad.factory declared as JGraphEditor
protected  JGraphEditor JGraphpadLibraryPane.editor
          References the enclosing editor.
protected  JGraphEditor JGraphpadLibraryPane.LibraryTracker.editor
          References the enclosing editor.
protected  JGraphEditor JGraphpadLibraryPane.FactoryMethod.editor
          References the enclosing editor.
protected  JGraphEditor JGraphpadOpenRecentMenu.editor
          References the enclosing editor.
protected  JGraphEditor JGraphpadPane.editor
          References the enclosing editor.
protected  JGraphEditor JGraphpadPane.FactoryMethod.editor
          References the enclosing editor.
protected  JGraphEditor JGraphpadPane.LeftTabFactoryMethod.editor
          References the enclosing editor.
protected  JGraphEditor JGraphpadPane.BottomTabFactoryMethod.editor
          References the enclosing editor.
protected  JGraphEditor JGraphpadStatusBar.FactoryMethod.editor
          References the enclosing editor.
protected  JGraphEditor JGraphpadWindowMenu.FactoryMethod.editor
          References the enclosing editor.
 

Constructors in com.jgraph.pad.factory with parameters of type JGraphEditor
JGraphpadLibraryPane(JGraphEditor editor, JGraphpadLibrary library)
          Constructs a new repository pane for the specified library.
JGraphpadLibraryPane.LibraryTracker(JTabbedPane tabPane, JGraphEditor editor)
          Constructs a new library tracker for updating the specified tabPane using factory to create required components.
JGraphpadLibraryPane.FactoryMethod(JGraphEditor editor)
          Constructs a new factory method for the specified enclosing editor using JGraphpadLibraryPane.FactoryMethod.NAME.
JGraphpadOpenRecentMenu(JGraphEditor editor)
          Constructs a new factory method for the specified enclosing editor using JGraphpadOpenRecentMenu.NAME.
JGraphpadPane(JGraphEditor editor)
          Constructs a new editor pane for the specified enclosing editor.
JGraphpadPane.FactoryMethod(JGraphEditor editor)
          Constructs a new factory method for the specified enclosing editor using JGraphpadPane.FactoryMethod.NAME.
JGraphpadPane.LeftTabFactoryMethod(JGraphEditor editor)
          Constructs a new factory method for the specified enclosing editor using JGraphpadPane.LeftTabFactoryMethod.NAME.
JGraphpadPane.BottomTabFactoryMethod(JGraphEditor editor)
          Constructs a new factory method for the specified enclosing editor using JGraphpadPane.BottomTabFactoryMethod.NAME.
JGraphpadStatusBar(JGraphEditor editor)
          Constructs a new repository panel for the specified editor.
JGraphpadStatusBar.FactoryMethod(JGraphEditor editor)
          Constructs a new factory method for the specified enclosing editor using JGraphpadStatusBar.FactoryMethod.NAME.
JGraphpadWindowMenu.FactoryMethod(JGraphEditor editor)
          Constructs a new factory method for the specified enclosing editor using JGraphpadWindowMenu.FactoryMethod.NAME.
 

Uses of JGraphEditor in com.jgraph.pad.graph
 

Fields in com.jgraph.pad.graph declared as JGraphEditor
protected  JGraphEditor JGraphpadMarqueeHandler.editor
          References the enclosing editor.
 

Constructors in com.jgraph.pad.graph with parameters of type JGraphEditor
JGraphpadMarqueeHandler(JGraphEditor editor)
          Constructs a new editor using the specified editor to configure and create popup menus.
 

Uses of JGraphEditor in com.jgraph.pad.util
 

Fields in com.jgraph.pad.util declared as JGraphEditor
protected  JGraphEditor JGraphpadMouseAdapter.editor
          References the enclosing editor.
 

Constructors in com.jgraph.pad.util with parameters of type JGraphEditor
JGraphpadMouseAdapter(JGraphEditor editor, String configName)
          Constructs a new mouse adapter for the specified enclosing editor and popup menu configuration name.
 


JGraphpad Pro
v6.0.5.0


Copyright (C) 2005 JGraph.com. All rights reserved.