Class DisplayColumnGroupRenameDialogCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
org.eclipse.nebula.widgets.nattable.group.command.DisplayColumnGroupRenameDialogCommand
- All Implemented Interfaces:
ILayerCommand,IColumnGroupCommand
public class DisplayColumnGroupRenameDialogCommand
extends AbstractColumnCommand
implements IColumnGroupCommand
-
Constructor Summary
ConstructorsConstructorDescriptionDisplayColumnGroupRenameDialogCommand(NatTable natTable, int columnPosition) -
Method Summary
Modifier and TypeMethodDescriptionSame semantics asObject.clone()Used to make a copies of the command if has to passed to different layer stacks.org.eclipse.swt.graphics.PointtoDisplayCoordinates(org.eclipse.swt.graphics.Point point) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
convertToTargetLayer, getColumnPosition, getLayer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.nebula.widgets.nattable.command.ILayerCommand
convertToTargetLayer
-
Constructor Details
-
DisplayColumnGroupRenameDialogCommand
- Parameters:
columnPosition- of the column group to be renamed
-
-
Method Details
-
toDisplayCoordinates
public org.eclipse.swt.graphics.Point toDisplayCoordinates(org.eclipse.swt.graphics.Point point) -
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.- Specified by:
cloneCommandin interfaceILayerCommand- Returns:
- a cloned instance of the command
- See Also:
-