Package | Description |
---|---|
info.bioinfweb.jphyloio.utils |
Contains general tool classes of JPhyloIO.
|
Modifier and Type | Method and Description |
---|---|
LabelEditingReporter.LabelStatus |
LabelEditingReporter.getLabelStatus(EventContentType contentType,
java.lang.String id)
Returns the status of the specified data element and its label.
|
LabelEditingReporter.LabelStatus |
LabelEditingReporter.getLabelStatus(LabeledIDEvent event)
Returns the status of the specified data element and its label.
|
static LabelEditingReporter.LabelStatus |
LabelEditingReporter.LabelStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelEditingReporter.LabelStatus[] |
LabelEditingReporter.LabelStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|