Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.ltk.internal.ui.refactoring

Interface Summary
IChangeElementChildrenCreator  
IPreviewWizardPage  
IRefactoringHelpContextIds  
 

Class Summary
AbstractDescriptor  
Assert Assert is useful for for embedding runtime sanity checks in code.
ChangeElement Instances of ChangeElement are used to present IChange object as nodes in a tree.
ChangeElementContentProvider A default content provider to present a hierarchy of IChange objects in a tree viewer.
ChangeElementContentProvider.OffsetComparator  
ChangeElementLabelProvider  
ChangeElementTreeViewer  
ChangeExceptionHandler  
ChangeExceptionHandler.RefactorErrorDialog  
ChangePreviewViewerDescriptor  
DefaultChangeElement  
DescriptorManager  
ErrorWizardPage Presents the list of failed preconditions to the user
ExceptionHandler The default exception handler shows an error dialog when one of its handle methods is called.
FileStatusContextViewer  
FinishResult Enumeration representing the finish result
InternalAPI  
NotCancelableProgressMonitor  
PreviewWizardPage Presents the changes made by the refactoring.
PreviewWizardPage.NullPreviewer  
PseudoJavaChangeElement TODO should remove dependency to JDT/Core (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=61312)
RefactoringPluginImages  
RefactoringPreferencePage  
RefactoringStatusContentProvider  
RefactoringStatusDialog  
RefactoringStatusEntryLabelProvider  
RefactoringStatusViewer  
RefactoringStatusViewer.NullContextViewer  
RefactoringStatusViewer.RefactoringStatusSorter  
RefactoringUIMessages  
RefactoringUIPlugin  
RefactoringWizardDialog A dialog to host refactoring wizards.
RefactoringWizardDialog2  
RefactoringWizardDialog2.MessageBox  
RefactoringWizardDialog2.PageBook  
StatusContextViewerDescriptor  
TextChangePreviewViewer  
TextChangePreviewViewer.CompareElement  
TextChangePreviewViewer.ComparePreviewer  
TextChangePreviewViewer.TextEditChangeInput  
TextEditChangeElement  
UIPerformChangeOperation  
UndoManagerAction  
UndoManagerAction.Query  
WorkbenchRunnableAdapter An IRunnableWithProgress that adapts and IWorkspaceRunnable so that is can be executed inside IRunnableContext.
 

Exception Summary
AssertionFailedException AssertionFailedException is a runtime exception thrown by some of the methods in Assert.