HEADER

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

Packages that use ViewPane
biouml.editor 
ru.biosoft.graphics.editor 

Uses of ViewPane in biouml.editor
 

Methods in biouml.editor that return ViewPane
ViewPaneBioUMLApplication.createViewPane(Diagram diagram)
          
ViewPaneBioUMLEditor.createViewPane(Diagram diagram)
          
ViewPaneDiagramDocument.getViewPane()
          
 

Methods in biouml.editor with parameters of type ViewPane
voidBioUMLApplication.updateSelection(ViewPane viewPane)
          
voidSearchEngine.updateSelection(ViewPane viewPane)
          
voidSearchLinkedPanel.setViewPane(ViewPane viewPane)
          
 

Uses of ViewPane in ru.biosoft.graphics.editor
 

Subclasses of ViewPane in ru.biosoft.graphics.editor
class ViewEditorPane
          These a genearal class to edit any CompositeView.
 

Constructors in ru.biosoft.graphics.editor with parameters of type ViewPane
MultipleSelectionManager.MultipleSelectionManager(ViewPane viewPane)
          
ResizableSelectionManager.ResizableSelectionManager(ViewPane viewPane, ViewEditorHelper helper)
          
SelectionManager.SelectionManager(ViewPane viewPane)
          
ViewPaneEvent.ViewPaneEvent(ViewPane viewPane, View viewSource, MouseEvent e, int x, int y)
          Constructs a Event object with the specified source View.
 

Methods in ru.biosoft.graphics.editor that return ViewPane
ViewPaneViewPaneEvent.getViewPane()
          
 


FOOTER

BOTTOM