|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PackageSummary | |
---|---|
org.acm.seguin.ide.command | Responsible for command line refactoring. |
org.acm.seguin.ide.common | Classes common to all IDEs. |
org.acm.seguin.ide.jbuilder | Responsible for creating a plugin for the JBuilder. |
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.summary | Stores the metadata for the source code. |
org.acm.seguin.summary.query | |
org.acm.seguin.uml | Responsible for drawing the UML class diagrams. |
Uses of PackageSummary in org.acm.seguin.ide.command |
---|
Constructors in org.acm.seguin.ide.command with parameters of type PackageSummary | |
---|---|
UMLFrame(PackageSummary init)
Constructor for the UMLFrame object |
Uses of PackageSummary in org.acm.seguin.ide.common |
---|
Methods in org.acm.seguin.ide.common that return PackageSummary | |
---|---|
PackageSummary |
PackageSelectorArea.NodeData.getPackageSummary()
|
PackageSummary |
PackageSelectorArea.getSelection()
Gets the Selection attribute of the PackageSelectorArea object |
PackageSummary |
PackageSelectorDialog.getSummary()
Gets the summary that has been selected |
Methods in org.acm.seguin.ide.common with parameters of type PackageSummary | |
---|---|
protected void |
PackageSelectorPanel.addPackage(PackageSummary summary,
UMLFrame view)
Add package to central store |
protected UMLFrame |
PackageSelectorPanel.getPackage(PackageSummary summary)
Get the package from the central store |
abstract boolean |
PackageListFilter.isIncluded(PackageSummary summary)
Returns true if we should include it |
boolean |
DefaultPackageListFilter.isIncluded(PackageSummary summary)
Returns true if we should include it |
void |
ClassListPanel.load(PackageSummary init)
Used to reload the class list |
Constructors in org.acm.seguin.ide.common with parameters of type PackageSummary | |
---|---|
ClassListPanel(PackageSummary init,
net.sourceforge.jrefactory.uml.UMLPackage initPackage)
Constructor for the ClassListPanel object |
|
DividedSummaryPanel(PackageSummary summary,
net.sourceforge.jrefactory.uml.UMLPackage umlPackage)
Constructor for the DividedSummaryPanel object |
|
PackageSelectorArea.ANode(java.lang.String name,
PackageSummary summary)
Constructor for the ANode object |
|
PackageSelectorArea.ModuleNode(java.lang.String name,
PackageSummary summary)
|
|
PackageSelectorArea.NodeData(PackageSummary summary)
|
|
PackageSelectorArea.PackageNode(java.lang.String name,
PackageSummary summary)
|
|
PackageSelectorArea.RootNode(java.lang.String name,
PackageSummary summary)
Constructor for the ASourceFile object |
|
UMLFrame(PackageSummary init)
Constructor for the UMLFrame object |
Uses of PackageSummary in org.acm.seguin.ide.jbuilder |
---|
Methods in org.acm.seguin.ide.jbuilder with parameters of type PackageSummary | |
---|---|
NodeViewer |
UMLNodeViewerFactory.createNodeViewer(PackageSummary summary)
Creates the node viewer |
Constructors in org.acm.seguin.ide.jbuilder with parameters of type PackageSummary | |
---|---|
UMLNodeViewer(PackageSummary summary,
ClassDiagramReloader init)
Constructor for the UMLNodeViewer object |
Uses of PackageSummary in org.acm.seguin.metrics |
---|
Methods in org.acm.seguin.metrics with parameters of type PackageSummary | |
---|---|
java.lang.Object |
GatherData.visit(PackageSummary node,
java.lang.Object data)
Visit a package summary. |
Constructors in org.acm.seguin.metrics with parameters of type PackageSummary | |
---|---|
PackageMetricsFrame(PackageSummary initPackage)
Constructor for the PackageMetricsFrame object |
Uses of PackageSummary in org.acm.seguin.refactor |
---|
Methods in org.acm.seguin.refactor with parameters of type PackageSummary | |
---|---|
void |
EliminatePackageImportVisitor.setPackageSummary(PackageSummary summary)
Sets the Package attribute of the EliminatePackageImportVisitor object |
Constructors in org.acm.seguin.refactor with parameters of type PackageSummary | |
---|---|
RemoveImportTransform(PackageSummary summary)
Constructor for the RemoveImportTransform object |
Uses of PackageSummary in org.acm.seguin.summary |
---|
Methods in org.acm.seguin.summary that return PackageSummary | |
---|---|
PackageSummary |
ImportSummary.getPackage()
Get the package |
PackageSummary |
TypeSummary.getPackageSummary()
Finds the package summary associated with this type |
static PackageSummary |
PackageSummary.getPackageSummary(java.lang.String name)
Get a package summary object |
Methods in org.acm.seguin.summary with parameters of type PackageSummary | |
---|---|
java.lang.Object |
SummaryVisitor.visit(PackageSummary node,
java.lang.Object data)
Visit a package summary. |
java.lang.Object |
PrintVisitor.visit(PackageSummary node,
java.lang.Object data)
Visit a package summary. |
java.lang.Object |
TraversalVisitor.visit(PackageSummary node,
java.lang.Object data)
Visit a package summary. |
Uses of PackageSummary in org.acm.seguin.summary.query |
---|
Methods in org.acm.seguin.summary.query that return PackageSummary | |
---|---|
static PackageSummary |
GetPackageSummary.query(TypeSummary type)
Description of the Method |
Methods in org.acm.seguin.summary.query with parameters of type PackageSummary | |
---|---|
java.util.LinkedList |
TypeList.query(PackageSummary summary)
Places the query |
static TypeSummary |
GetTypeSummary.query(PackageSummary packageSummary,
java.lang.String name)
Searches a package for a particular type. |
static boolean |
PackageContainsClass.query(PackageSummary summary,
java.lang.String className)
Checks to see if the package contains a class with that name |
FileSummary |
FileSummaryGetter.query(PackageSummary summary,
java.lang.String typeName)
Checks the package to determine if it contains that type |
Uses of PackageSummary in org.acm.seguin.uml |
---|
Methods in org.acm.seguin.uml that return PackageSummary | |
---|---|
PackageSummary |
UMLPackage.getSummary()
Get the summary |
Methods in org.acm.seguin.uml with parameters of type PackageSummary | |
---|---|
void |
PackageSummaryListModel.add(PackageSummary summary)
Adds a package summary |
static java.io.File |
PackageLoader.getFile(PackageSummary summary)
Gets the File attribute of the PackageSummary object |
Constructors in org.acm.seguin.uml with parameters of type PackageSummary | |
---|---|
PackageLoader(UMLPackage panel,
PackageSummary summary)
Constructor for the PackageLoader object |
|
UMLPackage(PackageSummary packageSummary)
Constructor for UMLPackage |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |