- last() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
-
- lastEdit() - Method in class org.openide.text.StableCompoundEdit
-
- Line - Class in org.openide.text
-
Represents one line in a text document.
- Line(Lookup) - Constructor for class org.openide.text.Line
-
Create a new line object based on a given data object.
- Line(Object) - Constructor for class org.openide.text.Line
-
Create a new line object based on a given data object.
- Line.Part - Class in org.openide.text
-
Representation of the part of the Line's text.
- Line.Set - Class in org.openide.text
-
Object that represents a snapshot of lines at the time it was created.
- Line.ShowOpenType - Enum in org.openide.text
-
ShowOpenType and ShowVisibilityType is replacement for constants SHOW_TRY_SHOW, SHOW_SHOW,
SHOW_GOTO, SHOW_TOFRONT, SHOW_REUSE, SHOW_REUSE_NEW.
- Line.ShowVisibilityType - Enum in org.openide.text
-
ShowOpenType and ShowVisibilityType is replacement for constants SHOW_TRY_SHOW, SHOW_SHOW,
SHOW_GOTO, SHOW_TOFRONT, SHOW_REUSE, SHOW_REUSE_NEW.
- LineCookie - Interface in org.openide.cookies
-
Cookie for data objects that want to provide support for accessing
lines in a document.
- loadFromStreamToKit(StyledDocument, InputStream, EditorKit) - Method in class org.openide.text.CloneableEditorSupport
-
Actually read file data into an editor kit's document from an input stream.