|
Uses of Interface
|
Packages that use ActiveSortedSet | |
com.ideanest.swing |
Uses of ActiveSortedSet in com.ideanest.swing |
Methods in com.ideanest.swing that return ActiveSortedSet | |
static ActiveSortedSet |
ActiveCollections.activeSortedSet(java.util.SortedSet c)
Returns an active version of the specified sorted set that fires ListDataEvent s when the sorted set is mutated. |
static ActiveSortedSet |
ActiveCollections.synchronizedActiveSortedSet(java.util.SortedSet c)
Returns a synchronized active version of the specified sorted set that fires ListDataEvent s when the set is mutated. |
static ActiveSortedSet |
ActiveCollections.unmodifiableActiveSortedSet(ActiveSortedSet c)
Returns an unmodifiable view of the specified active sorted set. |
Methods in com.ideanest.swing with parameters of type ActiveSortedSet | |
static ActiveSortedSet |
ActiveCollections.unmodifiableActiveSortedSet(ActiveSortedSet c)
Returns an unmodifiable view of the specified active sorted set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |