Administration Tools

org.topcased.service.plugincustomization.wizard
Class PluginCustomizationWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.topcased.service.plugincustomization.wizard.PluginCustomizationWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class PluginCustomizationWizard
extends org.eclipse.jface.wizard.Wizard

PluginCustomizationWizard open a wizard which create the file 'plugin_customization.ini' from Eclipse Preferences file (.epf)


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
PluginCustomizationWizard()
          Constructor
 
Method Summary
 void addPages()
          Add Pages
 EclipsePreferencePage getEclipsePreferencePage()
           
 java.lang.String getEpfPath()
           
 java.lang.String getPciPath()
           
 PluginCustomizationPage getPluginCustomizationPage()
           
 boolean performFinish()
          Perform Finish
 void setEpfPath(java.lang.String pathEpf)
          Set the path of the Eclipse Preferences file (.epf)
 void setPciPath(java.lang.String pathPci)
          Set the path of the plugin-customization.ini
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, 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

PluginCustomizationWizard

public PluginCustomizationWizard()
Constructor

Method Detail

addPages

public void addPages()
Add Pages

Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

performFinish

public boolean performFinish()
Perform Finish

Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard

getPluginCustomizationPage

public PluginCustomizationPage getPluginCustomizationPage()
Returns:
PluginCustomizationPage

getEclipsePreferencePage

public EclipsePreferencePage getEclipsePreferencePage()
Returns:
EclipsePreferencePage

getPciPath

public java.lang.String getPciPath()
Returns:
Path of the plugin-customization.ini

getEpfPath

public java.lang.String getEpfPath()
Returns:
Path of the Eclipse Preferences file (.epf)

setPciPath

public void setPciPath(java.lang.String pathPci)
Set the path of the plugin-customization.ini


setEpfPath

public void setEpfPath(java.lang.String pathEpf)
Set the path of the Eclipse Preferences file (.epf)


Administration Tools

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.