|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfacets.util.Tracer
facets.util.StatefulCore
facets.core.superficial.app.SelectionView
public abstract class SelectionView
SSelection
-aware SView
implementation.
SelectionView
creates a suitable SSelection
for use by
the viewer(s) it controls, based on the complete selection within
viewable content.
Field Summary |
---|
Fields inherited from interface facets.core.superficial.app.SView |
---|
NO_VIEW |
Constructor Summary | |
---|---|
protected |
SelectionView(java.lang.String title)
Unique constructor. |
Method Summary | |
---|---|
boolean |
allowMultipleSelection()
Implements interface method. |
boolean |
isLive()
Implements interface method. |
SSelection |
newViewerSelection(SViewer viewer,
SSelection viewable)
Return content to be displayed by viewer. |
Methods inherited from class facets.util.StatefulCore |
---|
copyState, setState, setTitle, stateEquals, stateStamp, title, toString, updateStateStamp |
Methods inherited from class facets.util.Tracer |
---|
trace, trace, trace, trace, trace, traceDebug, traceDebug, traceObjectText, traceOutput, traceOutputWithClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface facets.util.Titled |
---|
title |
Constructor Detail |
---|
protected SelectionView(java.lang.String title)
title
- passed to superclassMethod Detail |
---|
public boolean isLive()
Default returns false
.
isLive
in interface SView
public boolean allowMultipleSelection()
Default returns false
.
allowMultipleSelection
in interface SView
public SSelection newViewerSelection(SViewer viewer, SSelection viewable)
Enables delegation from implementations of ViewableFrame.newViewerSelection(SViewer)
;
default returns viewable
viewer
- controlled by this viewviewable
- the current SelectingFrame.selection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |