首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
S-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
S
sendChar(char)
- Method in class org.netbeans.lib.terminalemulator.
LineDiscipline
sendChar(char)
- Method in class org.netbeans.lib.terminalemulator.
NullTermStream
sendChar(char)
- Method in interface org.netbeans.lib.terminalemulator.
TermInputListener
sendChar(char)
- Method in class org.netbeans.lib.terminalemulator.
TermStream
sendChars(char[], int, int)
- Method in class org.netbeans.lib.terminalemulator.
LineDiscipline
sendChars(char[], int, int)
- Method in class org.netbeans.lib.terminalemulator.
NullTermStream
sendChars(char[], int, int)
- Method in interface org.netbeans.lib.terminalemulator.
TermInputListener
sendChars(char[], int, int)
- Method in class org.netbeans.lib.terminalemulator.
TermStream
setAccessibleName(String)
- Method in class org.netbeans.lib.terminalemulator.
Term.AccessibleTerm
setAction(char, AbstractInterp.State, AbstractInterp.Actor)
- Method in class org.netbeans.lib.terminalemulator.
AbstractInterp.State
setActionListener(ActiveTermListener)
- Method in class org.netbeans.lib.terminalemulator.
ActiveTerm
setActiveColor(Color)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the feedback color of active regions.
setAnchored(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Control whether an anchor is set.
setAttribute(int)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the display attribute for characters printed from now on.
setAutoCopy(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Deprecated.
selections now always get copied to systemSelection if it exists.
setCharacterAttribute(Coord, Coord, int, boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set or unset the display attribute for characters from 'begin' to 'end' inclusive to 'value' depending on the value of 'on'.
setClickToType(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set/unset focus policy.
setColumns(int)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the number of character columns in the screen.
setCursorCoord(Coord)
- Method in class org.netbeans.lib.terminalemulator.
Term
Move the cursor to the given (absolute) coordinates SHOULD be setCursorCoord!
setCursorVisible(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Control whether the cursor is visible or not.
setCustomColor(int, Color)
- Method in class org.netbeans.lib.terminalemulator.
Term
Register up to 8 new custom colors.
setDebugFlags(int)
- Method in class org.netbeans.lib.terminalemulator.
Term
setEmulation(String)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the Interpreter type by name.
setEnabled(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Override of JComponent.
setFeedbackEnabled(boolean)
- Method in class org.netbeans.lib.terminalemulator.
ActiveRegion
Mark this region as one that will provide feedback when the mouse moves over it.
setFeedbackViaParent(boolean)
- Method in class org.netbeans.lib.terminalemulator.
ActiveRegion
Mark this region as one that will provide feedback in it's containing region.
setFont(Font)
- Method in class org.netbeans.lib.terminalemulator.
Term
Override of JComponent.
setGlyph(int, int)
- Method in class org.netbeans.lib.terminalemulator.
Term
setGlyphGutterWidth(int)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the width of the glyph gutter in pixels
setGlyphImage(int, Image)
- Method in class org.netbeans.lib.terminalemulator.
Term
Associate an Image with a glyph id, or clear it if image is null.
setHighlightColor(Color)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the color of the hilite (selection) - for non XOR mode
setHighlightXORColor(Color)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the color of the hilite (selection) - for XOR mode
setHistorySize(int)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set how many lines of history will be available.
setHorizontallyScrollable(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Controls horizontal scrolling and line wrapping.
setInputListener(TermInputListener)
- Method in class org.netbeans.lib.terminalemulator.
Term
Deprecated.
Replaced by
Term.addInputListener(TermInputListener)
.
setInterp(Interp)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the emulation interpreter.
setKeyStrokeSet(HashSet)
- Method in class org.netbeans.lib.terminalemulator.
Term
setLink(boolean)
- Method in class org.netbeans.lib.terminalemulator.
ActiveRegion
setListener(TermListener)
- Method in class org.netbeans.lib.terminalemulator.
Term
Deprecated.
Replaced by
Term.addListener(TermListener)
.
setReadOnly(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Control whether keystrokes are ignored.
setRefreshEnabled(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
setRegular(AbstractInterp.State, AbstractInterp.Actor)
- Method in class org.netbeans.lib.terminalemulator.
AbstractInterp.State
setReverseVideo(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Control whether the default foreground and background colors will be reversed.
setRowGlyph(int, int, int)
- Method in class org.netbeans.lib.terminalemulator.
Term
setRows(int)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the number of character rows in the screen.
setRowsColumns(int, int)
- Method in class org.netbeans.lib.terminalemulator.
Term
Simultaneously set the number of character rows and columns.
setScrollOnInput(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Control whether Term scrolls to the bottom on keyboard input.
setScrollOnOutput(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Control whether Term scrolls on any output.
setSelectable(boolean)
- Method in class org.netbeans.lib.terminalemulator.
ActiveRegion
Mark this region as one that may be converted to a selection.
setSelectionExtent(Extent)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the extent of the selection.
setSelectionXOR(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Sets whether the selection highlighting is XOR style or normal Swing style.
setSizeRounded(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Governs whether Term will round down resize requests to character cell size.
setTabSize(int)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set the TAB size.
setText(String)
- Method in class org.netbeans.lib.terminalemulator.
Term
Clear everything and assign new text.
setTrackCursor(boolean)
- Method in class org.netbeans.lib.terminalemulator.
Term
Control whether Term will scroll to track the cursor as text is added.
setUserObject(Object)
- Method in class org.netbeans.lib.terminalemulator.
ActiveRegion
Associate additional data with this ActiveRegion.
setWordDelineator(WordDelineator)
- Method in class org.netbeans.lib.terminalemulator.
Term
Set/unset WordDelineator.
sizeChanged(Dimension, Dimension)
- Method in interface org.netbeans.lib.terminalemulator.
TermListener
st_base
- Variable in class org.netbeans.lib.terminalemulator.
InterpDumb.InterpTypeDumb
st_esc
- Variable in class org.netbeans.lib.terminalemulator.
InterpANSI.InterpTypeANSI
st_esc_lb
- Variable in class org.netbeans.lib.terminalemulator.
InterpANSI.InterpTypeANSI
state
- Variable in class org.netbeans.lib.terminalemulator.
AbstractInterp
StreamTerm
- Class in
org.netbeans.lib.terminalemulator
StreamTerm()
- Constructor for class org.netbeans.lib.terminalemulator.
StreamTerm
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.