public abstract class EditAction extends Object
Modifier | Constructor and Description |
---|---|
protected |
EditAction(int start,
Action action) |
Modifier and Type | Method and Description |
---|---|
abstract void |
doAction(String buffer)
Perform an action
|
Action |
getAction() |
int |
getEnd() |
int |
getStart() |
protected boolean |
isDelimiter(char c)
Checks to see if the specified character is a delimiter.
|
protected boolean |
isSpace(char c)
Checks to see if the specified character is a space.
|
protected void |
setEnd(int end) |
protected EditAction(int start, Action action)
public abstract void doAction(String buffer)
buffer
- consolepublic final Action getAction()
public final int getStart()
protected void setEnd(int end)
public final int getEnd()
protected final boolean isDelimiter(char c)
c
- the character to testprotected final boolean isSpace(char c)
c
- the character to testCopyright © 2017 JBoss by Red Hat. All rights reserved.