|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.biltmore.tools.fileeditor.Selection
public class Selection
Constructor Summary | |
---|---|
Selection()
Creates a new instance of Selection. |
|
Selection(Position start,
Position end)
Creates a new instance of Selection. |
Method Summary | |
---|---|
Position |
getEnd()
Returns the end of the selection. |
Position |
getStart()
Returns the start of the selection.l |
void |
setEnd(Position end)
Sets the end position. |
void |
setStart(Position start)
Sets the start position. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Selection()
public Selection(Position start, Position end)
start
- The start of the selection.end
- The end of the selection.Method Detail |
---|
public void setStart(Position start)
start
- The start position to set.public Position getStart()
public void setEnd(Position end)
end
- The position to set.public Position getEnd()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |