JGraphpad Pro
v6.0.5.0


Uses of Class
com.jgraph.editor.JGraphEditorTool

Packages that use JGraphEditorTool
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.tool Implements the tools to be added to the kit 
 

Uses of JGraphEditorTool in com.jgraph.editor
 

Methods in com.jgraph.editor that return JGraphEditorTool
 JGraphEditorTool JGraphEditorFactory.getTool(String key)
          Returns the tool for the resource under key+SUFFIX_TOOL from the editor kit.
 JGraphEditorTool JGraphEditorKit.getTool(String name)
          Returns the tool for the specified name or null if no such tool exists.
 JGraphEditorTool JGraphEditorFactory.getTool(String key)
          Returns the tool for the resource under key+SUFFIX_TOOL from the editor kit.
 JGraphEditorTool JGraphEditorKit.getTool(String name)
          Returns the tool for the specified name or null if no such tool exists.
 

Methods in com.jgraph.editor with parameters of type JGraphEditorTool
protected  AbstractButton JGraphEditorFactory.createToolboxButton(JGraphEditorTool tool)
          Returns a new JToggleButton button configured for tool by calling JGraphEditorFactory.configureAbstractButton(AbstractButton, String).
 Object JGraphEditorKit.addTool(JGraphEditorTool tool)
          Adds the specified tool to the kit.
protected  AbstractButton JGraphEditorFactory.createToolboxButton(JGraphEditorTool tool)
          Returns a new JToggleButton button configured for tool by calling JGraphEditorFactory.configureAbstractButton(AbstractButton, String).
 Object JGraphEditorKit.addTool(JGraphEditorTool tool)
          Adds the specified tool to the kit.
 

Uses of JGraphEditorTool in com.jgraph.editor.factory
 

Fields in com.jgraph.editor.factory declared as JGraphEditorTool
protected  JGraphEditorTool JGraphEditorToolbox.selectionTool
          References the tool that is currently selected, ie the tool that is used to interact with the graph.
protected  JGraphEditorTool JGraphEditorToolbox.selectionTool
          References the tool that is currently selected, ie the tool that is used to interact with the graph.
 

Methods in com.jgraph.editor.factory that return JGraphEditorTool
 JGraphEditorTool JGraphEditorToolbox.getSelectionTool()
          Returns the selected tool.
 JGraphEditorTool JGraphEditorToolbox.getSelectionTool()
          Returns the selected tool.
 

Methods in com.jgraph.editor.factory with parameters of type JGraphEditorTool
 void JGraphEditorToolbox.setSelectionTool(JGraphEditorTool selectionTool)
          Sets the selected tool.
 void JGraphEditorToolbox.setSelectionTool(JGraphEditorTool selectionTool)
          Sets the selected tool.
 

Uses of JGraphEditorTool in com.jgraph.pad.tool
 

Subclasses of JGraphEditorTool in com.jgraph.pad.tool
 class JGraphpadEdgeTool
          Tool that inserts edges based on a prototype.
 class JGraphpadVertexTool
          Tool that inserts vertices based on a prototype.
 


JGraphpad Pro
v6.0.5.0


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