JGraphpad Pro
v6.0.5.0


Uses of Class
com.jgraph.editor.JGraphEditorKit

Packages that use JGraphEditorKit
com.jgraph Contains the main framework classes 
com.jgraph.editor Contains the main elements of the JGraph Editor Framework 
 

Uses of JGraphEditorKit in com.jgraph
 

Fields in com.jgraph declared as JGraphEditorKit
protected  JGraphEditorKit JGraphEditor.kit
          Holds the editor kit.
protected  JGraphEditorKit JGraphEditor.kit
          Holds the editor kit.
 

Methods in com.jgraph that return JGraphEditorKit
 JGraphEditorKit JGraphEditor.getKit()
           
protected  JGraphEditorKit JGraphpad.createKit(JGraphEditor editor)
          Constructs a default kit for new editors.
protected  JGraphEditorKit JGraphpad.createKit(JGraphEditor editor)
          Constructs a default kit for new editors.
 JGraphEditorKit JGraphEditor.getKit()
           
 

Methods in com.jgraph with parameters of type JGraphEditorKit
 void JGraphEditor.setKit(JGraphEditorKit kit)
           
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  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  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.
 void JGraphEditor.setKit(JGraphEditorKit kit)
           
 

Constructors in com.jgraph with parameters of type JGraphEditorKit
JGraphEditor(JGraphEditorSettings settings, JGraphEditorModel model, JGraphEditorKit kit, JGraphEditorFactory factory)
          Constructs a new editor for the specified settings and model.
JGraphEditor(JGraphEditorSettings settings, JGraphEditorModel model, JGraphEditorKit kit, JGraphEditorFactory factory)
          Constructs a new editor for the specified settings and model.
 

Uses of JGraphEditorKit in com.jgraph.editor
 

Fields in com.jgraph.editor declared as JGraphEditorKit
protected  JGraphEditorKit JGraphEditorFactory.kit
          References the editor kit.
protected  JGraphEditorKit JGraphEditorFactory.kit
          References the editor kit.
 

Methods in com.jgraph.editor that return JGraphEditorKit
 JGraphEditorKit JGraphEditorFactory.getKit()
          Returns the editor kit.
 JGraphEditorKit JGraphEditorFactory.getKit()
          Returns the editor kit.
 

Methods in com.jgraph.editor with parameters of type JGraphEditorKit
 void JGraphEditorFactory.setKit(JGraphEditorKit kit)
          Sets the editor kit to provide actions and tools.
 void JGraphEditorFactory.setKit(JGraphEditorKit kit)
          Sets the editor kit to provide actions and tools.
 

Constructors in com.jgraph.editor with parameters of type JGraphEditorKit
JGraphEditorFactory(JGraphEditorKit kit)
          Constructs a factory for the specified kit.
JGraphEditorFactory(JGraphEditorKit kit)
          Constructs a factory for the specified kit.
 


JGraphpad Pro
v6.0.5.0


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