Package | Description |
---|---|
eu.bandm.tools.lljava | |
eu.bandm.tools.message |
Messages and positions in documents,
cf user documentation.
|
eu.bandm.tools.muli |
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
|
Modifier and Type | Class and Description |
---|---|
static class |
LLJavac.Messager |
static class |
Test.Messaging |
Modifier and Type | Class and Description |
---|---|
class |
LocationMap.Translator
A message receiver which passes on all messages after translating the
location according to the mapping represented by its outer class.
|
class |
MessageAsync<M extends Message>
A sub-class of
SingleSender which lets the drain's receive method
run asynchronouously in a separate thread. |
class |
MessageCatcher
Executes some code (given explicitly as argument) and sends
the first exception caught to its message drain.
|
class |
MessageKindFilter<M extends Message>
A filter which propagates only those messages the
Message.Kind
of which is currently added. |
class |
MessageLocationFilter<D>
A filter which propagates only those messages which lie in certain
areas of locations.
|
class |
MessageMapper<M extends Message,N extends Message>
A message receiver which receives a message of one type,
and propagates the result of applying a function to this message, which
may be of different type.
|
class |
MessagePasser<M extends Message>
Simply passes every message it receives to a single target.
|
class |
MessageStripExceptions<M extends Message>
A filter which strips off all exceptions, or at least the stack traces,
for a slimmer appearance of print-outs.
|
class |
MessageSync<M extends Message>
Can accept messages from many different threads.
|
static class |
SimpleMessage.Generator<D>
Convenience factory class for creating
SimpleMessage s and
sending them immediately, --- all in one call. |
Modifier and Type | Class and Description |
---|---|
class |
MuLiMessageReceiver<D>
A subclass of
MessageReceiver , providing convenience methods
for generating and translating SimpleMessage s. |
class |
MuLiMessageStore<D>
Storage for a sequence of multi-linguale
SimpleMessage s, with graphic
interfaces. |
see also the complete user documentation .