org.nodal.model
Interface OpReplaceRange

All Superinterfaces:
Operator, SequenceOp

public interface OpReplaceRange
extends SequenceOp

Operator for SequenceEditor.replaceRange 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.
 java.lang.Object value()
          Value to be used as replacement for range.
 

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.


value

public java.lang.Object value()
Value to be used as replacement for range.