TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.hyades.ui.internal.wizard.exampleproject
Class CreationOperation

java.lang.Object
  extended byorg.eclipse.hyades.ui.internal.wizard.exampleproject.CreationOperation
All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableWithProgress

public class CreationOperation
extends java.lang.Object
implements org.eclipse.jface.operation.IRunnableWithProgress

Since:
0.0.1

Constructor Summary
CreationOperation(CreationWizard creationWizard, org.eclipse.ui.dialogs.IOverwriteQuery overwriteQuery)
          Constructor for ExampleProjectCreationOperation
 
Method Summary
 void dispose()
           
 IProjectAdjuster getAdjuster()
          Returns the zipAdjuster.
 java.lang.String getEditorId(org.eclipse.core.resources.IResource resource)
           
 org.eclipse.core.resources.IResource[] getResourcesToOpen()
           
 void run(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void setAdjuster(IProjectAdjuster adjuster)
          Sets the adjuster.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreationOperation

public CreationOperation(CreationWizard creationWizard,
                         org.eclipse.ui.dialogs.IOverwriteQuery overwriteQuery)
Constructor for ExampleProjectCreationOperation

Method Detail

dispose

public void dispose()

getAdjuster

public IProjectAdjuster getAdjuster()
Returns the zipAdjuster.

Returns:
IBaseExampleProjectCreationAdjuster

setAdjuster

public void setAdjuster(IProjectAdjuster adjuster)
Sets the adjuster.

Parameters:
adjuster - The adjuster to set

run

public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
         throws java.lang.reflect.InvocationTargetException,
                java.lang.InterruptedException
Specified by:
run in interface org.eclipse.jface.operation.IRunnableWithProgress
Throws:
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException

getResourcesToOpen

public org.eclipse.core.resources.IResource[] getResourcesToOpen()

getEditorId

public java.lang.String getEditorId(org.eclipse.core.resources.IResource resource)

TPTP 4.2.0 Platform Project
Internal API Specification