public abstract class AbstractRowCommand extends Object implements ILayerCommand
Modifier | Constructor and Description |
---|---|
protected |
AbstractRowCommand(AbstractRowCommand command) |
protected |
AbstractRowCommand(ILayer layer,
int rowPosition) |
Modifier and Type | Method and Description |
---|---|
boolean |
convertToTargetLayer(ILayer targetLayer)
Convert the row/column coordinates the command might be carrying from the source layer
to the destination (target) layer.
|
int |
getRowPosition() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cloneCommand
protected AbstractRowCommand(ILayer layer, int rowPosition)
protected AbstractRowCommand(AbstractRowCommand command)
public boolean convertToTargetLayer(ILayer targetLayer)
ILayerCommand
convertToTargetLayer
in interface ILayerCommand
targetLayer
- the target layerpublic int getRowPosition()
Copyright © 2013. All Rights Reserved.