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

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

org.netbeans.lib.terminalemulator 1.2

org.netbeans.lib.terminalemulator
Class InterpANSI

java.lang.Object
  extended by org.netbeans.lib.terminalemulator.AbstractInterp
      extended by org.netbeans.lib.terminalemulator.InterpDumb
          extended by org.netbeans.lib.terminalemulator.InterpANSI

public class InterpANSI
extends InterpDumb


Nested Class Summary
protected static class InterpANSI.InterpTypeANSI
           
 
Nested classes/interfaces inherited from class org.netbeans.lib.terminalemulator.InterpDumb
InterpDumb.InterpTypeDumb
 
Nested classes/interfaces inherited from class org.netbeans.lib.terminalemulator.AbstractInterp
AbstractInterp.Actor, AbstractInterp.State
 
Field Summary
static InterpANSI.InterpTypeANSI type_singleton
           
 
Fields inherited from class org.netbeans.lib.terminalemulator.InterpDumb
ctl_sequence
 
Fields inherited from class org.netbeans.lib.terminalemulator.AbstractInterp
ops, state
 
Constructor Summary
  InterpANSI(Ops ops)
           
protected InterpANSI(Ops ops, InterpANSI.InterpTypeANSI type)
           
 
Method Summary
 String name()
           
 void reset()
           
 
Methods inherited from class org.netbeans.lib.terminalemulator.InterpDumb
pop_all_states, pop_state, processChar, push_state
 
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

type_singleton

public static final InterpANSI.InterpTypeANSI type_singleton
Constructor Detail

InterpANSI

public InterpANSI(Ops ops)

InterpANSI

protected InterpANSI(Ops ops,
                     InterpANSI.InterpTypeANSI type)
Method Detail

name

public String name()
Overrides:
name in class InterpDumb

reset

public void reset()
Overrides:
reset in class InterpDumb

org.netbeans.lib.terminalemulator 1.2

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