Uses of Class
org.acm.seguin.pretty.PrettyPrintFromIDE

Packages that use PrettyPrintFromIDE
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.kawa   
org.acm.seguin.ide.netbeans   
 

Uses of PrettyPrintFromIDE in org.acm.seguin.ide.cafe
 

Subclasses of PrettyPrintFromIDE in org.acm.seguin.ide.cafe
 class CafePrettyPrinter
          This class runs the pretty printer for Symantec Visual Cafe
 

Uses of PrettyPrintFromIDE in org.acm.seguin.ide.common.action
 

Subclasses of PrettyPrintFromIDE in org.acm.seguin.ide.common.action
 class GenericPrettyPrinter
          Software that reformats the java source code
 

Uses of PrettyPrintFromIDE in org.acm.seguin.ide.elixir
 

Subclasses of PrettyPrintFromIDE in org.acm.seguin.ide.elixir
 class ElixirPrettyPrinter
          Pretty printer for the elixir editor.
 

Uses of PrettyPrintFromIDE in org.acm.seguin.ide.jdeveloper
 

Subclasses of PrettyPrintFromIDE in org.acm.seguin.ide.jdeveloper
 class JDeveloperPrettyPrinter
          The PrettyPrinter Extension for Oracle jDeveloper 9i.
 

Uses of PrettyPrintFromIDE in org.acm.seguin.ide.kawa
 

Subclasses of PrettyPrintFromIDE in org.acm.seguin.ide.kawa
 class KawaPrettyPrint
          This plugin is for Kawa 5 and will not work on previous versions though it will be fairly easy to port.
 

Uses of PrettyPrintFromIDE in org.acm.seguin.ide.netbeans
 

Subclasses of PrettyPrintFromIDE in org.acm.seguin.ide.netbeans
 class NetBeansPrettyPrinter
          Description of the Class