Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D F G H I M O P S

A

addTok(StringBuffer, StringBuffer, IndentWriter) - Method in class org.apache.bsf.util.cf.CodeFormatter
 

C

CFDriver - class org.apache.bsf.util.cf.CFDriver.
This is an example of how a CodeFormatter bean can be used.
CFDriver() - Constructor for class org.apache.bsf.util.cf.CFDriver
Not used.
CodeFormatter - class org.apache.bsf.util.cf.CodeFormatter.
A CodeFormatter bean is used to format raw Java code.
CodeFormatter() - Constructor for class org.apache.bsf.util.cf.CodeFormatter
 

D

DEFAULT_DELIM - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default set of delimiters.
DEFAULT_MAX - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default maximum line length.
DEFAULT_STEP - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default size of the indentation step.
DEFAULT_S_DELIM - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default set of sticky delimiters.
delimiters - Variable in class org.apache.bsf.util.cf.CodeFormatter
 

F

formatCode(Reader, Writer) - Method in class org.apache.bsf.util.cf.CodeFormatter
Formats the code read from source, and writes the formatted code to target.

G

getDelimiters() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the set of delimiters.
getIndentationStep() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the size of the indentation step.
getMaxLineLength() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the maximum line length.
getStickyDelimiters() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the set of sticky delimiters.

H

hangingIndent - Variable in class org.apache.bsf.util.cf.CodeFormatter
 

I

inCPP_Comment - Variable in class org.apache.bsf.util.cf.CodeFormatter
 
indent - Variable in class org.apache.bsf.util.cf.CodeFormatter
 
indentationStep - Variable in class org.apache.bsf.util.cf.CodeFormatter
 

M

main(String[]) - Static method in class org.apache.bsf.util.cf.CFDriver
A driver for CodeFormatter.
maxLineLength - Variable in class org.apache.bsf.util.cf.CodeFormatter
 

O

org.apache.bsf.util.cf - package org.apache.bsf.util.cf
 
origIndent - Variable in class org.apache.bsf.util.cf.CodeFormatter
 

P

printError(String) - Static method in class org.apache.bsf.util.cf.CFDriver
 
printHelp() - Static method in class org.apache.bsf.util.cf.CFDriver
 
printLine(String, IndentWriter) - Method in class org.apache.bsf.util.cf.CodeFormatter
 

S

setDelimiters(String) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the set of delimiters; default set is "(+".
setIndentationStep(int) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the size of the indentation step; default size is 2.
setMaxLineLength(int) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the (desired) maximum line length; default length is 74.
setStickyDelimiters(String) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the set of sticky delimiters; default set is ",".
stickyDelimiters - Variable in class org.apache.bsf.util.cf.CodeFormatter
 

A C D F G H I M O P S