org.openide.text 6.30.1

Uses of Class
org.openide.text.Line.ShowOpenType

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.30.1

Built on April 28 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.