Skip navigation links
org.openide.text 6.82
A B C D E F G H I L M N O P R S T U V W 

S

saveDocument() - Method in interface org.openide.cookies.EditorCookie
Save the document.
saveDocument() - Method in class org.openide.text.CloneableEditorSupport
Save the document in this thread.
saveFromKitToStream(StyledDocument, EditorKit, OutputStream) - Method in class org.openide.text.CloneableEditorSupport
Actually write file data to an output stream from an editor kit's document.
Set(StyledDocument) - Constructor for class org.openide.text.DocumentLine.Set
Constructor.
Set() - Constructor for class org.openide.text.Line.Set
Create a new snapshot.
setBreakpoint(boolean) - Method in class org.openide.text.DocumentLine
Deprecated.
setBreakpoint(boolean) - Method in class org.openide.text.Line
Deprecated.
Deprecated since 1.20. Use Annotation.attach(org.openide.text.Annotatable) instead.
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class org.openide.text.FilterDocument
 
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class org.openide.text.FilterStyledDocument
 
setFooterAlignment(PrintPreferences.Alignment) - Static method in class org.openide.text.PrintPreferences
 
setFooterFont(Font) - Static method in class org.openide.text.PrintPreferences
 
setFooterFormat(String) - Static method in class org.openide.text.PrintPreferences
Set the text for the page footer.
setHeaderAlignment(PrintPreferences.Alignment) - Static method in class org.openide.text.PrintPreferences
 
setHeaderFont(Font) - Static method in class org.openide.text.PrintPreferences
 
setHeaderFormat(String) - Static method in class org.openide.text.PrintPreferences
Set the text for the page header.
setIndex(int) - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
setLineAscentCorrection(float) - Static method in class org.openide.text.PrintPreferences
 
setLogicalStyle(int, Style) - Method in class org.openide.text.FilterDocument
 
setLogicalStyle(int, Style) - Method in class org.openide.text.FilterStyledDocument
 
setMIMEType(String) - Method in class org.openide.text.CloneableEditorSupport
Set the MIME type for the document.
setPageFormat(PageFormat) - Static method in class org.openide.text.PrintPreferences
 
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class org.openide.text.FilterDocument
 
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class org.openide.text.FilterStyledDocument
 
setText(String) - Method in class org.openide.text.PositionBounds
Replaces the text contained in this range.
setWrap(boolean) - Static method in class org.openide.text.PrintPreferences
 
show(int, int) - Method in class org.openide.text.DocumentLine
Deprecated.
show(int, int) - Method in class org.openide.text.Line
Deprecated.
Deprecated since 6.21. Use Line.show(ShowOpenType, ShowVisibilityType, int) instead.
show(int) - Method in class org.openide.text.Line
Deprecated.
Deprecated since 6.21. Use Line.show(ShowOpenType, ShowVisibilityType) instead.
show(Line.ShowOpenType, Line.ShowVisibilityType, int) - Method in class org.openide.text.Line
Show the line.
show(Line.ShowOpenType, Line.ShowVisibilityType) - Method in class org.openide.text.Line
Shows the line (at the first column).
SHOW_GOTO - Static variable in class org.openide.text.Line
Deprecated.
Deprecated since 6.21. Use Line.ShowOpenType.OPEN and Line.ShowVisibilityType.FOCUS instead.
SHOW_REUSE - Static variable in class org.openide.text.Line
Deprecated.
Deprecated since 6.21. Use Line.ShowOpenType.REUSE and Line.ShowVisibilityType.FOCUS instead.
SHOW_REUSE_NEW - Static variable in class org.openide.text.Line
Deprecated.
Deprecated since 6.21. Use Line.ShowOpenType.REUSE_NEW and Line.ShowVisibilityType.FOCUS instead.
SHOW_SHOW - Static variable in class org.openide.text.Line
Deprecated.
Deprecated since 6.21. Use Line.ShowOpenType.OPEN and Line.ShowVisibilityType.NONE instead.
SHOW_TOFRONT - Static variable in class org.openide.text.Line
Deprecated.
Deprecated since 6.21. Use Line.ShowOpenType.OPEN and Line.ShowVisibilityType.FRONT instead.
SHOW_TRY_SHOW - Static variable in class org.openide.text.Line
Deprecated.
Deprecated since 6.21. Use Line.ShowOpenType.NONE and Line.ShowVisibilityType.NONE instead.
singleton - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Singleton.
StableCompoundEdit - Class in org.openide.text
Similar to Swing's CompoundEdit but guarantees stability of internal state even if undo()/redo() throws an exception.
StableCompoundEdit() - Constructor for class org.openide.text.StableCompoundEdit
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
org.openide.text 6.82