|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SSelection
Selection within application content.
SSelection encapsulates the two key features of a
selection (potentially multiple) within content:
Implementors should provide a valid implementation of at least one of
selection() and selections();
instances are intended to be immutable, each defining a specific selection.
| Method Summary | |
|---|---|
java.lang.Object |
content()
The content within which to select. |
java.lang.Object |
selection()
Single object defining the currently selected portion(s) of content(). |
java.lang.Object[] |
selections()
Array defining the currently selected portion(s) of content(). |
| Method Detail |
|---|
java.lang.Object content()
This will generally be the content to display within a viewer; and thus itself a portion of some larger content.
java.lang.Object selection()
content().
java.lang.Object[] selections()
content().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||