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

Uses of Interface org.netbeans.lib.terminalemulator.Ops (Terminal Emulator) - NetBeans API Javadoc (Current Development Version)

org.netbeans.lib.terminalemulator 1.2

Uses of Interface
org.netbeans.lib.terminalemulator.Ops

Uses of Ops in org.netbeans.lib.terminalemulator
 

Fields in org.netbeans.lib.terminalemulator declared as Ops
 Ops AbstractInterp.ops
           
 

Methods in org.netbeans.lib.terminalemulator that return Ops
 Ops Term.ops()
          Return the terminal operations implementation.
 

Constructors in org.netbeans.lib.terminalemulator with parameters of type Ops
AbstractInterp(Ops ops)
           
InterpANSI(Ops ops)
           
InterpANSI(Ops ops, InterpANSI.InterpTypeANSI type)
           
InterpDumb(Ops ops)
           
InterpDumb(Ops ops, InterpDumb.InterpTypeDumb type)
           
 


org.netbeans.lib.terminalemulator 1.2

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