Package com.levigo.jadice.web.client.ui
Class DefaultActions
java.lang.Object
com.levigo.jadice.web.client.ui.DefaultActions
Provides a couple of predefined actions that can be used to control the PageView. The method
names are fairly self-describing.
If an action was already created to an ActionRegistry and is called again for the same
ActionRegistry the other parameters are ignored and the registered action in the registry
will be returned.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegisteredActionstatic RegisteredActionactivateToolbarSearchAction(AbstractBar toolbar, KeyStroke k, Collection<Object> c) static RegisteredActionstatic RegisteredActionstatic RegisteredActionstatic RegisteredActionstatic RegisteredActionstatic RegisteredActionstatic RegisteredActionstatic RegisteredActionfilterAction(KeyStroke k, Collection<Object> c, FilterType filterType) static RegisteredActiongradationAction(KeyStroke k, Collection<Object> c) static RegisteredActionpageFirstAction(KeyStroke k, Collection<Object> c) static RegisteredActionpageLastAction(KeyStroke k, Collection<Object> c) static RegisteredActionstatic RegisteredActionstatic RegisteredActionstatic RegisteredActionpageNextAction(KeyStroke k, Collection<Object> c) static RegisteredActionpagePrevAction(KeyStroke k, Collection<Object> c) static RegisteredActionredoAction(KeyStroke k, Collection<Object> c) static RegisteredActionrotate0Action(KeyStroke k, Collection<Object> c) static RegisteredActionrotate180Action(KeyStroke k, Collection<Object> c) static RegisteredActionrotate270Action(KeyStroke k, Collection<Object> c) static RegisteredActionrotate90Action(KeyStroke k, Collection<Object> c) static RegisteredActionstatic RegisteredActionstatic RegisteredActionshowGridAction(KeyStroke k, Collection<Object> c) static RegisteredActionstatic RegisteredActionstatic RegisteredActiontoolLensAction(KeyStroke k, Collection<Object> c) static RegisteredActiontoolPanAction(KeyStroke k, Collection<Object> c) static RegisteredActionstatic RegisteredActionstatic RegisteredActionstatic RegisteredActionundoAction(KeyStroke k, Collection<Object> c) static RegisteredActionzoom100Action(KeyStroke k, Collection<Object> c) static RegisteredActionzoomFitAction(KeyStroke k, Collection<Object> c) static RegisteredActionstatic RegisteredActionstatic RegisteredActionstatic RegisteredActionzoomInAction(KeyStroke k, Collection<Object> c) static RegisteredActionzoomOutAction(KeyStroke k, Collection<Object> c) static RegisteredActionzoomWidthAction(KeyStroke k, Collection<Object> c) static RegisteredAction
-
Constructor Details
-
DefaultActions
public DefaultActions()
-
-
Method Details
-
pageFirstAction
-
pagePrevAction
-
pageNextAction
-
pageLastAction
-
zoomInAction
-
zoomOutAction
-
zoom100Action
-
rotateLeftAction
-
rotateRightAction
-
rotate0Action
-
rotate90Action
-
rotate180Action
-
rotate270Action
-
pagelayoutSingleAction
-
pagelayoutContinuousAction
-
pagelayoutGridAction
-
gradationAction
-
filterAction
public static RegisteredAction filterAction(KeyStroke k, Collection<Object> c, FilterType filterType) -
toolPanAction
-
toolPanForceAction
-
toolTextSelectionAction
-
toolCrosshairAction
-
toolThumbnailAction
-
toolLensAction
-
zoomFitAction
-
zoomWidthAction
-
zoomHeightAction
-
zoomFitOnceAction
-
zoomWidthOnceAction
-
zoomHeightOnceAction
-
activateRolloutSearchAction
-
activateToolbarSearchAction
public static RegisteredAction activateToolbarSearchAction(AbstractBar toolbar, KeyStroke k, Collection<Object> c) -
calibrateResolutionAction
-
bookmarkCreateAction
-
bookmarkRemoveAction
-
bookmarkRemoveAllAction
-
bookmarkNextAction
-
bookmarkPreviousAction
-
deleteSelectedAnnosAction
-
showGridAction
-
undoAction
-
redoAction
-
startAreaSelectionAction
-