Class ZoomOutScalingAction
java.lang.Object
org.eclipse.nebula.widgets.nattable.ui.scaling.ZoomOutScalingAction
- All Implemented Interfaces:
IKeyAction
Action to zoom in a NatTable instance which means to increase the scaling
settings.
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newZoomOutScalingActionwithout an updater.ZoomOutScalingAction(Consumer<IConfigRegistry> updater) Creates a newZoomOutScalingActionwith the given updater. -
Method Summary
-
Constructor Details
-
ZoomOutScalingAction
public ZoomOutScalingAction()Creates a newZoomOutScalingActionwithout an updater.Note:
Without an updater manually registered painters will not be updated and therefore won't reflect the udpated scaling. This only works in combination with theme styling, as the painter update is implemented in the themes internally. -
ZoomOutScalingAction
Creates a newZoomOutScalingActionwith the given updater.- Parameters:
updater- The updater that should be called on zoom operations. Needed to reflect the updated scaling. E.g. re-register ImagePainters like the CheckBoxPainter, otherwise the images will not be updated according to the scaling.
-
-
Method Details
-
run
- Specified by:
runin interfaceIKeyAction
-