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
-
comp
- The component.
-
AWTWidget()
-
-
destroy()
- Destroy the AWT component.
-
getComponent()
- Get the AWT component.
-
init()
- Initialize the widget.
-
newComponent()
- Create the AWT component.
-
start()
- Start the widget and show the AWT component.
-
stop()
- Hide the AWT component.
-
validate()
- Move the AWT component to the right position.
comp
public Component comp
- The component.
- See Also:
- newComponent, getComponent
AWTWidget
public AWTWidget()
newComponent
public abstract Component newComponent()
- Create the AWT component.
- See Also:
- comp
getComponent
public Component getComponent()
- Get the AWT component.
- See Also:
- comp
init
public void init()
- Initialize the widget. Create the corresponding
AWT component.
- Overrides:
- init in class Widget
start
public void start()
- Start the widget and show the AWT component.
- Overrides:
- start in class Widget
stop
public void stop()
- Hide the AWT component.
- Overrides:
- stop in class Widget
destroy
public void destroy()
- Destroy the AWT component.
- Overrides:
- destroy in class Widget
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