facets.core.superficial.app
Interface SView

All Superinterfaces:
Titled
All Known Subinterfaces:
AvatarView, PlaneView, ZoomPanView
All Known Implementing Classes:
AvatarViewWorks, HtmlView, ListView, PlaneViewWorks, SelectionView, TableView, TextTreeView, TextView, TreeView, ZoomPanViewWorks

public interface SView
extends Titled

Defines display policy for a viewer facet.

The core interface defines only very general properties.


Field Summary
static SView NO_VIEW
          Invalid SView for use in viewers with invariable view properties.
 
Method Summary
 boolean allowMultipleSelection()
          Can more than one object be selected at a time in the view?
 boolean isLive()
          Does the view allow user interaction/editing?
 
Methods inherited from interface facets.util.Titled
title
 

Field Detail

NO_VIEW

static final SView NO_VIEW
Invalid SView for use in viewers with invariable view properties.

Method Detail

allowMultipleSelection

boolean allowMultipleSelection()
Can more than one object be selected at a time in the view?


isLive

boolean isLive()
Does the view allow user interaction/editing?