首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
G-Index (Terminal Emulator) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.lib.terminalemulator 1.2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
G
getAccessibleContext()
- Method in class org.netbeans.lib.terminalemulator.
Term
Since Term is a composite widget the main accessible JComponent is not Term but an internal JComponent.
getAccessibleRole()
- Method in class org.netbeans.lib.terminalemulator.
Term.AccessibleTerm
getAction(char)
- Method in class org.netbeans.lib.terminalemulator.
AbstractInterp.State
getActiveColor()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get the feedback color of active regions.
getCanvas()
- Method in class org.netbeans.lib.terminalemulator.
Term
Deprecated.
getColumns()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get the number of character columns in the screen
getCursorCol()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get cursor column in buffer coordinates (0-origin)
getCursorCoord()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get (absolute) cursor coordinates.
getCursorRow()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get cursor row in buffer coordinates (0-origin).
getEmulation()
- Method in class org.netbeans.lib.terminalemulator.
Term
Returns the termcap string that best describes what this Term emulates.
getExtent()
- Method in class org.netbeans.lib.terminalemulator.
ActiveRegion
getGlyphCellSize()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get the usable area for drawing glyphs This value changes when the gutter width or the font changes
getHighlightColor()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get the color of the hilite (selection) - for non XOR mode
getHighlightXORColor()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get the color of the hilite (selection) - for XOR mode
getHistoryBuffSize()
- Method in class org.netbeans.lib.terminalemulator.
Term
returns curent history size of buffer.
getHistorySize()
- Method in class org.netbeans.lib.terminalemulator.
Term
Return the number of lines in history
getInterp()
- Method in class org.netbeans.lib.terminalemulator.
Term
Return the Interpreter assigned to this.
getKeyStrokeSet()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get KeyStroke set.
getNextSibling()
- Method in class org.netbeans.lib.terminalemulator.
ActiveRegion
Get the next sibling of this region
getOutputStreamWriter()
- Method in class org.netbeans.lib.terminalemulator.
StreamTerm
getPreviousSibling()
- Method in class org.netbeans.lib.terminalemulator.
ActiveRegion
Get the previous sibling of this region
getRows()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get the number of character rows in the screen
getRowText(int)
- Method in class org.netbeans.lib.terminalemulator.
Term
getScreen()
- Method in class org.netbeans.lib.terminalemulator.
Term
Returns the actual drawing area so events can be interposed upon, like context menus.
getSelectedText()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get contents of current selection.
getSelectionExtent()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get the extent of the current selection.
getTabSize()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get the TAB size.
getTerm()
- Method in class org.netbeans.lib.terminalemulator.
TermStream
getUserObject()
- Method in class org.netbeans.lib.terminalemulator.
ActiveRegion
Retrieve the additional data associated with this ActiveRegion through setUserObject.
getWordDelineator()
- Method in class org.netbeans.lib.terminalemulator.
Term
Get the WordDelineator used by this.
goTo(Coord)
- Method in class org.netbeans.lib.terminalemulator.
Term
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.lib.terminalemulator 1.2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Built on May 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.