当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
InterpDumb (Terminal Emulator) - NetBeans API Javadoc (Current Development Version)
org.netbeans.lib.terminalemulator
Class InterpDumb
java.lang.Object
org.netbeans.lib.terminalemulator.AbstractInterp
org.netbeans.lib.terminalemulator.InterpDumb
- Direct Known Subclasses:
- InterpANSI
public class InterpDumb
- extends AbstractInterp
Input stream interpreter
Decodes incoming characters into cursor motion etc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ctl_sequence
protected String ctl_sequence
type_singleton
public static final InterpDumb.InterpTypeDumb type_singleton
InterpDumb
public InterpDumb(Ops ops)
InterpDumb
protected InterpDumb(Ops ops,
InterpDumb.InterpTypeDumb type)
push_state
protected void push_state(AbstractInterp.State s)
pop_state
protected AbstractInterp.State pop_state()
pop_all_states
protected void pop_all_states()
name
public String name()
reset
public void reset()
- Overrides:
reset
in class AbstractInterp
processChar
public void processChar(char c)