HEADER

Uses of Class
ru.biosoft.graphics.editor.ViewEditorPane

Packages that use ViewEditorPane
biouml.model 
biouml.plugins.sbml 
biouml.standard.diagram 
biouml.workbench.diagram 
ru.biosoft.graphics.editor 

Uses of ViewEditorPane in biouml.model
 

Methods in biouml.model with parameters of type ViewEditorPane
DiagramElementDefaultSemanticController.createInstance(Compartment compartment, Class type, Point point, ViewEditorPane viewEditor)
          
DiagramElementSemanticController.createInstance(Compartment compartment, Class type, Point point, ViewEditorPane viewEditor)
          
 

Uses of ViewEditorPane in biouml.plugins.sbml
 

Methods in biouml.plugins.sbml with parameters of type ViewEditorPane
DiagramElementSbmlSemanticController.createInstance(Compartment parent, Class type, Point point, ViewEditorPane viewEditor)
          Creates diagram element for the specified kernel type, parent compartment and location.
 

Uses of ViewEditorPane in biouml.standard.diagram
 

Constructors in biouml.standard.diagram with parameters of type ViewEditorPane
CreateEdgeDialog.CreateEdgeDialog(Compartment parent, Point point, ViewEditorPane viewEditor, String title, SemanticRelationPane relationPane)
          
NoteLinkPane.NoteLinkPane(Compartment parent, ViewEditorPane viewEditor)
          
ReactionPane.ReactionPane(Diagram diagram, Compartment compartment, Point point, ViewEditorPane viewEditor)
          
SemanticRelationPane.SemanticRelationPane(Compartment parent, ViewEditorPane viewEditor)
          
 

Methods in biouml.standard.diagram with parameters of type ViewEditorPane
static CreateEdgeDialogCreateEdgeDialog.getNoteLinkDialog(Compartment parent, Point point, ViewEditorPane viewEditor)
          
static CreateEdgeDialogCreateEdgeDialog.getSemanticRelationDialog(Compartment parent, Point point, ViewEditorPane viewEditor)
          
DiagramElementPathwaySemanticController.createInstance(Compartment parent, Class type, Point point, ViewEditorPane viewEditor)
          
DiagramElementPathwaySimulationSemanticController.createInstance(Compartment parent, Class type, Point pt, ViewEditorPane viewEditor)
          
 

Uses of ViewEditorPane in biouml.workbench.diagram
 

Methods in biouml.workbench.diagram with parameters of type ViewEditorPane
voidDiagramEditorHelper.register(ViewEditorPane viewEditor)
          
 

Uses of ViewEditorPane in ru.biosoft.graphics.editor
 

Methods in ru.biosoft.graphics.editor with parameters of type ViewEditorPane
voidDefaultViewEditorHelper.register(ViewEditorPane viewEditorPane)
          register this ViewEditorHelper for the specified ViewEditorPane.
voidViewEditorHelper.register(ViewEditorPane viewEditor)
          register this ViewEditorHelper for the specified ViewEditorPane.
 


FOOTER

BOTTOM