|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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
Nested Class Summary |
Nested 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 manageMethod Detail |
public void breakConnection()
breakConnection
in class EOWidgetAssociation.WidgetPlugin
public void establishConnection()
establishConnection
in class EOWidgetAssociation.WidgetPlugin
public void setValue(Object value, boolean isEnabled)
setValue
in class EOValueAssociation.ValuePlugin
value
- 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.WidgetPlugin
public 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.ValuePlugin
true
to indicate that the value set with setValue
is an URL, not the data itselfpublic Object value()
setValue
as URL for the QuickTime content.
value
in class EOValueAssociation.ValuePlugin
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |