Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.terminal » [javadoc | source]
com.sshtools.daemon.terminal
public class: Editline [javadoc | source]
java.lang.Object
   com.sshtools.daemon.terminal.Editline
Nested Class Summary:
class  Editline.Buffer   
Constructor:
 public Editline(TerminalIO io) 
    Creates a new Editline object.
    Parameters:
    io -
Method from com.sshtools.daemon.terminal.Editline Summary:
append,   append,   clear,   draw,   getCursorPosition,   getHardwrap,   getSoftwrap,   getValue,   isHardwrapped,   isInInsertMode,   maskInput,   run,   setCursorPosition,   setHardwrapped,   setInsertMode,   setMask,   setValue,   size
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.terminal.Editline Detail:
 public  void append(char ch) throws IOException, BufferOverflowException 
 public  void append(String str) throws IOException, BufferOverflowException 
 public  void clear() throws IOException 
 public  void draw() throws IOException 
 public int getCursorPosition() 
 public String getHardwrap() throws IOException, IndexOutOfBoundsException 
 public String getSoftwrap() throws IOException, IndexOutOfBoundsException 
 public String getValue() 
 public boolean isHardwrapped() 
 public boolean isInInsertMode() 
 public  void maskInput(boolean maskInput) 
 public int run() 
 public  void setCursorPosition(int pos) 
 public  void setHardwrapped(boolean b) 
 public  void setInsertMode(boolean b) 
 public  void setMask(char mask) 
 public  void setValue(String str) throws IOException, BufferOverflowException 
 public int size()