facets.core.superficial.app
Interface ViewableAction
- All Known Implementing Classes:
- ActionViewerTarget.Action
public interface ViewableAction
Action on viewable content.
A ViewableAction
denotes a non-gesture defined action on
viewable content; typical actions could be
- copying, cutting, pasting, deleting
- launching a renaming interaction
- selecting by rule eg select/deselect all
The Object.toString()
implementation should return a suitable title for
the action.
NO_ACTIONS
static final ViewableAction[] NO_ACTIONS