org.eclipse.nebula.widgets.nattable.command
Class AbstractPositionCommand

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractPositionCommand
All Implemented Interfaces:
ILayerCommand
Direct Known Subclasses:
FreezePositionCommand, HoverStylingCommand, SelectCellCommand, SelectColumnCommand, ShowCellInViewportCommand, UpdateDataCommand

public abstract class AbstractPositionCommand
extends Object
implements ILayerCommand


Constructor Summary
protected AbstractPositionCommand(AbstractPositionCommand command)
           
protected AbstractPositionCommand(ILayer layer, int columnPosition, int rowPosition)
           
 
Method Summary
 boolean convertToTargetLayer(ILayer targetLayer)
          Convert the row/column coordinates the command might be carrying from the source layer to the destination (target) layer.
 int getColumnPosition()
           
 int getRowPosition()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.nebula.widgets.nattable.command.ILayerCommand
cloneCommand
 

Constructor Detail

AbstractPositionCommand

protected AbstractPositionCommand(ILayer layer,
                                  int columnPosition,
                                  int rowPosition)

AbstractPositionCommand

protected AbstractPositionCommand(AbstractPositionCommand command)
Method Detail

convertToTargetLayer

public boolean convertToTargetLayer(ILayer targetLayer)
Description copied from interface: ILayerCommand
Convert the row/column coordinates the command might be carrying from the source layer to the destination (target) layer. If it is not possible to convert the command to the target layer, then this method will return false and the state of this command object will remain unchanged. Note: Commands should not be processed if they fail conversion.

Specified by:
convertToTargetLayer in interface ILayerCommand
Parameters:
targetLayer - the target layer
Returns:
true if the command is valid after conversion, false if the command is no longer valid.

getColumnPosition

public int getColumnPosition()

getRowPosition

public int getRowPosition()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.