| |
|
| javax.swing.JPanel org.acm.seguin.ide.common.CPDDuplicateCodeViewer
CPDDuplicateCodeViewer | public class CPDDuplicateCodeViewer extends JPanel (Code) | | A GUI Component to display Duplicate code.
author: Jiger Patel |
CPDDuplicateCodeViewer | public CPDDuplicateCodeViewer(Frame aView)(Code) | | Constructor for the CPDDuplicateCodeViewer object
Parameters: aView - Description of Parameter |
addDuplicates | public void addDuplicates(Duplicates duplicates)(Code) | | Adds a feature to the Duplicates attribute of the CPDDuplicateCodeViewer object
Parameters: duplicates - The feature to be added to the Duplicates attribute |
clearDuplicates | public void clearDuplicates()(Code) | | Description of the Method
|
collapseAll | public void collapseAll()(Code) | | Description of the Method
|
expandAll | public void expandAll()(Code) | | Description of the Method
|
gotoDuplicate | public void gotoDuplicate(Duplicate duplicate)(Code) | | Description of the Method
Parameters: duplicate - Description of Parameter |
processDuplicates | public void processDuplicates(CPD cpd, Frame view)(Code) | | Description of the Method
Parameters: cpd - Description of Parameter Parameters: view - Description of Parameter |
refreshTree | public void refreshTree()(Code) | | Description of the Method
|
|
|
|