org.netbeans.modules.java.source 0.80.1 17

Uses of Class
org.netbeans.api.java.source.CodeStyle

Packages that use CodeStyle
org.netbeans.api.java.source Permits inspection and modification of the structure of Java sources. 
 

Uses of CodeStyle in org.netbeans.api.java.source
 

Methods in org.netbeans.api.java.source that return CodeStyle
static CodeStyle CodeStyle.getDefault(Document doc)
          Gets CodeStyle for the given document.
static CodeStyle CodeStyle.getDefault(FileObject file)
          Gets CodeStyle for the given file.
static CodeStyle CodeStyle.getDefault(Project project)
          Deprecated. Please use getDefault(javax.swing.text.Document) or getDefault(org.openide.filesystems.FileObject) respectively.
 


org.netbeans.modules.java.source 0.80.1 17

Built on October 11 2012.  |  Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.