org.eclipse.datatools.connectivity.ui.wizards
Interface IProfileWizardProvider
- All Known Subinterfaces:
- IWizardCategoryProvider
public interface IProfileWizardProvider
- Author:
- shongxum
getIcon
ImageDescriptor getIcon()
- Returns:
- Returns the icon.
getCachedIcon
Image getCachedIcon()
- In order to reduce resources' leak
- Returns:
- Image
getId
java.lang.String getId()
- Returns:
- Returns the id.
getName
java.lang.String getName()
- Returns:
- Returns the name.
getDescription
java.lang.String getDescription()
- Returns:
- Returns the description
getCategory
java.lang.String getCategory()
- Returns:
- Returns the category id
getWizard
IWizard getWizard()
- Note: do not cache IWizard!!!
- Returns:
- Returns the wizard.
Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.