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 and Description |
---|---|
static Line.ShowOpenType |
Line.ShowOpenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Line.ShowOpenType[] |
Line.ShowOpenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
NbDocument.openDocument(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(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.
|