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

Class marimba.gui.PageWidget

java.lang.Object
   |
   +----marimba.gui.Widget
           |
           +----marimba.gui.ContainerWidget
                   |
                   +----marimba.gui.GroupWidget
                           |
                           +----marimba.gui.PageWidget

public class PageWidget
extends GroupWidget
This widget is a page in a folder. It should not be used otherwise.
Version:
1.14, 09/20/96
Author:
Arthur van Hoff

Variable Index

 o title
The title of this page.

Constructor Index

 o PageWidget()

Method Index

 o applyProperties(PropertyList)
Repaint the folder after the properties have been applied, the tabs may have changed.
 o getProperties(PropertyList)
Get the properties.
 o getText()
Get the title.
 o setProperties(PropertyList)
Set the properties.
 o setText(String)
Set the title.
 o start()
Send an event when this page becomes visible.

Variables

 o title
  public String title
The title of this page.
See Also:
getText, setText

Constructors

 o PageWidget
  public PageWidget()

Methods

 o getProperties
  public void getProperties(PropertyList list)
Get the properties.
Overrides:
getProperties in class GroupWidget
See Also:
setProperties
 o setProperties
  public void setProperties(PropertyList list)
Set the properties.
Overrides:
setProperties in class GroupWidget
See Also:
getProperties, applyProperties
 o applyProperties
  public void applyProperties(PropertyList list)
Repaint the folder after the properties have been applied, the tabs may have changed.
Overrides:
applyProperties in class Widget
See Also:
setProperties
 o getText
  public String getText()
Get the title.
Overrides:
getText in class Widget
See Also:
title
 o setText
  public void setText(String str)
Set the title.
Overrides:
setText in class Widget
See Also:
title
 o start
  public void start()
Send an event when this page becomes visible.
Overrides:
start in class Widget

All Packages  Class Hierarchy  This Package  Previous  Next  Index