public class StatusLevelTable extends LevelTagTable
hTable, levelTagArray, LT_ARRAY_SIZE, maxTagValue, minTagValue
Constructor and Description |
---|
StatusLevelTable() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(StatusLevelTag lTag)
Adds StatusLevelTag object to table.
|
boolean |
containsValue(StatusLevelTag lTag)
Returns true if the specified StatusLevelTag object exists in the
table.
|
static StatusLevelTable |
decodeFormattedString(java.lang.String str)
Decodes an ASCII formatted string into a new table of StatusLevelTag
objects.
|
StatusLevelTag |
get(int num)
Returns StatusLevelTag object associated with the given numeric
value.
|
StatusLevelTag |
get(java.lang.String str)
Returns StatusLevelTag object associated with the given key.
|
StatusLevelTag |
remove(int num)
Removes StatusLevelTag object associated with the given numeric
value.
|
StatusLevelTag |
remove(java.lang.String str)
Removes StatusLevelTag object associated with the given key.
|
add, addLevelTag, clear, containsKey, containsValue, elements, encodeFormattedString, getMaxTagValue, getMinTagValue, getTableSyncObj, getTag, getTag, getTagColorObj, getTagSymbolChar, getValuesVector, removeTag, removeTag, removeTag, replaceTableData, size, toString
public boolean add(StatusLevelTag lTag)
public StatusLevelTag get(java.lang.String str)
str
- a string matching the contents of the 'name' field
of the desired StatusLevelTag object.public StatusLevelTag get(int num)
num
- a number matching the contents of the 'value' field
of the desired StatusLevelTag object.public StatusLevelTag remove(java.lang.String str)
str
- a string matching the contents of the 'name' field
of the StatusLevelTag object to be removed.public StatusLevelTag remove(int num)
num
- a number matching the contents of the 'value' field
of the StatusLevelTag object to be removed.public boolean containsValue(StatusLevelTag lTag)
public static StatusLevelTable decodeFormattedString(java.lang.String str)