org.eclipse.emf.common.ui.wizard
Class AbstractExampleInstallerWizard.FileToOpen

java.lang.Object
  extended byorg.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
Enclosing class:
AbstractExampleInstallerWizard

public static class AbstractExampleInstallerWizard.FileToOpen
extends Object


Field Summary
protected  String editorID
           
protected  String location
           
protected  IFile workspaceFile
           
 
Constructor Summary
AbstractExampleInstallerWizard.FileToOpen()
           
 
Method Summary
 String getEditorID()
           
 String getLocation()
           
 IFile getWorkspaceFile()
           
 void setEditorID(String editorID)
           
 void setLocation(String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected String location

editorID

protected String editorID

workspaceFile

protected IFile workspaceFile
Constructor Detail

AbstractExampleInstallerWizard.FileToOpen

public AbstractExampleInstallerWizard.FileToOpen()
Method Detail

getEditorID

public String getEditorID()

setEditorID

public void setEditorID(String editorID)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getWorkspaceFile

public IFile getWorkspaceFile()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.