Class ZoomInScalingAction
java.lang.Object
org.eclipse.nebula.widgets.nattable.ui.scaling.ZoomInScalingAction
- 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 newZoomInScalingActionwithout an updater.ZoomInScalingAction(Consumer<IConfigRegistry> updater) Creates a newZoomInScalingActionwith the given updater. -
Method Summary
-
Constructor Details
-
ZoomInScalingAction
public ZoomInScalingAction()Creates a newZoomInScalingActionwithout 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. -
ZoomInScalingAction
Creates a newZoomInScalingActionwith 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
-