| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.tracer |
Message Viewer plugin.
|
| Modifier and Type | Method and Description |
|---|---|
FilteredMessage.Flag |
FilterStep.getFlag() |
static FilteredMessage.Flag |
FilteredMessage.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilteredMessage.Flag[] |
FilteredMessage.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<FilteredMessage.Flag> |
FilteredMessage.getFlags()
Returns the flags associated with this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilteredMessage.addFlag(FilteredMessage.Flag action)
Associates a flags with this message.
|
| Constructor and Description |
|---|
FilterStep(FilterStep.Mode mode,
boolean invert,
boolean format,
FilterStep.Target target,
FilterStep.Method method,
String[] code,
Color color,
FilteredMessage.Flag flag) |
FilterStep(Tracer delegate,
FilterStep.Mode mode,
boolean invert,
boolean format,
Color color,
FilteredMessage.Flag flag) |
Copyright © 2023 LSST. All rights reserved.