FileDocCategorySizeDatePackage
StringControl.javaAPI DocJMF 2.1.1e716Mon May 12 12:20:56 BST 2003com.sun.media.controls

StringControl

public interface StringControl implements AtomicControl
A StringControl holds a string value and can be used to display status information pertaining to the player. In most cases this will be a read-only control.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetTitle()

public java.lang.StringgetValue()
Returns the string value for this control.

public java.lang.StringsetTitle(java.lang.String title)

public java.lang.StringsetValue(java.lang.String value)
??? Sets the string value for this control. Returns the actual string that was set.