Uses of Enum Class
eu.bandm.tools.message.Message.Kind
Packages that use 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.
Realizes basic test funtionality.
-
Uses of Message.Kind in eu.bandm.tools.graficUtils2
Fields in eu.bandm.tools.graficUtils2 with type parameters of type Message.KindModifier and TypeFieldDescriptionprotected EnumSet
<Message.Kind> MessageDialog.noMore
protected final EnumSet
<Message.Kind> MessageDialog.selected
Methods in eu.bandm.tools.graficUtils2 that return types with arguments of type Message.KindConstructor parameters in eu.bandm.tools.graficUtils2 with type arguments of type Message.KindModifierConstructorDescriptionMessageDialog
(JFrame context, String title, EnumSet<Message.Kind> selected) -
Uses of Message.Kind in eu.bandm.tools.installer
Fields in eu.bandm.tools.installer with type parameters of type Message.KindModifier and TypeFieldDescriptionDocumentedDistribution2.Configuration.messagesPopUp
Set of message kinds which will show a dedicated pop-up window when received. -
Uses of Message.Kind in eu.bandm.tools.message
Fields in eu.bandm.tools.message declared as Message.KindModifier and TypeFieldDescriptionprotected final Message.Kind
Message.kind
Evident(package private) Message.Kind
Outstream2Log.kind
Kind of generated messages.Fields in eu.bandm.tools.message with type parameters of type Message.KindModifier and TypeFieldDescriptionprotected Map
<Message.Kind, MessageCounter.Counter> MessageCounter.counters
Evidentstatic final Catalog
<Message.Kind> MessageTranslator.kindPrintName
The printed names of the message kinds in different languages.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.Methods in eu.bandm.tools.message that return Message.KindModifier 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.Methods in eu.bandm.tools.message that return types with arguments of type Message.KindModifier 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 each subclass to calculate the set of enum items which indicate the receivers the message shall be propagated to.Methods in eu.bandm.tools.message with parameters of type Message.KindModifier and TypeMethodDescriptionMessageKindFilter.addKind
(Message.Kind k) Adds the given kind to the selection.MessageKindFilter.addKind
(Message.Kind... kk) Adds the given kinds to the selection.static <D> SimpleMessage
<D> SimpleMessage.from
(PreMessage pm, Message.Kind kind, @Opt Location<D> loc, int level) Create a message from a pre-message, akind, a location, and a 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 given kind from the selectionMessageKindFilter.removeKind
(Message.Kind... kk) Remove the given kinds from the 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.Method parameters in eu.bandm.tools.message with type arguments of type Message.KindModifier and TypeMethodDescriptionstatic <X> Function
<SimpleMessage<X>, SimpleMessage<X>> SimpleMessage.liftMapKind
(UnaryOperator<Message.Kind> f) Lift a function which operates on the kind part to one which operates on the whole message.SimpleMessage.mapKind
(UnaryOperator<Message.Kind> f) Apply a function which operates on the kind of a message to construct a new message.Patterns.mKind
(Pattern<? super Message.Kind> kind) Matches any Message with the given kind.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.Constructors in eu.bandm.tools.message with parameters of type Message.KindModifierConstructorDescriptionprotected
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 the 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
Methods in eu.bandm.tools.test with parameters of type Message.KindModifier and TypeMethodDescriptionprotected void
TestFrame_messages.setPrintFilter
(Message.Kind... kinds) Method parameters in eu.bandm.tools.test with type arguments of type Message.KindModifier and TypeMethodDescriptionprotected void
TestFrame_messages.setPrintFilter
(EnumSet<Message.Kind> set)