Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration

Packages that use RefactoringHistoryControlConfiguration
org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings. 
org.eclipse.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information. 
 

Uses of RefactoringHistoryControlConfiguration in org.eclipse.ltk.ui.refactoring
 

Methods in org.eclipse.ltk.ui.refactoring with parameters of type RefactoringHistoryControlConfiguration
static Composite RefactoringUI.createRefactoringHistoryControl(Composite parent, RefactoringHistoryControlConfiguration configuration)
          Creates a control capable of presenting a refactoring history.
 

Uses of RefactoringHistoryControlConfiguration in org.eclipse.ltk.ui.refactoring.history
 

Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringHistoryControlConfiguration
 void RefactoringHistoryWizard.setConfiguration(RefactoringHistoryControlConfiguration configuration)
          Sets the refactoring history control configuration.
 

Constructors in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringHistoryControlConfiguration
RefactoringHistoryLabelProvider(RefactoringHistoryControlConfiguration configuration)
          Creates a new refactoring history label provider.
RefactoringHistoryContentProvider(RefactoringHistoryControlConfiguration configuration)
          Creates a new refactoring history content provider.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.