|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewableAction | |
---|---|
facets.core.app | Extensions and partial specialisations of core Superficial types. |
facets.core.superficial.app | Superficial views, selection, content areas and hosts. |
Uses of ViewableAction in facets.core.app |
---|
Classes in facets.core.app that implement ViewableAction | |
---|---|
static class |
ActionViewerTarget.Action
Defines a range of ViewableAction s. |
Methods in facets.core.app that return ViewableAction | |
---|---|
protected ViewableAction |
ActionViewerTarget.getTriggerAction(STrigger trigger)
Implements abstract method. |
Methods in facets.core.app with parameters of type ViewableAction | |
---|---|
boolean |
StatefulViewable.actionIsLive(SViewer viewer,
ViewableAction action)
Re-implementation that understands ActionViewerTarget.Action s. |
boolean |
NodeViewable.actionIsLive(SViewer viewer,
ViewableAction action)
|
protected void |
StatefulViewable.actionTriggered(SViewer viewer,
ViewableAction action)
Re-implementation that understands ActionViewerTarget.Action s. |
protected void |
NodeViewable.actionTriggered(SViewer viewer,
ViewableAction action)
|
protected STarget |
ActionViewerTarget.newActionTriggerGroup(java.lang.String title,
ViewableAction[] actions)
Creates a target group containing action triggers. |
protected STrigger[] |
ActionViewerTarget.newActionTriggers(ViewableAction[] actions)
Implements abstract method. |
Uses of ViewableAction in facets.core.superficial.app |
---|
Fields in facets.core.superficial.app declared as ViewableAction | |
---|---|
static ViewableAction[] |
ViewableAction.NO_ACTIONS
|
Methods in facets.core.superficial.app that return ViewableAction | |
---|---|
protected abstract ViewableAction |
ViewerTarget.getTriggerAction(STrigger trigger)
Retrieve the action coupled to a trigger. |
ViewableAction[] |
ViewableFrame.viewerActions(SView view)
Return actions to be made available in a viewer |
Methods in facets.core.superficial.app with parameters of type ViewableAction | |
---|---|
boolean |
ViewableFrame.actionIsLive(SViewer viewer,
ViewableAction action)
Should the action be exposed as live in the surface? |
protected void |
ViewableFrame.actionTriggered(SViewer viewer,
ViewableAction action)
Propose an action in the viewer passed. |
protected void |
ViewerTarget.actionTriggerFired(ViewableAction action)
Responds to firing of a trigger coupled to the action. |
protected STarget[] |
ViewerTarget.newActionTriggerGroups(ViewableAction[] actions)
Compose groups of triggers for use in the targeter tree. |
protected abstract STrigger[] |
ViewerTarget.newActionTriggers(ViewableAction[] actions)
Create triggers coupled to the actions passed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |