Uses of Package
org.acm.seguin.pretty

Packages that use org.acm.seguin.pretty
org.acm.seguin.ide.cafe Responsible for creating a plugin for Visual Cafe. 
org.acm.seguin.ide.common.action   
org.acm.seguin.ide.elixir Holds those classes which allow the pretty printer and the refactory tool to plug into the Elixir IDE. 
org.acm.seguin.ide.jdeveloper Responsible for creating a plugin for jDeveloper9i. 
org.acm.seguin.ide.jedit   
org.acm.seguin.ide.kawa   
org.acm.seguin.ide.netbeans   
org.acm.seguin.pretty   
org.acm.seguin.pretty.ai   
org.acm.seguin.pretty.jdi   
org.acm.seguin.pretty.line   
org.acm.seguin.pretty.sort   
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.ide.cafe
PrettyPrintFile
          Holds a refactoring.
PrettyPrintFromIDE
          Pretty print the source code based on the IDE
PrettyPrintString
          Pretty prints the string
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.ide.common.action
PrettyPrintFile
          Holds a refactoring.
PrettyPrintFromIDE
          Pretty print the source code based on the IDE
PrettyPrintString
          Pretty prints the string
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.ide.elixir
PrettyPrintFile
          Holds a refactoring.
PrettyPrintFromIDE
          Pretty print the source code based on the IDE
PrettyPrintString
          Pretty prints the string
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.ide.jdeveloper
PrettyPrintFile
          Holds a refactoring.
PrettyPrintFromIDE
          Pretty print the source code based on the IDE
PrettyPrintString
          Pretty prints the string
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.ide.jedit
PrettyPrintFile
          Holds a refactoring.
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.ide.kawa
PrettyPrintFile
          Holds a refactoring.
PrettyPrintFromIDE
          Pretty print the source code based on the IDE
PrettyPrintString
          Pretty prints the string
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.ide.netbeans
PrettyPrintFile
          Holds a refactoring.
PrettyPrintFromIDE
          Pretty print the source code based on the IDE
PrettyPrintString
          Pretty prints the string
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.pretty
FieldSize
          Stores the size of a field
JavaDocable
          Possible to store java doc components
JavaDocComponent
          Store a portion of a javadoc item
JavadocTags
          Stores all the javadoc tags, rather than getting them directly from the file settings.
LineQueue
          Stores a queue of lines to be printed
PrettyPrintFile
          Holds a refactoring.
PrettyPrintString
          Pretty prints the string
PrintData
          This object stores all the data necessary to print the the Java file
PrintSpecial
          Consume unknonwn special tokens
SpecialTokenData
          Store the data that understands how to output comments and newlines
Tokenizer
          Parses a XDoclet javadoc comment tag
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.pretty.ai
JavaDocableImpl
          Stores the java doc components
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.pretty.jdi
JavaDocable
          Possible to store java doc components
JavaDocComponent
          Store a portion of a javadoc item
PrintData
          This object stores all the data necessary to print the the Java file
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.pretty.line
LineQueue
          Stores a queue of lines to be printed
PrintData
          This object stores all the data necessary to print the the Java file
 

Classes in org.acm.seguin.pretty used by org.acm.seguin.pretty.sort
PrintData
          This object stores all the data necessary to print the the Java file