| HEADER | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use View | |
| biouml.editor | |
| biouml.model | |
| ru.biosoft.graphics | |
| ru.biosoft.graphics.editor | |
| Uses of View in biouml.editor |
| Methods in biouml.editor that return View | |
View | DiagramEditorHelper.add(Object obj, Point location)Should provides necessary changes in view and model if the view can be resized. |
| Methods in biouml.editor with parameters of type View | |
boolean | DiagramEditorHelper.canAccept(CompositeView composite, View view) |
boolean | DiagramEditorHelper.isResizable(View view) |
Dimension | DiagramEditorHelper.moveView(View view, Dimension offset)Should provides necessary changes in view and model if the view can be moved on the specified offset. |
boolean | DiagramEditorHelper.removeView(View view)Should provides necessary changes in view and model if the view can removed. |
Dimension | DiagramEditorHelper.resizeView(View view, Dimension size)Should provides necessary changes in view and model if the view can be resized. |
| Uses of View in biouml.model |
| Fields in biouml.model declared as View | |
View | Node.backgroundThe node background. |
| Methods in biouml.model that return View | |
View | DiagramElement.getView() |
View | Node.getBackground() |
| Methods in biouml.model with parameters of type View | |
void | DiagramElement.setView(View view)Normally this function should be called by DiagramViewBuilder. |
void | Node.setBackground(View background) |
| Uses of View in ru.biosoft.graphics |
| Subclasses of View in ru.biosoft.graphics | |
class | CompositeViewContainer for View objects. |
class | ImageViewPaints GIF or JPEG image. |
class | LineView |
class | ShapeViewGeneral shape view. |
class | TextView |
| Methods in ru.biosoft.graphics that return View | |
View | CompositeView.elementAt(int index)Returns the view at the specified index. |
View | CompositeView.getDeepestActive(Point pt)Returns deepest view in tree hierarchy, that has View.ACTIVE state and intersects the specified point. |
| Methods in ru.biosoft.graphics with parameters of type View | |
void | CompositeView.add(View v, int mode, Point insets)Adds new elements and arrange them relative the previous objects. |
void | CompositeView.add(View v, int mode)Adds element with insets coordinates ( 0,0 ) |
void | CompositeView.add(View v)Adds the view to the children list and corrects rectangle of composite view bound. |
void | CompositeView.insert(View v, int i)Inserts view in specified position. |
boolean | CompositeView.remove(View v)Removes specified view from composite view |
| Uses of View in ru.biosoft.graphics.editor |
| Constructors in ru.biosoft.graphics.editor with parameters of type View | |
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 View | |
View | DefaultViewEditorHelper.add(Object obj, Point location)Should provides necessary changes in view and model if the view can be resized. |
View | SelectionManager.getSelectedView(int i) |
View[] | SelectionManager.selectModel(Object model, boolean exclusively) |
View[] | SelectionManager.selectModels(Object[] models, boolean exclusively) |
View | ViewEditorHelper.add(Object obj, Point location)Should provides necessary changes in view and model if the view can be resized. |
View[] | ViewPane.getView(Object model)? take into account that many views can have the same model ??? |
View | ViewPaneEvent.getViewSource()Returns the originator of the event. |
| Methods in ru.biosoft.graphics.editor with parameters of type View | |
void | BoxSelector.paint(Graphics g, View view)paints selected view to the Graphics |
boolean | DefaultViewEditorHelper.canAccept(CompositeView composite, View view) |
boolean | DefaultViewEditorHelper.isResizable(View view) |
Dimension | DefaultViewEditorHelper.moveView(View view, Dimension offset)Should provides necessary changes in view and model if the view can be moved on the specified offset. |
boolean | DefaultViewEditorHelper.removeView(View view)Should provides necessary changes in view and model if the view can be resized. |
Dimension | DefaultViewEditorHelper.resizeView(View view, Dimension size)Should provides necessary changes in view and model if the view can be resized. |
void | InverseSelector.paint(Graphics g, View view)paints selected view to the Graphics |
void | ResizingBoxSelector.paint(Graphics g, View view)paints selected view to the Graphics |
boolean | SelectionManager.contains(View view) |
void | SelectionManager.selectView(View view, boolean exclusively) |
boolean | ViewEditorHelper.canAccept(CompositeView composite, View view) |
boolean | ViewEditorHelper.isResizable(View view) |
Dimension | ViewEditorHelper.moveView(View view, Dimension offset)Should provides necessary changes in view and model if the view can be moved on the specified offset. |
boolean | ViewEditorHelper.removeView(View view)Should provides necessary changes in view and model if the view can removed. |
Dimension | ViewEditorHelper.resizeView(View view, Dimension size)Should provides necessary changes in view and model if the view can be resized. |
static void | ViewPane.makeOffset(View view, Point offset) |
void | ViewSelector.paint(Graphics g, View view)paints selected view to the Graphics |
| FOOTER | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||