|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.vex.Babelizer
Configures the language-specific settings of various swing components based on settings in a resource bundle.
Constructor Summary | |
Babelizer(java.lang.String bundleName)
Class constructor. |
Method Summary | |
javax.swing.Action |
configureAction(javax.swing.Action action,
java.lang.String id)
Configure the given action from the resource bundle. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Babelizer(java.lang.String bundleName)
bundleName
- Name of the resource bundle containing the resources.Method Detail |
public javax.swing.Action configureAction(javax.swing.Action action, java.lang.String id)
action.id.Name action.id.ShortDescription action.id.LongDescription action.id.MnemonicKey action.id.AcceleratorKey action.id.Icon
action
- Action to configure.id
- ID to use to find resources.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |