Class vjv.base.RunWrapper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vjv.base.RunWrapper

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----vjv.base.VjvSelectableResizable
                                   |
                                   +----vjv.base.RunWrapper

public class RunWrapper
extends VjvSelectableResizable
implements Observer, Repositionable

Variable Index

 o cntrl
 o comp

Constructor Index

 o RunWrapper(Component)

Method Index

 o disableRszSelect()
 o getSelectabls()
 o minimumSize()
 o mouseDown(Event, int, int)
 o mouseDrag(Event, int, int)
 o move(int, int)
 o preferredSize()
 o privMv(double, double)
 o reposition()
 o resize(int, int)
 o resizeMe(int, int)
 o update(Observable, Object)

Variables

 o comp
  public Component comp
 o cntrl
  public AbsCntrlWView cntrl

Constructors

 o RunWrapper
  public RunWrapper(Component comp)

Methods

 o getSelectabls
  public static Vector getSelectabls()
 o disableRszSelect
  public boolean disableRszSelect()
Overrides:
disableRszSelect in class VjvSelectableResizable
 o resizeMe
  public void resizeMe(int x,
                       int y)
Overrides:
resizeMe in class VjvSelectableResizable
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class Container
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class Container
 o mouseDown
  public boolean mouseDown(Event e,
                           int x,
                           int y)
Overrides:
mouseDown in class VjvSelectableResizable
 o mouseDrag
  public boolean mouseDrag(Event e,
                           int x,
                           int y)
Overrides:
mouseDrag in class Component
 o reposition
  public boolean reposition()
 o resize
  public void resize(int width,
                     int height)
Overrides:
resize in class Component
 o privMv
  protected void privMv(double fx,
                        double fy)
 o move
  public void move(int x,
                   int y)
Overrides:
move in class Component
 o update
  public void update(Observable o,
                     Object arg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index