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 RegisteredAction
static RegisteredAction
activateToolbarSearchAction
(AbstractBar toolbar, KeyStroke k, Collection<Object> c) static RegisteredAction
static RegisteredAction
static RegisteredAction
static RegisteredAction
static RegisteredAction
static RegisteredAction
static RegisteredAction
static RegisteredAction
filterAction
(KeyStroke k, Collection<Object> c, FilterType filterType) static RegisteredAction
gradationAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
pageFirstAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
pageLastAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
static RegisteredAction
static RegisteredAction
static RegisteredAction
pageNextAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
pagePrevAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
redoAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
rotate0Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
rotate180Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
rotate270Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
rotate90Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
static RegisteredAction
static RegisteredAction
showGridAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
static RegisteredAction
static RegisteredAction
toolLensAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
toolPanAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
static RegisteredAction
static RegisteredAction
static RegisteredAction
undoAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
zoom100Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
zoomFitAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
static RegisteredAction
static RegisteredAction
static RegisteredAction
zoomInAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
zoomOutAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
zoomWidthAction
(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
-