javax.media.bean.playerbean
Class MediaPlayerVolumePropertyEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--javax.media.bean.playerbean.MediaPlayerVolumePropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class MediaPlayerVolumePropertyEditor
extends java.beans.PropertyEditorSupport

Special case property editor for the MediaPlayer bean Volume property. Invoked by Java BeansTM application builders.

Version:
1.0

Constructor Summary
MediaPlayerVolumePropertyEditor()
           
 
Method Summary
 java.lang.String getJavaInitializationString()
          Generates a code fragment that can be used to initialize a variable with the current Volume property value.
 java.lang.String[] getTags()
          Gets an array of tags for the Volume property.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaPlayerVolumePropertyEditor

public MediaPlayerVolumePropertyEditor()
Method Detail

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Generates a code fragment that can be used to initialize a variable with the current Volume property value.

Specified by:
getJavaInitializationString in interface java.beans.PropertyEditor
Overrides:
getJavaInitializationString in class java.beans.PropertyEditorSupport
Returns:
The initialization String.

getTags

public java.lang.String[] getTags()
Gets an array of tags for the Volume property.

Specified by:
getTags in interface java.beans.PropertyEditor
Overrides:
getTags in class java.beans.PropertyEditorSupport
Returns:
A String array that contains the tags for the Volume property.