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.
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
-
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
Evidentprotected Set<Message.Kind>
MessageKindFilter.kinds
The selected kindsModifier and TypeMethodDescriptionfinal Message.Kind
Message.getKind()
Evidentstatic 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 forMessageDemux.ByKind
protected EnumSet<Message.Kind>
MessageDemux.ByKind.getOutputTags
(Message m) Modifier and TypeMethodDescriptionMessageKindFilter.addKind
(Message.Kind k) Adds the kind to selection.MessageKindFilter.addKind
(Message.Kind... kk) Adds the kinds kinds to selection.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.ModifierConstructorDescriptionprotected
Create a message with only kind and timestamp setprotected
Message
(Message.Kind k, @Opt Throwable e) Create a message with kind, cause and timestamp setMessageKindFilter
(MessageReceiver<? super M> d, Message.Kind... kk) The given kinds are initially selectedSimpleMessage
(Message.Kind k, @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.muli
Modifier and TypeFieldDescriptionstatic final Catalog<Message.Kind>
MessageTranslator.kindPrintName