|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.algosome.common.event.SelectionImpl
public class SelectionImpl
Implementation of the Selection interface
Constructor Summary | |
---|---|
SelectionImpl(int start,
int end)
Defines a start and end of a selection |
Method Summary | |
---|---|
int |
getSelectionEnd()
|
int |
getSelectionStart()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectionImpl(int start, int end)
start
- end
- Method Detail |
---|
public int getSelectionEnd()
getSelectionEnd
in interface Selection
public int getSelectionStart()
getSelectionStart
in interface Selection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |