Uses of Class
de.cau.cs.kieler.core.ui.listeners.RefactoringListener.OP

Packages that use RefactoringListener.OP
de.cau.cs.kieler.core.ui.listeners General listeners for the KIELER user interface. 
 

Uses of RefactoringListener.OP in de.cau.cs.kieler.core.ui.listeners
 

Methods in de.cau.cs.kieler.core.ui.listeners that return RefactoringListener.OP
static RefactoringListener.OP RefactoringListener.OP.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RefactoringListener.OP[] RefactoringListener.OP.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.cau.cs.kieler.core.ui.listeners with parameters of type RefactoringListener.OP
AffectedFileSelectionDialog(Shell theShell, List<IFile> files, RefactoringListener.OP theOP)
          Creates a new AffectedFileSelectionDialog.