Difference between revisions of "Com.bitplan.gui"
Jump to navigation
Jump to search
| Line 63: | Line 63: | ||
String get(String text, Object ... params) | String get(String text, Object ... params) | ||
} | } | ||
| − | class | + | class Translator { |
| + | String translate(String messageName, Object ... params) | ||
| + | String translate(String messageName, Object param) | ||
| + | String translate(String messageName) | ||
| + | Locale getCurrentLocale() | ||
| + | static initialize(String bundleName, String localeName) | ||
| + | loadBundle(Locale locale) | ||
| + | getBundle() | ||
} | } | ||
} | } | ||
</uml> | </uml> | ||
Revision as of 15:24, 5 August 2018
| OsProject | |
|---|---|
| id | |
| state | |
| owner | |
| title | Generic GUI framework for Java |
| url | https://github.com/BITPlan/com.bitplan.gui |
| version | 0.0.3 |
| description | |
| date | |
| since | |
| until | |
Simple Platform neutral Graphical User Interface Description
Main classes and packages
