| javax.swing.JPanel org.netbeans.modules.refactoring.java.ui.SafeDeletePanel
SafeDeletePanel | public class SafeDeletePanel extends JPanel implements CustomRefactoringPanel(Code) | | Subclass of CustomRefactoringPanel representing the
Safe Delete refactoring UI
author: Bharath Ravikumar |
SafeDeletePanel | public SafeDeletePanel(SafeDeleteRefactoring refactoring, Collection selectedElements, boolean regulardelete, ChangeListener parent)(Code) | | Creates new form RenamePanelName
Parameters: refactoring - The SafeDelete refactoring used by this panel Parameters: selectedElements - A Collection of selected elements |
getMethodDeclaringClass | String getMethodDeclaringClass()(Code) | | |
initialize | public void initialize()(Code) | | Initialization method. Creates appropriate labels in the panel.
|
isRegularDelete | boolean isRegularDelete()(Code) | | |
isSearchInComments | public boolean isSearchInComments()(Code) | | Indicates whether the element usage must be checked in comments
before deleting each element.
Returns the isSelected() attribute of theunderlying check box that controls search in comments |
requestFocus | public void requestFocus()(Code) | | |
|
|