Uses of Class
eu.bandm.tools.message.MessageStore
Packages that use MessageStore
Package
Description
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
Utility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
Distribute applications made with metatools.
Evaluation, statistics and renderings of bandm lab log format.
Realizes basic test funtionality.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of MessageStore in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm declared as MessageStoreModifier and TypeFieldDescriptionprotected final MessageStore<SimpleMessage<@Opt XMLDocumentIdentifier>> Tool.msg_s -
Uses of MessageStore in eu.bandm.tools.graficUtils
Methods in eu.bandm.tools.graficUtils with parameters of type MessageStoreModifier and TypeMethodDescriptionstatic <D extends Message>
booleanSwingTools.ask(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String cancelbutton, String okbutton) static <D extends Message>
voidSwingTools.show(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String buttonText) -
Uses of MessageStore in eu.bandm.tools.installer
Fields in eu.bandm.tools.installer declared as MessageStoreModifier and TypeFieldDescriptionprotected final MessageStore<SimpleMessage<String>> DocumentedDistribution2.msgStore -
Uses of MessageStore in eu.bandm.tools.lablog.base
Fields in eu.bandm.tools.lablog.base with type parameters of type MessageStoreModifier and TypeFieldDescriptionprotected final Map<File, @Opt MessageStore<SimpleMessage<XMLDocumentIdentifier>>> Main.file2errorsCollects all d2d parsing errors for the processed files; value==null means "file not found". -
Uses of MessageStore in eu.bandm.tools.test
Fields in eu.bandm.tools.test declared as MessageStoreModifier and TypeFieldDescriptionprotected final MessageStore<SimpleMessage<D>> TestFrame_messages.errorsprotected final MessageStore<SimpleMessage<D>> TestFrame_messages.hintsprotected final MessageStore<SimpleMessage<D>> TestFrame_messages.messagesprotected final MessageStore<SimpleMessage<D>> TestFrame_messages.warningsMethods in eu.bandm.tools.test with parameters of type MessageStoreModifier and TypeMethodDescriptionprotected voidTestFrame_messages.checkMessages(MessageStore<SimpleMessage<D>> store, @Opt String... expected) The string values of the (formatted) messages in the given message store must correspond to the sequence of string constants.protected voidTestFrame_messages.matchMessages(MessageStore<SimpleMessage<D>> store, @Opt Pattern<? super Integer> size, Pattern<? super Message>... expectedPrefix) -
Uses of MessageStore in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as MessageStoreModifier and TypeFieldDescription(package private) MessageStore<SimpleMessage<XMLDocumentIdentifier>> TemplatesCache.LoadResult.messages(package private) MessageStore<SimpleMessage<XMLDocumentIdentifier>> TransformationCache.LoadResult.messages(package private) MessageStore<SimpleMessage<XMLDocumentIdentifier>> MainGui.msgstore