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

C-Index (NetBeans Text API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I L M N O P R S T U W

C

CENTER - Static variable in class org.openide.text.PrintSettings
Constant for center position of page header.
COLORS - Static variable in class org.openide.text.NbDocument
Deprecated. Not useful for anything.
CURRENT_STYLE_NAME - Static variable in class org.openide.text.NbDocument
Name of style attached to documents to mark a paragraph (line) as current (in a debugger).
CloneableEditor - class org.openide.text.CloneableEditor.
Cloneable top component to hold the editor kit.
CloneableEditor() - Constructor for class org.openide.text.CloneableEditor
For externalization of subclasses only
CloneableEditor(CloneableEditorSupport) - Constructor for class org.openide.text.CloneableEditor
Creates new editor component associated with support object.
CloneableEditorSupport - class org.openide.text.CloneableEditorSupport.
Support for associating an editor and a Swing Document.
CloneableEditorSupport(CloneableEditorSupport.Env) - Constructor for class org.openide.text.CloneableEditorSupport
Creates new CloneableEditorSupport attached to given environment.
CloneableEditorSupport(CloneableEditorSupport.Env, Lookup) - Constructor for class org.openide.text.CloneableEditorSupport
Creates new CloneableEditorSupport attached to given environment.
CloneableEditorSupport.Env - interface org.openide.text.CloneableEditorSupport.Env.
Interface for providing data for the support and also locking the source of data.
CloneableEditorSupport.Pane - interface org.openide.text.CloneableEditorSupport.Pane.
Describes one existing editor.
canBeMarkedCurrent(int, Line) - Method in class org.openide.text.Line
Deprecated. Deprecated since 1.20, as Line.markCurrentLine() is deprecated by Annotation.attach(org.openide.text.Annotatable).
canClose() - Method in class org.openide.text.CloneableEditor
Indicates whether this component can be closed.
canClose() - Method in class org.openide.text.CloneableEditorSupport
Should test whether all data is saved, and if not, prompt the user to save.
chars - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Characters to iterate.
chars - Variable in class org.openide.text.AttributedCharacters
Characters to iterate.
clone() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
cloneableEditorSupport() - Method in class org.openide.text.CloneableEditor
Gives access to CloneableEditorSupport object under this CloneableEditor component.
close() - Method in interface org.openide.cookies.EditorCookie
Closes all opened editors (if the user agrees) and flushes content of the document to file.
close(boolean) - Method in class org.openide.text.CloneableEditorSupport
Closes all opened editors (if the user agrees) and flushes content of the document to the file.
closeLast() - Method in class org.openide.text.CloneableEditor
When closing last view, also close the document.
colors - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Color for each character.
colors - Variable in class org.openide.text.AttributedCharacters
Color for each character.
componentActivated() - Method in class org.openide.text.CloneableEditor
Overrides superclass method.
componentClosed() - Method in class org.openide.text.CloneableEditor
Descendants overriding this method must either call this implementation or fire the EditorCookie.Observable.PROP_OPENED_PANES property change on their own.
componentOpened() - Method in class org.openide.text.CloneableEditor
Descendants overriding this method must either call this implementation or fire the EditorCookie.Observable.PROP_OPENED_PANES property change on their own.
componentShowing() - Method in class org.openide.text.CloneableEditor
Overrides superclass method.
createCloneableEditor() - Method in class org.openide.text.CloneableEditorSupport
Allows subclasses to create their own version of CloneableEditor component.
createCloneableTopComponent() - Method in class org.openide.text.CloneableEditorSupport
Prepares document, creates and initializes new CloneableEditor component.
createClonedObject() - Method in class org.openide.text.CloneableEditor
 
createEditor(JEditorPane) - Method in interface org.openide.text.NbDocument.CustomEditor
Create a whole editor component over the given JEditorPane.
createEditorKit() - Method in class org.openide.text.CloneableEditorSupport
Creates editor kit for this source.
createLine(int) - Method in class org.openide.text.DocumentLine.Set
Creates a Line for a given offset.
createPane() - Method in class org.openide.text.CloneableEditorSupport
 
createPart(int, int) - Method in class org.openide.text.Line
Create object which represent part of the text on the line.
createPosition(int) - Method in class org.openide.text.FilterDocument
 
createPosition(int, Position.Bias) - Method in interface org.openide.text.NbDocument.PositionBiasable
Creates position with a bias.
createPosition(Document, int, Position.Bias) - Static method in class org.openide.text.NbDocument
Creates position with a bias.
createPositionRef(int, Position.Bias) - Method in class org.openide.text.CloneableEditorSupport
Create a position reference for the given offset.
createPrintIterators() - Method in interface org.openide.text.NbDocument.Printable
Get an attributed character iterator for the document, so that it may be printed.
createStyledDocument(EditorKit) - Method in class org.openide.text.CloneableEditorSupport
Method that can be overriden by children to create empty styled document or attach additional document properties to it.
createToolbar(JEditorPane) - Method in interface org.openide.text.NbDocument.CustomToolbar
Implementation shall return a toolbar for the document.
createUndoRedoManager() - Method in class org.openide.text.CloneableEditorSupport
Create an undo/redo manager.
createWriter(Document, int, Writer) - Method in class org.openide.text.IndentEngine
Creates writer that formats text that is inserted into it.
current - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Current position.
current() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
current - Variable in class org.openide.text.AttributedCharacters
Current.

 
A B C D E F G H I L M N O P R S T U W
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.