Class ClientAreaResizeCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.grid.command.ClientAreaResizeCommand
- All Implemented Interfaces:
ILayerCommand
- Direct Known Subclasses:
InitializeClientAreaCommandFixture,InitializeClientAreaCommandFixture
Command that gives the layers access to ClientArea and the Scrollable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Rectangleorg.eclipse.swt.widgets.ScrollablevoidsetCalcArea(org.eclipse.swt.graphics.Rectangle calcArea) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
ClientAreaResizeCommand
public ClientAreaResizeCommand(org.eclipse.swt.widgets.Scrollable scrollable)
-
-
Method Details
-
getScrollable
public org.eclipse.swt.widgets.Scrollable getScrollable() -
getCalcArea
public org.eclipse.swt.graphics.Rectangle getCalcArea() -
setCalcArea
public void setCalcArea(org.eclipse.swt.graphics.Rectangle calcArea)
-