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

Class marimba.gui.PresentationWidget

java.lang.Object
   |
   +----marimba.gui.Widget
           |
           +----marimba.gui.ResourceWidget
                   |
                   +----marimba.gui.PresentationWidget

public class PresentationWidget
extends ResourceWidget
A widget for displaying presentations.
Version:
1.25, 11/17/96
Author:
Arthur van Hoff

Constructor Index

 o PresentationWidget()
Constructor

Method Index

 o getChildProperties(PropertyList)
Don't bother saving the content.
 o getPresentationValue()
Get the presentation.
 o getStringValue()
Get the presentation resource string.
 o getValue()
Get the presentation resource string.
 o init()
Load the presentation when the widget is started.
 o setProperties(PropertyList)
Set the properties of this widget.
 o setValue(Object)
Set a new presentation.
 o setValue(Presentation)
Set a new presentation
 o setValue(String)
Set a new presentation
 o start()
Load the presentation when the widget is started.

Constructors

 o PresentationWidget
  public PresentationWidget()
Constructor

Methods

 o getChildProperties
  public void getChildProperties(PropertyList list)
Don't bother saving the content.
Overrides:
getChildProperties in class Widget
 o setProperties
  public void setProperties(PropertyList list)
Set the properties of this widget.
Overrides:
setProperties in class ResourceWidget
 o init
  public void init()
Load the presentation when the widget is started.
Overrides:
init in class Widget
 o start
  public void start()
Load the presentation when the widget is started.
Overrides:
start in class Widget
 o getStringValue
  public String getStringValue()
Get the presentation resource string.
 o getPresentationValue
  public Presentation getPresentationValue()
Get the presentation.
 o getValue
  public Object getValue()
Get the presentation resource string.
Overrides:
getValue in class Widget
 o setValue
  public void setValue(Object value)
Set a new presentation.
Overrides:
setValue in class Widget
 o setValue
  public void setValue(String src)
Set a new presentation
 o setValue
  public void setValue(Presentation p)
Set a new presentation

All Packages  Class Hierarchy  This Package  Previous  Next  Index