|
org.openide.text 6.37.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Line.ShowOpenType | |
---|---|
org.openide.text | NetBeans is able to integrate multiple editors for different content types and mechanically access their content. |
Uses of Line.ShowOpenType in org.openide.text |
---|
Methods in org.openide.text that return Line.ShowOpenType | |
---|---|
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. |
Methods in org.openide.text with parameters of type Line.ShowOpenType | |
---|---|
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. |
|
org.openide.text 6.37.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |