HEADER

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

Packages that use ViewPane
biouml.workbench 
biouml.workbench.diagram 
ru.biosoft.graphics.editor 
ru.biosoft.gui 

Uses of ViewPane in biouml.workbench
 

Methods in biouml.workbench with parameters of type ViewPane
voidBioUMLApplication.updateSelection(ViewPane viewPane)
          
 

Uses of ViewPane in biouml.workbench.diagram
 

Methods in biouml.workbench.diagram that return ViewPane
ViewPaneDiagramDocument.getViewPane()
          
 

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()
          
 

Uses of ViewPane in ru.biosoft.gui
 

Methods in ru.biosoft.gui that return ViewPane
ViewPaneDocument.getViewPane()
          
 


FOOTER

BOTTOM