|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TNodes
Persistent format of a TNodesEditorValue
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary | |
---|---|
static int |
RECURSIVE
Selection value: recursively selected. |
static int |
SINGLE
Selection value: single selected. |
static int |
UNSELECTED
Selection value: unselected. |
Method Summary | |
---|---|
Collection<Map.Entry<String,Integer>> |
getEntries()
Returns a immutable collection of all selected entries in pairs: id → selection-state. |
Collection<String> |
getIds()
Returns a immutable collection of all selected ids. |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Field Detail |
---|
static final int UNSELECTED
static final int SINGLE
static final int RECURSIVE
Method Detail |
---|
Collection<String> getIds()
Collection<Map.Entry<String,Integer>> getEntries()
TNodes.UNSELECTED
,
TNodes.SINGLE
,
TNodes.RECURSIVE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |