org.eclipse.datatools.connectivity.ui.wizards
Interface IProfileWizardProvider

All Known Subinterfaces:
IWizardCategoryProvider

public interface IProfileWizardProvider

Author:
shongxum

Method Summary
 Image getCachedIcon()
          In order to reduce resources' leak
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 ImageDescriptor getIcon()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 IWizard getWizard()
          Note: do not cache IWizard!!!
 

Method Detail

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.