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
-
cntrl
-
-
comp
-
-
RunWrapper(Component)
-
-
disableRszSelect()
-
-
getSelectabls()
-
-
minimumSize()
-
-
mouseDown(Event, int, int)
-
-
mouseDrag(Event, int, int)
-
-
move(int, int)
-
-
preferredSize()
-
-
privMv(double, double)
-
-
reposition()
-
-
resize(int, int)
-
-
resizeMe(int, int)
-
-
update(Observable, Object)
-
comp
public Component comp
cntrl
public AbsCntrlWView cntrl
RunWrapper
public RunWrapper(Component comp)
getSelectabls
public static Vector getSelectabls()
disableRszSelect
public boolean disableRszSelect()
- Overrides:
- disableRszSelect in class VjvSelectableResizable
resizeMe
public void resizeMe(int x,
int y)
- Overrides:
- resizeMe in class VjvSelectableResizable
minimumSize
public Dimension minimumSize()
- Overrides:
- minimumSize in class Container
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Container
mouseDown
public boolean mouseDown(Event e,
int x,
int y)
- Overrides:
- mouseDown in class VjvSelectableResizable
mouseDrag
public boolean mouseDrag(Event e,
int x,
int y)
- Overrides:
- mouseDrag in class Component
reposition
public boolean reposition()
resize
public void resize(int width,
int height)
- Overrides:
- resize in class Component
privMv
protected void privMv(double fx,
double fy)
move
public void move(int x,
int y)
- Overrides:
- move in class Component
update
public void update(Observable o,
Object arg)
All Packages Class Hierarchy This Package Previous Next Index