Uses of Interface
org.eclipse.datatools.connectivity.ICategory

Packages that use ICategory
org.eclipse.datatools.connectivity   
org.eclipse.datatools.connectivity.ui.actions   
org.eclipse.datatools.connectivity.ui.dse.dialogs   
org.eclipse.datatools.connectivity.ui.dse.dialogs.filters   
 

Uses of ICategory in org.eclipse.datatools.connectivity
 

Methods in org.eclipse.datatools.connectivity that return ICategory
 ICategory IConnectionProfileProvider.getCategory()
          The category this connection profile belongs to.
 ICategory IConnectionProfile.getCategory()
          This method is a shortcut for getProvider().getCategory().
 ICategory ProfileManager.getCategory(java.lang.String catID)
          Get category by name
 ICategory ICategory.getParent()
           
 ICategory[] ProfileManager.getRootCategories()
          Get root categories whose parent category is null
 

Uses of ICategory in org.eclipse.datatools.connectivity.ui.actions
 

Methods in org.eclipse.datatools.connectivity.ui.actions with parameters of type ICategory
 void AddProfileViewAction.setCategory(ICategory category)
           
 

Constructors in org.eclipse.datatools.connectivity.ui.actions with parameters of type ICategory
AddProfileViewAction(ICategory category)
           
 

Uses of ICategory in org.eclipse.datatools.connectivity.ui.dse.dialogs
 

Methods in org.eclipse.datatools.connectivity.ui.dse.dialogs with parameters of type ICategory
 void ProfileSelectionDialogPage.init(java.lang.Object selection, java.lang.Class endpointType, org.eclipse.jface.viewers.ViewerFilter filter, ICategory category)
           
 

Uses of ICategory in org.eclipse.datatools.connectivity.ui.dse.dialogs.filters
 

Methods in org.eclipse.datatools.connectivity.ui.dse.dialogs.filters with parameters of type ICategory
 void ProfileCategoryFilter.setSelectedCategory(ICategory category)
          Set the category and get the ID from it