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

Class vjv.base.DragController

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----vjv.base.DragController

public class DragController
extends Applet
implements DraggingComposite

Variable Index

 o cornerRsz
 o dragComp
 o dragStatus

Constructor Index

 o DragController()

Method Index

 o checkBounds(Component)
 o dragMe(Component, int)
 o dragMe(Component, int, int, int)
 o drawLine(int, int, int, int)
 o drawLineOver(int, int, int, int, Color)
 o drawLineOver(int, int, int, int, Color, Graphics)
 o drawRect(int, int, int, int)
 o getGraphics()
 o hardViews(Component)
 o mouseDown(Event, int, int)
 o mouseDrag(Event, int, int)
 o mouseMove(Event, int, int)
 o mouseUp(Event, int, int)
 o recalcEvent(Event)
 o setClipRect(Graphics)
 o setComp(Event)
 o setInsets(int)

Variables

 o cornerRsz
  public static int cornerRsz
 o dragStatus
  public int dragStatus
 o dragComp
  public Component dragComp

Constructors

 o DragController
  public DragController()

Methods

 o setInsets
  public void setInsets(int is)
 o setClipRect
  public void setClipRect(Graphics g)
 o getGraphics
  public Graphics getGraphics()
Overrides:
getGraphics in class Component
 o drawRect
  public void drawRect(int x,
                       int y,
                       int w,
                       int h)
 o drawLineOver
  public void drawLineOver(int x,
                           int y,
                           int x1,
                           int y1,
                           Color cl)
 o drawLineOver
  public void drawLineOver(int x,
                           int y,
                           int x1,
                           int y1,
                           Color cl,
                           Graphics gr)
 o hardViews
  public boolean hardViews(Component cmpn)
 o drawLine
  public void drawLine(int x,
                       int y,
                       int x1,
                       int y1)
 o recalcEvent
  public void recalcEvent(Event e)
 o checkBounds
  public void checkBounds(Component c)
 o dragMe
  public boolean dragMe(Component c,
                        int dragMode)
 o dragMe
  public boolean dragMe(Component c,
                        int dragMode,
                        int deltX,
                        int deltY)
 o setComp
  public void setComp(Event e)
 o mouseDown
  public boolean mouseDown(Event e,
                           int x,
                           int y)
Overrides:
mouseDown in class Component
 o mouseUp
  public boolean mouseUp(Event e,
                         int x,
                         int y)
Overrides:
mouseUp in class Component
 o mouseMove
  public boolean mouseMove(Event e,
                           int x,
                           int y)
Overrides:
mouseMove in class Component
 o mouseDrag
  public boolean mouseDrag(Event e,
                           int x,
                           int y)
Overrides:
mouseDrag in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index