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

Serialized Form (Terminal Emulator) - NetBeans API Javadoc (Current Development Version)

org.netbeans.lib.terminalemulator 1.2

Serialized Form


Package org.netbeans.lib.terminalemulator

Class org.netbeans.lib.terminalemulator.ActiveTerm extends StreamTerm implements Serializable

Serialized Fields

at_listener

ActiveTermListener at_listener

rm

RegionManager rm

last_begin

Coord last_begin

last_end

Coord last_end

Class org.netbeans.lib.terminalemulator.RegionException extends Exception implements Serializable

Class org.netbeans.lib.terminalemulator.Screen.AccessibleScreen extends JComponent.AccessibleJComponent implements Serializable

Class org.netbeans.lib.terminalemulator.StreamTerm extends Term implements Serializable

Serialized Fields

writer

OutputStreamWriter writer

Class org.netbeans.lib.terminalemulator.Term extends JComponent implements Serializable

Serialized Fields

st

org.netbeans.lib.terminalemulator.State st

sel

org.netbeans.lib.terminalemulator.Sel sel

ops

Ops ops

top_margin

int top_margin

bot_margin

int bot_margin

cull_count

int cull_count

firsta

int firsta

charsInPrehistory

int charsInPrehistory

screen

org.netbeans.lib.terminalemulator.Screen screen

vscroll_bar

JScrollBar vscroll_bar

hscroll_wrapper

org.netbeans.lib.terminalemulator.Term.ScrollWrapper hscroll_wrapper

hscroll_bar

JScrollBar hscroll_bar

has_focus

boolean has_focus

n_putchar

int n_putchar

n_putchars

int n_putchars

n_linefeeds

int n_linefeeds

n_repaint

int n_repaint

n_paint

int n_paint

metrics

org.netbeans.lib.terminalemulator.MyFontMetrics metrics

buf

org.netbeans.lib.terminalemulator.Buffer buf

region_manager

RegionManager region_manager

left_down_point

Point left_down_point

systemClipboard

Clipboard systemClipboard

systemSelection

Clipboard systemSelection

base_stream

TermStream base_stream

dce_end

TermStream dce_end

dte_end

TermStream dte_end

debug_gutter_width

int debug_gutter_width

debug

int debug

default_word_delineator

WordDelineator default_word_delineator

word_delineator

WordDelineator word_delineator

input_listeners

LinkedList input_listeners

listeners

LinkedList listeners

click_to_type

boolean click_to_type

read_only

boolean read_only

keystroke_set

HashSet keystroke_set

passOn

boolean passOn

hscroll_count

int hscroll_count

scroller

org.netbeans.lib.terminalemulator.Term.Scroller scroller

drag_point

Point drag_point

scrolling_direction

int scrolling_direction

size_rounded

boolean size_rounded

actual_foreground

Color actual_foreground

actual_background

Color actual_background

check_selection

boolean check_selection

totcols

int totcols

newp

Point newp

do_margins

boolean do_margins

old_rows

int old_rows

reverse_video

boolean reverse_video

active_color

Color active_color

anchored

boolean anchored

interp

org.netbeans.lib.terminalemulator.Interp interp

history_size

int history_size

glyph_gutter_width

int glyph_gutter_width

glyph_images

Image[] glyph_images

custom_color

Color[] custom_color

standard_color

Color[] standard_color

cursor_visible

boolean cursor_visible

refresh_enabled

boolean refresh_enabled

selection_xor

boolean selection_xor

tab_size

int tab_size

scroll_on_input

boolean scroll_on_input

scroll_on_output

boolean scroll_on_output

track_cursor

boolean track_cursor

horizontally_scrollable

boolean horizontally_scrollable

accessible_context

AccessibleContext accessible_context

Class org.netbeans.lib.terminalemulator.Term.AccessibleTerm extends JComponent.AccessibleJComponent implements Serializable

Class org.netbeans.lib.terminalemulator.Term.ScrollWrapper.AccessibleScrollWrapper extends JComponent.AccessibleJComponent implements Serializable


org.netbeans.lib.terminalemulator 1.2

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