|
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.appserver.WOElement com.webobjects.appserver.WOComponent com.webobjects.smil.WOSMILElement com.webobjects.smil.WOSMILSynchronizationElement
WOSMILSynchronizationElement is the superclass of WOSMIL components that describe SMIL synchronization elements (par, seq, and media objects). The superclass generates attributes for system tests common to synchronization elements.
Binding | SMIL attribute |
---|---|
systemBitRate | system-bitrate |
systemCaptions | system-captions |
systemLanguage | system-language |
systemOverdubOrCaption | system-overdub-or-caption |
systemRequired | system-required |
systemScreenSize | system-screen-size |
systemScreenDepth | system-screen-depth |
WOSMILSwitch
,
Serialized FormNested Class Summary |
Nested classes inherited from class com.webobjects.appserver.WOComponent |
WOComponent.Event |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions |
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
Nested classes inherited from class com.webobjects.foundation.NSValidation |
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
Field Summary |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding |
NullValue |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
KeyPathSeparator |
Constructor Summary | |
WOSMILSynchronizationElement(WOContext context)
Creates a WOSMILSynchronizationElement. |
Method Summary | |
void |
setSystemBitRate(String bitrate)
Sets the value of the systemBitRate binding. |
void |
setSystemCaptions(String captions)
Sets the value of the systemCaptions binding. |
void |
setSystemLanguage(String language)
Sets the value of the systemLanguage binding. |
void |
setSystemOverdubOrCaption(String overdubOrCaption)
Sets the value of the systemOverdubOrCaption binding |
void |
setSystemRequired(String required)
Sets the value of the systemRequired binding. |
void |
setSystemScreenDepth(String depth)
Sets the value of the systemScreenDepth binding. |
void |
setSystemScreenSize(String screenSize)
Sets the value of the systemScreenSize binding. |
String |
systemBitRate()
Returns the value of the systemBitRate binding. |
String |
systemCaptions()
Return the value of the systemCaptions binding. |
String |
systemLanguage()
Return the value of the systemLanguage binding. |
String |
systemOverdubOrCaption()
Return the value of the systemOverdubOrCaption binding. |
String |
systemRequired()
Return the value of the systemRequired binding. |
String |
systemScreenDepth()
Return the value of the systemScreenDepth binding. |
String |
systemScreenSize()
Return the value of the systemScreenSize binding. |
NSArray |
systemTests()
Returns an NSArray of system-tests strings. |
Methods inherited from class com.webobjects.smil.WOSMILElement |
elementID, otherTagString, setElementID, setOtherTagString, synchronizesVariablesWithBindings |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WOSMILSynchronizationElement(WOContext context)
context
- context this component is created withMethod Detail |
public void setSystemBitRate(String bitrate)
systemBitRate
binding.
bitrate
- value for the systemBitRate
bindingpublic void setSystemCaptions(String captions)
systemCaptions
binding.
captions
- value for the systemCaptions
bindingpublic void setSystemLanguage(String language)
systemLanguage
binding.
language
- the new value for the systemLanguage
bindingpublic void setSystemOverdubOrCaption(String overdubOrCaption)
systemOverdubOrCaption
binding
overdubOrCaption
- value for the systemOverdubOrCaption
bindingpublic void setSystemRequired(String required)
systemRequired
binding.
required
- value for the systemRequired
bindingpublic void setSystemScreenDepth(String depth)
systemScreenDepth
binding.
depth
- value for the systemScreenDepth
bindingpublic void setSystemScreenSize(String screenSize)
systemScreenSize
binding.
screenSize
- value for the systemScreenSize
bindingpublic String systemBitRate()
systemBitRate
binding.
systemBitRate
bindingpublic String systemCaptions()
systemCaptions
binding.
systemCaptions
bindingpublic String systemLanguage()
systemLanguage
binding.
systemLanguage
bindingpublic String systemOverdubOrCaption()
systemOverdubOrCaption
binding.
systemOverdubOrCaption
bindingpublic String systemRequired()
systemRequired
binding.
systemRequired
bindingpublic String systemScreenDepth()
systemScreenDepth
binding.
systemScreenDepth
bindingpublic String systemScreenSize()
systemScreenSize
binding.
systemScreenSize
bindingpublic NSArray systemTests()
|
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 |