Package | Description |
---|---|
org.openide.text |
NetBeans is able to integrate multiple
editors
for different content types and mechanically access their content.
|
Modifier and Type | Method | Description |
---|---|---|
static Line.ShowVisibilityType |
Line.ShowVisibilityType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Line.ShowVisibilityType[] |
Line.ShowVisibilityType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static boolean |
NbDocument.openDocument(org.openide.util.Lookup.Provider provider,
int line,
int column,
Line.ShowOpenType openType,
Line.ShowVisibilityType visibilityType) |
Open the document associated with a file in the Editor window in a
position specified by the line and column while controlling open and visibility behavior.
|
static boolean |
NbDocument.openDocument(org.openide.util.Lookup.Provider provider,
int offset,
Line.ShowOpenType openType,
Line.ShowVisibilityType visibilityType) |
Open the document associated with a file in the Editor window in a
position specified by the offset while controlling open and visibility behavior.
|
void |
Line.show(Line.ShowOpenType openType,
Line.ShowVisibilityType visibilityType) |
Shows the line (at the first column).
|
void |
Line.show(Line.ShowOpenType openType,
Line.ShowVisibilityType visibilityType,
int column) |
Show the line.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.