javax.media.bean.playerbean
Class MediaPlayerResource

java.lang.Object
  |
  +--javax.media.bean.playerbean.MediaPlayerResource

public class MediaPlayerResource
extends java.lang.Object

Defines the resource boundle for a MediaPlayer, mainly for error messages. Invoked by the class loader.

See Also:
MediaPlayerBeanInfo, MediaPlayer, MediaPlayerVolumePropertyEditor, MediaPlayerMediaLocationEditor

Field Summary
static java.util.ResourceBundle resourceBundle
          Defines the ResourceBundle.
 
Constructor Summary
MediaPlayerResource()
           
 
Method Summary
static java.lang.String getString(java.lang.String inputString)
          Gets a String that corresponds to the specified input string from a resource boundle file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceBundle

public static java.util.ResourceBundle resourceBundle
Defines the ResourceBundle.
Constructor Detail

MediaPlayerResource

public MediaPlayerResource()
Method Detail

getString

public static java.lang.String getString(java.lang.String inputString)
Gets a String that corresponds to the specified input string from a resource boundle file.
Parameters:
inputString - The String from a resource boundle file.


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.