|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageBox | |
---|---|
com.unitesk.atp.messages | User messages library. |
com.unitesk.atp.text.filters | This library provides filters for text processing. |
com.unitesk.atp.tool | This package provides interfaces and default classes to implement
plugins that extend tool functionality. |
com.unitesk.atp.tree.generation | This package provides special version of
text generator based on patterns
for attributed tree processing. |
com.unitesk.atp.tree.tool | This package provides special version of extendable tool for formal text processing tools. |
Uses of MessageBox in com.unitesk.atp.messages |
---|
Classes in com.unitesk.atp.messages that implement MessageBox | |
---|---|
class |
ListMessageBox
Alexey Demakov |
class |
NullMessageBox
The message box that discards all messages but counts them. |
class |
PrintStreamMessageBox
The message box that prints messages to output stream (and also logs them). |
Methods in com.unitesk.atp.messages that return MessageBox | |
---|---|
MessageBox |
MessageContext.getMessageBox()
|
Methods in com.unitesk.atp.messages with parameters of type MessageBox | |
---|---|
void |
MessageContext.setMessageBox(MessageBox mbox)
|
Constructors in com.unitesk.atp.messages with parameters of type MessageBox | |
---|---|
MessageContext(MessageBox mbox)
|
Uses of MessageBox in com.unitesk.atp.text.filters |
---|
Methods in com.unitesk.atp.text.filters that return MessageBox | |
---|---|
MessageBox |
MessageBoxExceptionHandler.getMessageBox()
|
Methods in com.unitesk.atp.text.filters with parameters of type MessageBox | |
---|---|
void |
MessageBoxExceptionHandler.setMessageBox(MessageBox mbox)
|
Constructors in com.unitesk.atp.text.filters with parameters of type MessageBox | |
---|---|
MessageBoxExceptionHandler(MessageBox mbox,
File file)
|
Uses of MessageBox in com.unitesk.atp.tool |
---|
Fields in com.unitesk.atp.tool declared as MessageBox | |
---|---|
protected MessageBox |
PluginManagerClass.mbox
The message box for application messages. |
protected MessageBox |
PluginClass.mbox
|
Methods in com.unitesk.atp.tool that return MessageBox | |
---|---|
MessageBox |
PluginManagerClass.getMessageBox()
Returns message box. |
MessageBox |
PluginManager.getMessageBox()
Returns message box. |
Constructors in com.unitesk.atp.tool with parameters of type MessageBox | |
---|---|
PluginManagerClass(String name,
MessageBox mbox,
Properties config,
InputStream in)
Constructs plugin manager with the specified parameters. |
Uses of MessageBox in com.unitesk.atp.tree.generation |
---|
Constructors in com.unitesk.atp.tree.generation with parameters of type MessageBox | |
---|---|
TokenStyleManager(Class token_types_interface,
String tokenstyle_file,
MessageBox mbox)
Constructs Token Style manager. |
Uses of MessageBox in com.unitesk.atp.tree.tool |
---|
Fields in com.unitesk.atp.tree.tool declared as MessageBox | |
---|---|
protected MessageBox |
Tree.mbox
|
Methods in com.unitesk.atp.tree.tool that return MessageBox | |
---|---|
MessageBox |
Tree.getMessageBox()
Returns message box of plugin manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |