javax.media.bean.playerbean
Class MediaPlayerVolumePropertyEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--javax.media.bean.playerbean.MediaPlayerVolumePropertyEditor

public class MediaPlayerVolumePropertyEditor
extends java.beans.PropertyEditorSupport

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


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.
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.
Overrides:
getTags in class java.beans.PropertyEditorSupport
Returns:
A String array that contains the tags for the Volume property.


Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.