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

Class dnx.awtutil.OverlayWidget

java.lang.Object
   |
   +----dnx.awtutil.Widget
           |
           +----dnx.awtutil.LayoutWidget
                   |
                   +----dnx.awtutil.OverlayWidget

public class OverlayWidget
extends LayoutWidget

Constructor Index

 o OverlayWidget(Widget)

Method Index

 o add(Widget)
 o hide()
 o minimumSize()
 o mouseUp(Event, int, int)
 o paint(Graphics)
 o preferredSize()
 o show()
 o show(int, int)
 o valueChangedCallback(Widget)

Constructors

 o OverlayWidget
  public OverlayWidget(Widget ref)

Methods

 o add
  public synchronized void add(Widget c)
Overrides:
add in class LayoutWidget
 o paint
  public synchronized void paint(Graphics g)
Overrides:
paint in class LayoutWidget
 o show
  public synchronized void show()
 o show
  public synchronized void show(int x,
                                int y)
 o hide
  public synchronized void hide()
 o mouseUp
  public synchronized boolean mouseUp(Event evt,
                                      int evtX,
                                      int evtY)
Overrides:
mouseUp in class LayoutWidget
 o preferredSize
  public synchronized Dimension preferredSize()
Overrides:
preferredSize in class LayoutWidget
 o minimumSize
  public synchronized Dimension minimumSize()
Overrides:
minimumSize in class LayoutWidget
 o valueChangedCallback
  public synchronized void valueChangedCallback(Widget w)
Overrides:
valueChangedCallback in class Widget

All Packages  Class Hierarchy  This Package  Previous  Next  Index