org.openide.text 6.21.1

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

Packages that use Line.ShowVisibilityType
org.openide.text NetBeans is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of Line.ShowVisibilityType in org.openide.text
 

Methods in org.openide.text that return Line.ShowVisibilityType
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.
 

Methods in org.openide.text with parameters of type Line.ShowVisibilityType
 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.21.1

Built on July 22 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.