|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.daemon.terminal.Editline
DOCUMENT ME!
Constructor Summary | |
Editline(TerminalIO io)
Creates a new Editline object. |
Method Summary | |
void |
append(char ch)
|
void |
append(java.lang.String str)
|
void |
clear()
DOCUMENT ME! |
void |
draw()
|
int |
getCursorPosition()
|
java.lang.String |
getHardwrap()
|
java.lang.String |
getSoftwrap()
|
java.lang.String |
getValue()
|
boolean |
isHardwrapped()
|
boolean |
isInInsertMode()
|
void |
maskInput(boolean maskInput)
|
int |
run()
|
void |
setCursorPosition(int pos)
|
void |
setHardwrapped(boolean b)
|
void |
setInsertMode(boolean b)
|
void |
setMask(char mask)
DOCUMENT ME! |
void |
setValue(java.lang.String str)
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Editline(TerminalIO io)
io
- DOCUMENT ME!Method Detail |
public int size()
public java.lang.String getValue()
public void setValue(java.lang.String str) throws BufferOverflowException, java.io.IOException
BufferOverflowException
java.io.IOException
public void maskInput(boolean maskInput)
public void setMask(char mask)
mask
- DOCUMENT ME!public void clear() throws java.io.IOException
java.io.IOException
- DOCUMENT ME!public java.lang.String getSoftwrap() throws java.lang.IndexOutOfBoundsException, java.io.IOException
java.lang.IndexOutOfBoundsException
java.io.IOException
public java.lang.String getHardwrap() throws java.lang.IndexOutOfBoundsException, java.io.IOException
java.lang.IndexOutOfBoundsException
java.io.IOException
public void append(char ch) throws BufferOverflowException, java.io.IOException
BufferOverflowException
java.io.IOException
public void append(java.lang.String str) throws BufferOverflowException, java.io.IOException
BufferOverflowException
java.io.IOException
public int getCursorPosition()
public void setCursorPosition(int pos)
public boolean isInInsertMode()
public void setInsertMode(boolean b)
public boolean isHardwrapped()
public void setHardwrapped(boolean b)
public int run()
public void draw() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |