站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

InterpDumb (Terminal Emulator) - NetBeans API Javadoc (Current Development Version)

org.netbeans.lib.terminalemulator 1.2

org.netbeans.lib.terminalemulator
Class InterpDumb

java.lang.Object
  extended by org.netbeans.lib.terminalemulator.AbstractInterp
      extended by org.netbeans.lib.terminalemulator.InterpDumb
Direct Known Subclasses:
InterpANSI

public class InterpDumb
extends AbstractInterp

Input stream interpreter Decodes incoming characters into cursor motion etc.


Nested Class Summary
protected static class InterpDumb.InterpTypeDumb
           
 
Nested classes/interfaces inherited from class org.netbeans.lib.terminalemulator.AbstractInterp
AbstractInterp.Actor, AbstractInterp.State
 
Field Summary
protected  String ctl_sequence
           
static InterpDumb.InterpTypeDumb type_singleton
           
 
Fields inherited from class org.netbeans.lib.terminalemulator.AbstractInterp
ops, state
 
Constructor Summary
  InterpDumb(Ops ops)
           
protected InterpDumb(Ops ops, InterpDumb.InterpTypeDumb type)
           
 
Method Summary
 String name()
           
protected  void pop_all_states()
           
protected  AbstractInterp.State pop_state()
           
 void processChar(char c)
           
protected  void push_state(AbstractInterp.State s)
           
 void reset()
           
 
Methods inherited from class org.netbeans.lib.terminalemulator.AbstractInterp
nNumbers, noNumber, numberAt, pushNumber, remember_digit, resetNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctl_sequence

protected String ctl_sequence

type_singleton

public static final InterpDumb.InterpTypeDumb type_singleton
Constructor Detail

InterpDumb

public InterpDumb(Ops ops)

InterpDumb

protected InterpDumb(Ops ops,
                     InterpDumb.InterpTypeDumb type)
Method Detail

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)

org.netbeans.lib.terminalemulator 1.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.