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

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

org.netbeans.lib.terminalemulator 1.2

Package org.netbeans.lib.terminalemulator

A terminal emulator written in Java.

See:
          Description

Interface Summary
AbstractInterp.Actor  
ActiveTermListener  
LogicalLineVisitor Passed to one of visitLogicalLines() or reverseVisitLogicalLines().
Ops The mnemonics for the ops are _roughly_ based on termcap entries.
TermInputListener Listener for input.
TermListener Listener for Miscelaneous events.
 

Class Summary
AbstractInterp  
AbstractInterp.State  
ActiveRegion  
ActiveTerm  
Coord A cartesian coordinate class, similar to Point.
Extent  
InterpANSI  
InterpANSI.InterpTypeANSI  
InterpANSI.InterpTypeANSI.ACT_AE  
InterpANSI.InterpTypeANSI.ACT_AL  
InterpANSI.InterpTypeANSI.ACT_AS  
InterpANSI.InterpTypeANSI.ACT_ATTR  
InterpANSI.InterpTypeANSI.ACT_BC  
InterpANSI.InterpTypeANSI.ACT_DC  
InterpANSI.InterpTypeANSI.ACT_DL  
InterpANSI.InterpTypeANSI.ACT_DO  
InterpANSI.InterpTypeANSI.ACT_DSR  
InterpANSI.InterpTypeANSI.ACT_FULL_RESET  
InterpANSI.InterpTypeANSI.ACT_GLYPH  
InterpANSI.InterpTypeANSI.ACT_HO  
InterpANSI.InterpTypeANSI.ACT_IC  
InterpANSI.InterpTypeANSI.ACT_J  
InterpANSI.InterpTypeANSI.ACT_K  
InterpANSI.InterpTypeANSI.ACT_MARGIN  
InterpANSI.InterpTypeANSI.ACT_ND  
InterpANSI.InterpTypeANSI.ACT_PRINT  
InterpANSI.InterpTypeANSI.ACT_PUSH_NUMBER  
InterpANSI.InterpTypeANSI.ACT_RC  
InterpANSI.InterpTypeANSI.ACT_REMEMBER_DIGIT  
InterpANSI.InterpTypeANSI.ACT_RESET_NUMBER  
InterpANSI.InterpTypeANSI.ACT_RM  
InterpANSI.InterpTypeANSI.ACT_SC  
InterpANSI.InterpTypeANSI.ACT_SM  
InterpANSI.InterpTypeANSI.ACT_TO_ESC  
InterpANSI.InterpTypeANSI.ACT_UP  
InterpDumb Input stream interpreter Decodes incoming characters into cursor motion etc.
InterpDumb.InterpTypeDumb  
InterpDumb.InterpTypeDumb.ACT_BEL  
InterpDumb.InterpTypeDumb.ACT_BS  
InterpDumb.InterpTypeDumb.ACT_CR  
InterpDumb.InterpTypeDumb.ACT_ERR  
InterpDumb.InterpTypeDumb.ACT_LF  
InterpDumb.InterpTypeDumb.ACT_NOP  
InterpDumb.InterpTypeDumb.ACT_PAUSE  
InterpDumb.InterpTypeDumb.ACT_REGULAR  
InterpDumb.InterpTypeDumb.ACT_TAB  
LineDiscipline Do the sort of stuff pty's normally do: echoing CR/NL mappings BS processing Line buffering.
NullTermStream Null stream module for debugging/testing purposes.
RegionManager  
StreamTerm  
Term Term is a pure Java multi-purpose terminal emulator.
TermStream TermStream is analogous to unix STREAMS.
WordDelineator  
 

Exception Summary
RegionException  
 

Package org.netbeans.lib.terminalemulator Description

A terminal emulator written in Java.

Documents:


org.netbeans.lib.terminalemulator 1.2

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