| javax.swing.JPanel org.acm.seguin.ide.common.CodingStandardsViewer
CodingStandardsViewer | public class CodingStandardsViewer extends JPanel (Code) | | A GUI Component to display Duplicate code.
author: Jiger Patel author: Mike Atkinson |
Inner Class :public class Refactor extends Violation | |
CodingStandardsViewer | public CodingStandardsViewer(Frame aView)(Code) | | Constructor for the CodingStandardsViewer object
Parameters: aView - Description of Parameter |
addViolations | public void addViolations(Violations violations)(Code) | | Adds a feature to the Duplicates attribute of the CPDDuplicateCodeViewer object
Parameters: violations - The feature to be added to the Violations attribute |
check | public RuleContext check(Frame view, Object buffer, boolean silent)(Code) | | Description of the Method
Parameters: view - Description of Parameter Parameters: buffer - Description of Parameter Description of the Returned Value |
checkFiles | public List checkFiles(List files, Frame view, Object buffer)(Code) | | Description of the Method
Parameters: files - Description of Parameter Parameters: view - Description of Parameter Parameters: buffer - Description of Parameter Description of the Returned Value |
clearViolations | public void clearViolations()(Code) | | Description of the Method
|
collapseAll | public void collapseAll()(Code) | | Description of the Method
|
expandAll | public void expandAll()(Code) | | Description of the Method
|
gotoViolation | public void gotoViolation(Violation violation)(Code) | | Description of the Method
Parameters: violation - Description of Parameter |
refreshTree | public void refreshTree()(Code) | | Description of the Method
|
removeViolations | public void removeViolations(String path)(Code) | | Adds a feature to the Duplicates attribute of the CPDDuplicateCodeViewer object
Parameters: path - Description of Parameter |
|
|