|
NetLogo API version 4.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditorAreaInterface
Method Summary | |
---|---|
int |
getSelectionEnd()
|
int |
getSelectionStart()
|
String |
getText(int start,
int end)
|
void |
insertString(int pos,
String spaces)
|
int |
lineToEndOffset(int pos)
|
int |
lineToStartOffset(int pos)
|
int |
offsetToLine(int pos)
|
void |
remove(int start,
int end)
|
void |
replaceSelection(String text)
|
void |
setSelectionEnd(int pos)
|
void |
setSelectionStart(int pos)
|
Method Detail |
---|
int getSelectionStart()
int getSelectionEnd()
void setSelectionStart(int pos)
void setSelectionEnd(int pos)
int offsetToLine(int pos)
int lineToStartOffset(int pos)
int lineToEndOffset(int pos)
String getText(int start, int end)
void insertString(int pos, String spaces)
void replaceSelection(String text)
void remove(int start, int end)
|
NetLogo API version 4.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |