Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Method and Description |
---|---|
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. |
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.