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 from an application to the user, and the building blocks
for a processing pipeline.
Features which need
eu.bandm.tools.message
and eu.bandm.tools.muli.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.noMoreprotected final EnumSet<Message.Kind> MessageDialog.selectedMethods 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.messagesPopUpSet 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.KindMessage.kindThe kind of the message.(package private) Message.KindOutstream2Log.kindKind of generated messages.Fields in eu.bandm.tools.message with type parameters of type Message.KindModifier and TypeFieldDescriptionprotected Map<Message.Kind, MessageCounter.Counter> MessageCounter.countersCollection of counters for the different message kinds.static final Catalog<Message.Kind> MessageTranslator.kindPrintNameThe printed names of the message kinds in different languages.protected Set<Message.Kind> MessageKindFilter.kindsThe selected kinds.(package private) EnumSet<Message.Kind> MessageLevelFilter.unfilteredSet 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.KindMessage.getKind()Returns the kind of the message.static Message.KindReturns 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.ByKindprotected EnumSet<Message.Kind> MessageDemux.ByKind.getOutputTags(Message m) 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, a kind, a location, and a level.intMessageCounter.getCounts(Message.Kind kind) Returns the count of messages of the givenMessage.Kindit has received since its creation or the last call toMessageCounter.resetCounters()MessagePatterns.mKind(Message.Kind kind) Matches any Message with the given kind.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 selectionvoidMessageCounter.resetCounter(Message.Kind k) Restart the counter for one particularMessage.Kindat 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.MessagePatterns.mKind(Pattern<? super Message.Kind> kind) Matches any Message with the given kind.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.KindModifierConstructorDescriptionprotectedCreate a message with only kind and timestamp set.protectedMessage(Message.Kind k, int v) Create a message with kind, level, and timestamp set.protectedMessage(Message.Kind k, int v, @Opt Throwable e) Create a message with kind, level, cause, and timestamp set.protectedMessage(Message.Kind k, @Opt Throwable e) Create a message with kind, cause, and timestamp set.MessageKindFilter(@Opt 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.messageMuli
Fields in eu.bandm.tools.messageMuli with type parameters of type Message.KindModifier and TypeFieldDescriptionstatic final Catalog<Message.Kind> MessageTranslator.kindPrintNameThe printed names of the message kinds in different languages. -
Uses of Message.Kind in eu.bandm.tools.test
Methods in eu.bandm.tools.test with parameters of type Message.KindModifier and TypeMethodDescriptionprotected voidTestFrame_messages.setPrintFilter(Message.Kind... kinds) Method parameters in eu.bandm.tools.test with type arguments of type Message.KindModifier and TypeMethodDescriptionprotected voidTestFrame_messages.setPrintFilter(EnumSet<Message.Kind> set)