org.nodal.model
Interface OpRemoveRange

All Superinterfaces:
Operator, SequenceOp

public interface OpRemoveRange
extends SequenceOp

Operator for SequenceEditor.removeRange method.

Author:
Lee Iverson
See Also:
SequenceNode, SequenceNode.Editor

Method Summary
 int endIndex()
          Index of the end of the range affected.
 int startIndex()
          Index of the start of the range affected.
 

Method Detail

startIndex

public int startIndex()
Index of the start of the range affected.


endIndex

public int endIndex()
Index of the end of the range affected.