ch.sahits.codegen.ui.wizards
Interface ICodeGeneratorUIDelegate

All Superinterfaces:
ICodeGeneratorDelegate, IInputObjectModel
All Known Subinterfaces:
IJavaCodeGeneratorUIDelegate

public interface ICodeGeneratorUIDelegate
extends ICodeGeneratorDelegate

This interface extends the ICodeGeneratorDelegate with UI functionality

Since:
2.1.0
Author:
Andi Hotz, Sahits GmbH

Method Summary
 org.eclipse.swt.widgets.Shell getShell()
          Get the shell of the wizard
 void selectAndReveal(IResource newResource)
          Activate the resource
 
Methods inherited from interface ch.sahits.codegen.wizards.ICodeGeneratorDelegate
computeWorkload, getModelBase, initModel
 

Method Detail

getShell

org.eclipse.swt.widgets.Shell getShell()
Get the shell of the wizard

Returns:
Shell

selectAndReveal

void selectAndReveal(IResource newResource)
Activate the resource

Parameters:
newResource -