|
Forge - UI API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SELECTIONTYPE - The selection type, must be common between all selections (if multiple).public interface UISelection<SELECTIONTYPE>
Represents the objects with on which the UIContext is currently focused. This may be the current working
directory, highlighted files, text, or other focusable items.
This object and the iterator provided by this object are immutable.
| Method Summary | |
|---|---|
SELECTIONTYPE |
get()
Provides the first selected element as a SELECTIONTYPE. |
int |
size()
Counts the elements in this selection. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
SELECTIONTYPE get()
SELECTIONTYPE.
This is a convenience method to avoid iteration.
int size()
|
Forge - UI API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||