JGraphpad Pro
v6.0.5.0


Uses of Interface
com.jgraph.editor.JGraphEditorDiagram

Packages that use JGraphEditorDiagram
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 Defines the elements of the application document model 
com.jgraph.pad.action Provides actions to be used in the kit 
com.jgraph.pad.factory Implements factory methods for constructing the UI 
 

Uses of JGraphEditorDiagram in com.jgraph.editor
 

Methods in com.jgraph.editor that return JGraphEditorDiagram
static JGraphEditorDiagram JGraphEditorAction.getPermanentFocusOwnerDiagram()
          Returns the diagram for the diagram pane that has the focus.
static JGraphEditorDiagram JGraphEditorAction.getPermanentFocusOwnerDiagram()
          Returns the diagram for the diagram pane that has the focus.
 

Methods in com.jgraph.editor with parameters of type JGraphEditorDiagram
 JGraphEditorDiagramPane JGraphEditorFactory.createDiagramPane(JGraphEditorDiagram diagram)
          Returns a new diagram pane for the specified diagram by creating a new graph using the JGraphEditorFactory.createGraph(GraphLayoutCache) method and wrapping it up in a JGraphEditorDiagramPane.
protected  void JGraphEditorModel.installDiagramListeners(JGraphEditorDiagram diagram)
          Installs the listeners required to update the modified state of the parent file node to diagram.
 void JGraphEditorModel.setName(JGraphEditorDiagram diagram, String name)
          Sets the name of the specified diagram and dispatches a notification event.
 JGraphEditorDiagramPane JGraphEditorFactory.createDiagramPane(JGraphEditorDiagram diagram)
          Returns a new diagram pane for the specified diagram by creating a new graph using the JGraphEditorFactory.createGraph(GraphLayoutCache) method and wrapping it up in a JGraphEditorDiagramPane.
protected  void JGraphEditorModel.installDiagramListeners(JGraphEditorDiagram diagram)
          Installs the listeners required to update the modified state of the parent file node to diagram.
 void JGraphEditorModel.setName(JGraphEditorDiagram diagram, String name)
          Sets the name of the specified diagram and dispatches a notification event.
 

Uses of JGraphEditorDiagram in com.jgraph.editor.factory
 

Fields in com.jgraph.editor.factory declared as JGraphEditorDiagram
protected  JGraphEditorDiagram JGraphEditorDiagramPane.diagram
          References the diagram this pane represents.
protected  JGraphEditorDiagram JGraphEditorDiagramPane.diagram
          References the diagram this pane represents.
 

Methods in com.jgraph.editor.factory that return JGraphEditorDiagram
 JGraphEditorDiagram JGraphEditorDiagramPane.getDiagram()
          Returns the diagram.
 JGraphEditorDiagram JGraphEditorDiagramPane.getDiagram()
          Returns the diagram.
 

Constructors in com.jgraph.editor.factory with parameters of type JGraphEditorDiagram
JGraphEditorDiagramPane(JGraphEditorDiagram diagram, org.jgraph.JGraph graph)
          Constructs a new graph pane for the specified diagram and graph.
JGraphEditorDiagramPane(JGraphEditorDiagram diagram, org.jgraph.JGraph graph)
          Constructs a new graph pane for the specified diagram and graph.
 

Uses of JGraphEditorDiagram in com.jgraph.pad
 

Classes in com.jgraph.pad that implement JGraphEditorDiagram
 class JGraphpadDiagram
          Represents a diagram to be contained in a JGraphpadFile.
 class JGraphpadLibrary
          Represents a library in the JGraphpad editor.
 

Uses of JGraphEditorDiagram in com.jgraph.pad.action
 

Methods in com.jgraph.pad.action with parameters of type JGraphEditorDiagram
protected  void JGraphpadFileAction.doRemoveDiagram(JGraphEditorDiagram diagram)
          Removes the specified diagram from the parent file if the parent file contains at least one diagram after the removal.
protected  void JGraphpadFileAction.doRenameDiagram(JGraphEditorDiagram diagram)
          Displays a dialog to enter the new name for the specified diagram and updates the name of the diagram using JGraphEditorModel.setName(JGraphEditorDiagram, String).
 

Uses of JGraphEditorDiagram in com.jgraph.pad.factory
 

Methods in com.jgraph.pad.factory with parameters of type JGraphEditorDiagram
 void JGraphpadPane.addDiagram(JGraphEditorDiagram diagram)
          Creates a diagram pane using JGraphEditorFactory.createDiagramPane(JGraphEditorDiagram), configures it using JGraphpadPane.configureDiagramPane(JGraphEditorDiagramPane, JGraphEditorDiagram) and adds it the the tabbed pane of the internal frame for the parent file.
protected  void JGraphpadPane.configureDiagramPane(JGraphEditorDiagramPane diagramPane, JGraphEditorDiagram diagram)
          Configures the newly created diagram pane to reflect the properties of the specified diagram.
 void JGraphpadPane.removeDiagram(JGraphEditorFile previousParent, JGraphEditorDiagram diagram)
          Removes the diagram pane for the specified diagram from the tabbed pane in the previous parent's internal frame.
 void JGraphpadPane.updateDiagramTitle(JGraphEditorDiagram diagram)
          Updates the tab title for the specified diagram in the tabbed pane of the parent's internal frame.
 


JGraphpad Pro
v6.0.5.0


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