org.eclipse.mylar.internal.team.ui.wizards
Class CommitContextWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.team.internal.ccvs.ui.wizards.ResizableWizard
          extended by org.eclipse.team.internal.ccvs.ui.wizards.CommitWizard
              extended by org.eclipse.mylar.internal.team.ui.wizards.CommitContextWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class CommitContextWizard
extends org.eclipse.team.internal.ccvs.ui.wizards.CommitWizard

Author:
Mik Kersten

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.team.internal.ccvs.ui.wizards.CommitWizard
org.eclipse.team.internal.ccvs.ui.wizards.CommitWizard.AddAndCommitOperation
 
Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
CommitContextWizard(org.eclipse.core.resources.IResource[] resources, ITask task)
           
 
Method Summary
 void dispose()
           
 
Methods inherited from class org.eclipse.team.internal.ccvs.ui.wizards.CommitWizard
addPages, canFinish, getCommitPage, getFileTypePage, getParticipant, hasOutgoingChanges, performFinish, run, run, run
 
Methods inherited from class org.eclipse.team.internal.ccvs.ui.wizards.ResizableWizard
loadSize, open, saveSize
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitContextWizard

public CommitContextWizard(org.eclipse.core.resources.IResource[] resources,
                           ITask task)
                    throws org.eclipse.team.internal.ccvs.core.CVSException
Throws:
org.eclipse.team.internal.ccvs.core.CVSException
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.jface.wizard.IWizard
Overrides:
dispose in class org.eclipse.team.internal.ccvs.ui.wizards.CommitWizard