|
WebObjects 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
|
+--com.webobjects.eointerface.EOValueAssociation.ValuePlugin
|
+--com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
EOSwingQuickTimeViewPlugin is a concrete subclass of EOValueAssociation.ValuePlugin that displays QuickTime content from a URL which is passed in as a value, using an EOQuickTimeView.
Associations classes: EOValueAssociation
Widgets classes: EOQuickTimeView
| Inner classes inherited from class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin |
EOWidgetAssociation.WidgetPlugin.Formatting |
| Constructor Summary | |
EOSwingQuickTimeViewPlugin(EOWidgetAssociation association,
Object widget)
Creates a new EOSwingQuickTimeViewPlugin connected to an association and a UI widget. |
|
| Method Summary | |
void |
breakConnection()
Clean up (end) the plugin's connection to its widget. |
void |
establishConnection()
Establishes a connection between the plugin and its UI widget. |
void |
setValue(Object value,
boolean isEnabled)
Set the URL for the QuickTime movie to be diplayed, and set the enabled state of the view. |
String[] |
unacceptableAspects()
Returns the specific unacceptable aspects for this plugin. |
boolean |
useURLAsValue()
Overrides useURLAsValue to indicate (mainly for internal purposes)
that the value is not the data itself, but an URL for some data. |
Object |
value()
Returns the value set with setValue as URL for the QuickTime content. |
| Methods inherited from class com.webobjects.eointerface.EOValueAssociation.ValuePlugin |
endEditing |
| Methods inherited from class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin |
association, dispose, widget, widgetKeysTaken |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EOSwingQuickTimeViewPlugin(EOWidgetAssociation association,
Object widget)
association - EOValueAssociation object for the plugin to usewidget - EOQuickTimeView that the plugin will manage| Method Detail |
public void breakConnection()
breakConnection in class EOWidgetAssociation.WidgetPluginpublic void establishConnection()
establishConnection in class EOWidgetAssociation.WidgetPlugin
public void setValue(Object value,
boolean isEnabled)
setValue in class EOValueAssociation.ValuePluginvalue - a String object with the URL for the QuickTime contentisEnabled - a Boolean indicating wether to set the enabled state for the view; currently not used for EOQuickTimeViewpublic String[] unacceptableAspects()
unacceptableAspects in class EOWidgetAssociation.WidgetPluginpublic boolean useURLAsValue()
useURLAsValue to indicate (mainly for internal purposes)
that the value is not the data itself, but an URL for some data.useURLAsValue in class EOValueAssociation.ValuePlugintrue to indicate that the value set with setValue is an URL, not the data itselfpublic Object value()
setValue as URL for the QuickTime content.
- Overrides:
value in class EOValueAssociation.ValuePlugin
- Returns:
- an Object of class String (the URL)
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||