Uses of Enum Class
eu.bandm.tools.message.Message.Kind
Package
Description
Utility functions for GUI user interaction, using MuLi internationalization.
Distribute applications made with metatools.
Messages and positions in documents,
see the user documentation.
-
Uses of Message.Kind in eu.bandm.tools.graficUtils2
Modifier and TypeFieldDescriptionprotected EnumSet
<Message.Kind> MessageDialog.noMore
protected final EnumSet
<Message.Kind> MessageDialog.selected
ModifierConstructorDescriptionMessageDialog
(JFrame context, String title, EnumSet<Message.Kind> selected) -
Uses of Message.Kind in eu.bandm.tools.installer
-
Uses of Message.Kind in eu.bandm.tools.message
Modifier and TypeFieldDescriptionprotected final Message.Kind
Message.kind
Evident(package private) Message.Kind
Outstream2Log.kind
Kind of generated messages.Modifier and TypeFieldDescriptionprotected Map
<Message.Kind, MessageCounter.Counter> MessageCounter.counters
Evidentstatic final Catalog
<Message.Kind> MessageTranslator.kindPrintName
protected Set
<Message.Kind> MessageKindFilter.kinds
The selected kinds.(package private) EnumSet
<Message.Kind> MessageLevelFilter.unfiltered
Set of Message.Kind which will not be suppressed by the threshold, i.e. which will always be forwarded.Modifier and TypeMethodDescriptionfinal Message.Kind
Message.getKind()
Evident.static Message.Kind
Returns the enum constant of this class with the specified name.static Message.Kind[]
Message.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <M extends Message>
MessageDemux<Message.Kind, M> MessageDemux.byKind()
Factory method for the constructorMessageDemux.ByKind
protected EnumSet
<Message.Kind> MessageDemux.ByKind.getOutputTags
(Message m) Has to be re-defined by derived classes to calculate the set of enum items which indicate the receivers the message shall be propagated to.Modifier and TypeMethodDescriptionMessageKindFilter.addKind
(Message.Kind k) Adds the kind to selection.MessageKindFilter.addKind
(Message.Kind... kk) Adds the kinds kinds to selection.static <D> SimpleMessage
<D> SimpleMessage.from
(PreMessage pm, Message.Kind kind, @Opt Location<D> loc, int level) int
MessageCounter.getCounts
(Message.Kind kind) Returns the count of messages of the givenMessage.Kind
it has received since its creation or the last call toMessageCounter.resetCounters()
Patterns.mKind
(Message.Kind kind) Matches any Message with the given kind.MessageKindFilter.removeKind
(Message.Kind k) Remove the kind from selectionMessageKindFilter.removeKind
(Message.Kind... kk) Remove the kinds from selectionvoid
MessageCounter.resetCounter
(Message.Kind k) Restart the counter for one particularMessage.Kind
with 0(zero).Outstream2Log.withKind
(Message.Kind kind) Set the message kind.Modifier and TypeMethodDescriptionstatic <X> Function
<SimpleMessage<X>, SimpleMessage<X>> SimpleMessage.liftMapKind
(UnaryOperator<Message.Kind> f) Lift a function which operates on theMessage.Kind
part to one which operates on the whole Message.SimpleMessage.mapKind
(UnaryOperator<Message.Kind> f) Apply a function which operates on theMessage.Kind
part to construct a new message.Patterns.mKind
(Pattern<? super Message.Kind> kind) Matches the kind of the Message.MessageLevelFilter.setUnfilteredKinds
(EnumSet<Message.Kind> unfiltered) Define the set of Message.Kind which will not be suppressed by the threshold, i.e. which will always be forwarded.ModifierConstructorDescriptionprotected
Create a message with only kind and timestamp set.protected
Message
(Message.Kind k, int v) Create a message with kind, level and timestamp set.protected
Message
(Message.Kind k, int v, @Opt Throwable e) Create a message with kind, level, cause and timestamp set.protected
Message
(Message.Kind k, @Opt Throwable e) Create a message with kind, cause and timestamp set.MessageKindFilter
(MessageReceiver<? super M> d, Message.Kind... kk) Constructor with given kinds initially selected.SimpleMessage
(Message.Kind k, int v, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values. -
Uses of Message.Kind in eu.bandm.tools.test
Modifier and TypeMethodDescriptionprotected void
TestFrame_messages.setPrintFilter
(Message.Kind... kinds) Modifier and TypeMethodDescriptionprotected void
TestFrame_messages.setPrintFilter
(EnumSet<Message.Kind> set)