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
-
PresentationWidget()
- Constructor
-
getChildProperties(PropertyList)
- Don't bother saving the content.
-
getPresentationValue()
- Get the presentation.
-
getStringValue()
- Get the presentation resource string.
-
getValue()
- Get the presentation resource string.
-
init()
- Load the presentation when the widget is started.
-
setProperties(PropertyList)
- Set the properties of this widget.
-
setValue(Object)
- Set a new presentation.
-
setValue(Presentation)
- Set a new presentation
-
setValue(String)
- Set a new presentation
-
start()
- Load the presentation when the widget is started.
PresentationWidget
public PresentationWidget()
- Constructor
getChildProperties
public void getChildProperties(PropertyList list)
- Don't bother saving the content.
- Overrides:
- getChildProperties in class Widget
setProperties
public void setProperties(PropertyList list)
- Set the properties of this widget.
- Overrides:
- setProperties in class ResourceWidget
init
public void init()
- Load the presentation when the widget is started.
- Overrides:
- init in class Widget
start
public void start()
- Load the presentation when the widget is started.
- Overrides:
- start in class Widget
getStringValue
public String getStringValue()
- Get the presentation resource string.
getPresentationValue
public Presentation getPresentationValue()
- Get the presentation.
getValue
public Object getValue()
- Get the presentation resource string.
- Overrides:
- getValue in class Widget
setValue
public void setValue(Object value)
- Set a new presentation.
- Overrides:
- setValue in class Widget
setValue
public void setValue(String src)
- Set a new presentation
setValue
public void setValue(Presentation p)
- Set a new presentation
All Packages Class Hierarchy This Package Previous Next Index