Inheritance diagram for LocaleEditor:
Collaboration diagram for LocaleEditor:Public Methods | |
| LocaleEditor () | |
| String | getLabel (ConfigurationItem item) |
Package Functions | |
| Combo | createUI (Composite parent, FormToolkit toolkit) |
| void | updateUI (ConfigurationItem item) |
Package Attributes | |
| Map< String, String > | nameToLocale = new HashMap<String, String>() |
| Map< String, String > | localeToName = new HashMap<String, String>() |
| LocaleEditor | ( | ) |
| Combo createUI | ( | Composite | parent, |
| FormToolkit | toolkit | ||
| ) | [package] |
| String getLabel | ( | ConfigurationItem | item | ) |
| void updateUI | ( | ConfigurationItem | item | ) | [package] |
Map<String, String> localeToName = new HashMap<String, String>() [package] |
Map<String, String> nameToLocale = new HashMap<String, String>() [package] |