Class dnx.awtutil.LayoutCanvas
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.awtutil.LayoutCanvas

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----dnx.awtutil.LayoutCanvas

public class LayoutCanvas
extends Canvas

Constructor Index

 o LayoutCanvas(LayoutWidget)

Method Index

 o minimumSize()
 o mouseDown(Event, int, int)
 o mouseDrag(Event, int, int)
 o mouseMove(Event, int, int)
 o mouseUp(Event, int, int)
 o paint(Graphics)
 o preferredSize()
 o update(Graphics)

Constructors

 o LayoutCanvas
  public LayoutCanvas(LayoutWidget child)

Methods

 o mouseMove
  public synchronized boolean mouseMove(Event evt,
                                        int evtX,
                                        int evtY)
Overrides:
mouseMove in class Component
 o mouseDown
  public synchronized boolean mouseDown(Event evt,
                                        int evtX,
                                        int evtY)
Overrides:
mouseDown in class Component
 o mouseDrag
  public synchronized boolean mouseDrag(Event evt,
                                        int evtX,
                                        int evtY)
Overrides:
mouseDrag in class Component
 o mouseUp
  public synchronized boolean mouseUp(Event evt,
                                      int evtX,
                                      int evtY)
Overrides:
mouseUp in class Component
 o paint
  public synchronized void paint(Graphics g)
Overrides:
paint in class Canvas
 o update
  public synchronized void update(Graphics g)
Overrides:
update in class Component
 o preferredSize
  public synchronized Dimension preferredSize()
Overrides:
preferredSize in class Component
 o minimumSize
  public synchronized Dimension minimumSize()
Overrides:
minimumSize in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index