Class InitializeAutoResizeRowsCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractRowCommand
org.eclipse.nebula.widgets.nattable.resize.command.InitializeAutoResizeRowsCommand
- All Implemented Interfaces:
ILayerCommand
- Direct Known Subclasses:
AutoResizeRowCommandFixture
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionInitializeAutoResizeRowsCommand(ILayer layer, int rowPosition, IConfigRegistry configRegistry, GCFactory gcFactory) protected -
Method Summary
Modifier and TypeMethodDescriptionSame semantics asObject.clone()Used to make a copies of the command if has to passed to different layer stacks.int[]voidsetSelectedRowPositions(int[] selectedRowPositions) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractRowCommand
convertToTargetLayer, getLayer, getRowPosition, toString
-
Constructor Details
-
InitializeAutoResizeRowsCommand
public InitializeAutoResizeRowsCommand(ILayer layer, int rowPosition, IConfigRegistry configRegistry, GCFactory gcFactory) -
InitializeAutoResizeRowsCommand
-
-
Method Details
-
cloneCommand
Description copied from interface:ILayerCommandSame semantics asObject.clone()Used to make a copies of the command if has to passed to different layer stacks.- Returns:
- a cloned instance of the command
- See Also:
-
getGCFactory
-
getConfigRegistry
-
getSourceLayer
-
setSelectedRowPositions
public void setSelectedRowPositions(int[] selectedRowPositions) -
getRowPositions
public int[] getRowPositions()
-