| org.netbeans.modules.visualweb.insync.faces.refactoring.DiffElement
DiffElement | final public class DiffElement extends SimpleRefactoringElementImplementation (Code) | | Implementatation of RefactoringElementImplementation specific to refactoring
in java files.
author: Jan Becicka |
create | public static DiffElement create(Difference diff, FileObject fileObject, ModificationResult modification)(Code) | | Factory method for DiffElement
Parameters: diff - diff instance corresponding to thid Element Parameters: fileObject - fileObject corresponding to this Element Parameters: modification - ModificationResult corresponding to this change |
getLookup | public Lookup getLookup()(Code) | | |
getParentFile | public FileObject getParentFile()(Code) | | |
getPosition | public PositionBounds getPosition()(Code) | | |
performChange | public void performChange()(Code) | | |
setEnabled | public void setEnabled(boolean enabled)(Code) | | |
|
|