Class marimba.gui.AWTWidget
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.gui.AWTWidget

java.lang.Object
   |
   +----marimba.gui.Widget
           |
           +----marimba.gui.AWTWidget

public class AWTWidget
extends Widget
A wrapper widget for AWT widgets.
Version:
1.10, 12/13/96
Author:
Arthur van Hoff

Variable Index

 o comp
The component.

Constructor Index

 o AWTWidget()

Method Index

 o destroy()
Destroy the AWT component.
 o getComponent()
Get the AWT component.
 o init()
Initialize the widget.
 o newComponent()
Create the AWT component.
 o start()
Start the widget and show the AWT component.
 o stop()
Hide the AWT component.
 o validate()
Move the AWT component to the right position.

Variables

 o comp
  public Component comp
The component.
See Also:
newComponent, getComponent

Constructors

 o AWTWidget
  public AWTWidget()

Methods

 o newComponent
  public abstract Component newComponent()
Create the AWT component.
See Also:
comp
 o getComponent
  public Component getComponent()
Get the AWT component.
See Also:
comp
 o init
  public void init()
Initialize the widget. Create the corresponding AWT component.
Overrides:
init in class Widget
 o start
  public void start()
Start the widget and show the AWT component.
Overrides:
start in class Widget
 o stop
  public void stop()
Hide the AWT component.
Overrides:
stop in class Widget
 o destroy
  public void destroy()
Destroy the AWT component.
Overrides:
destroy in class Widget
 o validate
  public void validate()
Move the AWT component to the right position.
Overrides:
validate in class Widget

All Packages  Class Hierarchy  This Package  Previous  Next  Index