org.media.hyperpad
Class MyResources

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.PropertyResourceBundle
              |
              +--org.media.hyperpad.MyResources

public class MyResources
extends PropertyResourceBundle

Class meant to return results from the Resource Bundle to HyperPanel.

Version:
$Revision: 1.1 $ $Date: 2002/09/13 18:51:36 $
Author:
Borsos Szabolcs
See Also:
String

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
MyResources(String property_file)
           
 
Method Summary
static ImageIcon getImageIcon(String name)
           
static String getLabels(String name)
           
static char getMnemonic(String name)
           
static String getModifiers(String name)
           
static char getShortcut(String name)
           
static String getTextValue(String name)
           
 
Methods inherited from class java.util.PropertyResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyResources

public MyResources(String property_file)
            throws IOException
Method Detail

getLabels

public static String getLabels(String name)

getMnemonic

public static char getMnemonic(String name)

getShortcut

public static char getShortcut(String name)

getModifiers

public static String getModifiers(String name)

getTextValue

public static String getTextValue(String name)

getImageIcon

public static ImageIcon getImageIcon(String name)


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."