Package | Description |
---|---|
eu.bandm.tools.installer |
Distribute applications made with metatools.
|
eu.bandm.tools.muli |
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
|
eu.bandm.tools.util3 |
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.option package. |
Modifier and Type | Field and Description |
---|---|
MuLiMessageReceiver<String> |
DocumentedDistribution.msg
Deprecated.
The message receiver for all error messages.
|
MuLiMessageReceiver<String> |
DocumentedDistribution2.msg
The message receiver for all error messages.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
BrowserControl.showURI(String uriString,
MuLiMessageReceiver msg)
Open an URI in system standard browser.
|
Modifier and Type | Class and Description |
---|---|
class |
MuLiMessageStore<D>
Storage for a sequence of multi-linguale
SimpleMessage s, with graphic
interfaces. |
Modifier and Type | Method and Description |
---|---|
static <X> MuLiMessageReceiver<X> |
MuLiMessageReceiver.noTranslate(MessageReceiver<SimpleMessage<X>> rec)
Wrap a MessageReceiver into a MuLiMessageReceiver with NOT TRANSLATION at all.
|
Modifier and Type | Method and Description |
---|---|
static <D> void |
FileChecker.checkInputFiles(MuLiMessageReceiver<D> msg,
File[] dirs,
File... files)
Checks whether all input files/directories required by an
application do exist.
|
static <D> void |
FileChecker.checkOutputFiles(MuLiMessageReceiver<D> msg,
File... files)
Checks whether all simple output files of an application do NOT YET exist.
|
see also the complete user documentation .