|
org.netbeans.spi.debugger.ui/1 2.27.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.debugger.ui.MethodChooser.Segment
public static class MethodChooser.Segment
Represents an interval of offsets in a document. Used to pass entry points of method calls among which the user selects the desired one to step into.
Constructor Summary | |
---|---|
MethodChooser.Segment(int startOffset,
int endOffset)
Creates a new instance of MethodChooser.Segment . |
Method Summary | |
---|---|
int |
getEndOffset()
Returns the endt offset. |
int |
getStartOffset()
Returns the start offset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodChooser.Segment(int startOffset, int endOffset)
MethodChooser.Segment
.
startOffset
- segment start offset (inclusive)endOffset
- segment end offset (exclusive)Method Detail |
---|
public int getStartOffset()
public int getEndOffset()
|
org.netbeans.spi.debugger.ui/1 2.27.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |