Uses of Package
org.acm.seguin.summary

Packages that use org.acm.seguin.summary
org.acm.seguin.ide.command Responsible for command line refactoring. 
org.acm.seguin.ide.common Classes common to all IDEs. 
org.acm.seguin.ide.common.action   
org.acm.seguin.ide.jbuilder Responsible for creating a plugin for the JBuilder. 
org.acm.seguin.ide.jbuilder.refactor   
org.acm.seguin.ide.jedit   
org.acm.seguin.ide.netbeans   
org.acm.seguin.metrics Contains code to gather metrics about the source code. 
org.acm.seguin.refactor Responsible for storing the software that performs the refactorings. 
org.acm.seguin.refactor.field Contains refactorings that apply to fields. 
org.acm.seguin.refactor.method Responsible for method refactorings. 
org.acm.seguin.refactor.type Contains the type refactorings. 
org.acm.seguin.summary Stores the metadata for the source code. 
org.acm.seguin.summary.load   
org.acm.seguin.summary.query   
org.acm.seguin.uml Responsible for drawing the UML class diagrams. 
org.acm.seguin.uml.refactor Contains the user interface compontents, controllers and dialog boxes, that allow a programmer to specify parameters for the refactorings. 
 

Classes in org.acm.seguin.summary used by org.acm.seguin.ide.command
PackageSummary
          Creates a summary of a package
 

Classes in org.acm.seguin.summary used by org.acm.seguin.ide.common
PackageSummary
          Creates a summary of a package
Summary
          Basic summary class.
 

Classes in org.acm.seguin.summary used by org.acm.seguin.ide.common.action
FileSummary
          Stores a summary of a java file
Summary
          Basic summary class.
TypeSummary
          Stores the summary of a type (either class or interface)
 

Classes in org.acm.seguin.summary used by org.acm.seguin.ide.jbuilder
PackageSummary
          Creates a summary of a package
 

Classes in org.acm.seguin.summary used by org.acm.seguin.ide.jbuilder.refactor
TypeSummary
          Stores the summary of a type (either class or interface)
 

Classes in org.acm.seguin.summary used by org.acm.seguin.ide.jedit
TypeSummary
          Stores the summary of a type (either class or interface)
 

Classes in org.acm.seguin.summary used by org.acm.seguin.ide.netbeans
TypeSummary
          Stores the summary of a type (either class or interface)
 

Classes in org.acm.seguin.summary used by org.acm.seguin.metrics
FieldAccessSummary
          Summarize a field access summary.
FieldSummary
          Stores information about a field
FileSummary
          Stores a summary of a java file
ImportSummary
          Stores the summary of an import
LocalVariableSummary
          Stores information about the formal parameter
MessageSendSummary
          Summarize a message send summary.
MethodSummary
          Stores information about a method
PackageSummary
          Creates a summary of a package
ParameterSummary
          Stores information about the formal parameter
Summary
          Basic summary class.
SummaryVisitor
          All items that want to visit a summary tree should implement this interface.
TypeDeclSummary
          Summarize a type declaration.
TypeSummary
          Stores the summary of a type (either class or interface)
VariableSummary
          Stores information about a method
 

Classes in org.acm.seguin.summary used by org.acm.seguin.refactor
FileSummary
          Stores a summary of a java file
ImportSummary
          Stores the summary of an import
PackageSummary
          Creates a summary of a package
Summary
          Basic summary class.
SummaryVisitor
          All items that want to visit a summary tree should implement this interface.
TraversalVisitor
          All items that want to visit a summary tree should implement this interface.
TypeSummary
          Stores the summary of a type (either class or interface)
 

Classes in org.acm.seguin.summary used by org.acm.seguin.refactor.field
FieldAccessSummary
          Summarize a field access summary.
FieldSummary
          Stores information about a field
FileSummary
          Stores a summary of a java file
LocalVariableSummary
          Stores information about the formal parameter
MessageSendSummary
          Summarize a message send summary.
MethodSummary
          Stores information about a method
ParameterSummary
          Stores information about the formal parameter
SummaryVisitor
          All items that want to visit a summary tree should implement this interface.
TraversalVisitor
          All items that want to visit a summary tree should implement this interface.
TypeDeclSummary
          Summarize a type declaration.
TypeSummary
          Stores the summary of a type (either class or interface)
VariableSummary
          Stores information about a method
 

Classes in org.acm.seguin.summary used by org.acm.seguin.refactor.method
FileSummary
          Stores a summary of a java file
MethodSummary
          Stores information about a method
ParameterSummary
          Stores information about the formal parameter
Summary
          Basic summary class.
SummaryVisitor
          All items that want to visit a summary tree should implement this interface.
TraversalVisitor
          All items that want to visit a summary tree should implement this interface.
TypeDeclSummary
          Summarize a type declaration.
TypeSummary
          Stores the summary of a type (either class or interface)
VariableSummary
          Stores information about a method
 

Classes in org.acm.seguin.summary used by org.acm.seguin.refactor.type
FieldAccessSummary
          Summarize a field access summary.
FieldSummary
          Stores information about a field
FileSummary
          Stores a summary of a java file
ImportSummary
          Stores the summary of an import
LocalVariableSummary
          Stores information about the formal parameter
MessageSendSummary
          Summarize a message send summary.
MethodSummary
          Stores information about a method
ParameterSummary
          Stores information about the formal parameter
Summary
          Basic summary class.
SummaryVisitor
          All items that want to visit a summary tree should implement this interface.
TraversalVisitor
          All items that want to visit a summary tree should implement this interface.
TypeDeclSummary
          Summarize a type declaration.
TypeSummary
          Stores the summary of a type (either class or interface)
VariableSummary
          Stores information about a method
 

Classes in org.acm.seguin.summary used by org.acm.seguin.summary
FieldAccessSummary
          Summarize a field access summary.
FieldSummary
          Stores information about a field
FileSummary
          Stores a summary of a java file
FrameworkLoader
          Description of the Class
ImportSummary
          Stores the summary of an import
LineCountVisitor
          This object counts the lines and labels them with specific data
LocalVariableSummary
          Stores information about the formal parameter
MessageSendSummary
          Summarize a message send summary.
MethodSummary
          Stores information about a method
PackageSummary
          Creates a summary of a package
ParameterSummary
          Stores information about the formal parameter
Summary
          Basic summary class.
SummaryVisitor
          All items that want to visit a summary tree should implement this interface.
TraversalVisitor
          All items that want to visit a summary tree should implement this interface.
TypeDeclSummary
          Summarize a type declaration.
TypeSummary
          Stores the summary of a type (either class or interface)
VariableSummary
          Stores information about a method
 

Classes in org.acm.seguin.summary used by org.acm.seguin.summary.load
FrameworkLoader
          Description of the Class
 

Classes in org.acm.seguin.summary used by org.acm.seguin.summary.query
FieldSummary
          Stores information about a field
FileSummary
          Stores a summary of a java file
MethodSummary
          Stores information about a method
PackageSummary
          Creates a summary of a package
ParameterSummary
          Stores information about the formal parameter
Summary
          Basic summary class.
SummaryVisitor
          All items that want to visit a summary tree should implement this interface.
TraversalVisitor
          All items that want to visit a summary tree should implement this interface.
TypeDeclSummary
          Summarize a type declaration.
TypeSummary
          Stores the summary of a type (either class or interface)
VariableSummary
          Stores information about a method
 

Classes in org.acm.seguin.summary used by org.acm.seguin.uml
FieldSummary
          Stores information about a field
MethodSummary
          Stores information about a method
PackageSummary
          Creates a summary of a package
Summary
          Basic summary class.
TypeSummary
          Stores the summary of a type (either class or interface)
 

Classes in org.acm.seguin.summary used by org.acm.seguin.uml.refactor
FieldSummary
          Stores information about a field
MethodSummary
          Stores information about a method
ParameterSummary
          Stores information about the formal parameter
TypeSummary
          Stores the summary of a type (either class or interface)
VariableSummary
          Stores information about a method