textmaven.application.swinggui
Class ResourceBundle

java.lang.Object
  extended bytextmaven.application.swinggui.ResourceBundle

public class ResourceBundle
extends java.lang.Object

Author:
krebtho

Constructor Summary
ResourceBundle()
           
 
Method Summary
static void configure(java.lang.String name)
           
static int getMnemonic(java.lang.String key)
          Returns a mnemonic from the resource bundle.
static java.lang.String getString(java.lang.String key)
          This method returns a string from the demo's resource bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBundle

public ResourceBundle()
Method Detail

configure

public static void configure(java.lang.String name)

getString

public static java.lang.String getString(java.lang.String key)
This method returns a string from the demo's resource bundle.


getMnemonic

public static int getMnemonic(java.lang.String key)
Returns a mnemonic from the resource bundle. Typically used as keyboard shortcuts in menu items.



Copyright © 2002-2005 Sourceforge. All Rights Reserved.