首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
W-Index (Editor Library) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.lib/1 1.14.0 3
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
W
WeakEventListenerList
- Class in
org.netbeans.editor
Class that can hold the list of event listeners in a "weak" manner.
WeakEventListenerList()
- Constructor for class org.netbeans.editor.
WeakEventListenerList
WeakPropertyChangeSupport
- Class in
org.netbeans.editor
Similair functionality as PropertyChangeSupport but holds only weak references to listener classes
WeakPropertyChangeSupport()
- Constructor for class org.netbeans.editor.
WeakPropertyChangeSupport
WeakTimerListener
- Class in
org.netbeans.editor
Action listener that has a weak reference to the source action listener so it doesn't prevent it to be garbage collected.
WeakTimerListener(ActionListener)
- Constructor for class org.netbeans.editor.
WeakTimerListener
Construct new listener with automatic timer stopping.
WeakTimerListener(ActionListener, boolean)
- Constructor for class org.netbeans.editor.
WeakTimerListener
Construct new listener.
WHITESPACE
- Static variable in class org.netbeans.editor.
AcceptorFactory
WHITESPACE_ACCEPTOR
- Static variable in class org.netbeans.editor.
SettingsNames
Acceptor that recognizes the whitespace characters.
wholeWords
- Variable in class org.netbeans.editor.ext.
FindDialogPanel
Deprecated.
windowActivated(WindowEvent)
- Method in class org.netbeans.editor.ext.
FindDialogSupport
Deprecated.
windowClosed(WindowEvent)
- Method in class org.netbeans.editor.ext.
FindDialogSupport
Deprecated.
windowClosing(WindowEvent)
- Method in class org.netbeans.editor.ext.
FindDialogSupport
Deprecated.
windowDeactivated(WindowEvent)
- Method in class org.netbeans.editor.ext.
FindDialogSupport
Deprecated.
WORD_MATCH_MATCH_CASE
- Static variable in class org.netbeans.editor.
SettingsNames
Whether to use case sensitive search or not.
WORD_MATCH_MATCH_ONE_CHAR
- Static variable in class org.netbeans.editor.
SettingsNames
Whether the word matching should return the match even if the matching word has only one char.
WORD_MATCH_RESET
- Static variable in class org.netbeans.editor.
BaseAction
Reset word-match table
WORD_MATCH_SEARCH_LEN
- Static variable in class org.netbeans.editor.
SettingsNames
Number of characters that can be searched.
WORD_MATCH_SMART_CASE
- Static variable in class org.netbeans.editor.
SettingsNames
Whether to use case insensitive search if all the letters are small and case sensitive search if at least one letter is capital.
WORD_MATCH_STATIC_WORDS
- Static variable in class org.netbeans.editor.
SettingsNames
Word list that is searched as last resort in word matching.
WORD_MATCH_WRAP_SEARCH
- Static variable in class org.netbeans.editor.
SettingsNames
Wrap the word match searching on current document after it reaches the end/begining of current document.
WORD_MOVE_NEWLINE_STOP
- Static variable in class org.netbeans.editor.
SettingsNames
Whether the word move should stop on the '\n' character.
WordMatch
- Class in
org.netbeans.editor
Word matching support enables to fill in the rest of the word when knowing the begining of the word.
WordMatch(EditorUI)
- Constructor for class org.netbeans.editor.
WordMatch
Construct new word match over given view manager
wordMatchNextAction
- Static variable in class org.netbeans.editor.
BaseKit
Word match next
wordMatchPrevAction
- Static variable in class org.netbeans.editor.
BaseKit
Word match prev
WRAP_SEARCH_MARK_PROP
- Static variable in class org.netbeans.editor.
BaseDocument
Wrap search mark property
wrapSearch
- Variable in class org.netbeans.editor.ext.
FindDialogPanel
Deprecated.
write(Writer, int, int)
- Method in class org.netbeans.editor.
BaseDocument
Write part of the document into specified writer.
write(Writer, Document, int, int)
- Method in class org.netbeans.editor.
BaseKit
Writes content from a document to the given stream
write()
- Method in class org.netbeans.editor.ext.
FileStorage
Write bytes array (with offset length) to the file
write(char[], int, int)
- Method in class org.netbeans.editor.ext.
FormatWriter
write(char[], int, int, int[], Position.Bias[])
- Method in class org.netbeans.editor.ext.
FormatWriter
WRITE_BUFFER_SIZE
- Static variable in class org.netbeans.editor.
SettingsNames
Buffer size for writing from the document to output stream or writer.
WRITE_LINE_SEPARATOR_PROP
- Static variable in class org.netbeans.editor.
BaseDocument
Line separator property for writing content into files.
writeExternal(ObjectOutput)
- Method in class org.netbeans.editor.
MultiKeyBinding
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.lib/1 1.14.0 3
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Built on May 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.