|
NetLogo API version 4.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nlogo.workspace.SmartTabulator
public class SmartTabulator
Constructor Summary | |
---|---|
SmartTabulator(EditorAreaInterface code,
Workspace workspace)
|
Method Summary | |
---|---|
void |
handleCharacter(String s)
|
void |
handleCloseBracket()
|
void |
handleEnter()
|
void |
handleTab()
|
static boolean |
isCloser(int token)
|
static boolean |
isOpener(int token)
|
int |
processLine(int lineStart,
int lineEnd,
int currentTabLevel)
|
void |
smartTabulateSelection()
|
void |
tokenize(String line)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SmartTabulator(EditorAreaInterface code, Workspace workspace)
Method Detail |
---|
public void handleTab()
public void handleCharacter(String s)
public void handleCloseBracket()
public void handleEnter()
public void smartTabulateSelection()
public int processLine(int lineStart, int lineEnd, int currentTabLevel)
public void tokenize(String line)
public static boolean isOpener(int token)
public static boolean isCloser(int token)
|
NetLogo API version 4.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |