|
WebObjects 5.4.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
com.webobjects.eointerface.EOValueAssociation.ValuePlugin
com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
public class 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
| Nested Class Summary |
|---|
| Nested classes/interfaces 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 establishConnection()
establishConnection in class EOWidgetAssociation.WidgetPluginpublic void breakConnection()
breakConnection in class EOWidgetAssociation.WidgetPluginpublic 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 itself
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 Object value()
setValue as URL for the QuickTime content.
value in class EOValueAssociation.ValuePlugin
|
Last updated June 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||