Uses of Interface
com.ibm.carma.ui.mapper.ICARMAResourceReference

Packages that use ICARMAResourceReference
com.ibm.carma.ui   
com.ibm.carma.ui.action   
com.ibm.carma.ui.adapter   
com.ibm.carma.ui.mapper   
com.ibm.carma.ui.view   
 

Uses of ICARMAResourceReference in com.ibm.carma.ui
 

Methods in com.ibm.carma.ui with parameters of type ICARMAResourceReference
 void ResourceStateChangeListener.projectConfigured(ICARMAResourceReference project)
          Send out notifications that the given project has been configured to all listeners in the listener pool.
 void IResourceStateChangeListener.projectConfigured(ICARMAResourceReference project)
          Notification that a project has been associated with a CARMA hierachy item
 void ResourceStateChangeListener.projectDeconfigured(ICARMAResourceReference project)
          Send out notifications that the given project has been unconfigured to all listeners in the listener pool.
 void IResourceStateChangeListener.projectDeconfigured(ICARMAResourceReference project)
          Notification that a project has been un-associated with a CARMA hierachy item
 void ResourceStateChangeListener.resourceModified(ICARMAResourceReference[] references)
          Sends out notifications that the given resources in a CARMA-associated project have been modified
 void IResourceStateChangeListener.resourceModified(ICARMAResourceReference[] references)
          Notification that a project has been modified within a CARMA associated project
 

Uses of ICARMAResourceReference in com.ibm.carma.ui.action
 

Methods in com.ibm.carma.ui.action that return types with arguments of type ICARMAResourceReference
 java.util.List<ICARMAResourceReference> CarmaObjectActionDelegate.getSelectedCarmaReferences()
          The convience method loops through the selected items.
 

Uses of ICARMAResourceReference in com.ibm.carma.ui.adapter
 

Methods in com.ibm.carma.ui.adapter that return ICARMAResourceReference
static ICARMAResourceReference ResourceUtils.getCarmaResourceReference(java.lang.Object resource)
          Locates the CARMA resource reference for the given object
static ICARMAResourceReference ResourceUtils.storeMapping(org.eclipse.core.runtime.IProgressMonitor monitor, java.lang.Object resource, CARMAResource cResource)
          Stores the association between the object and the CARMA resource
 

Methods in com.ibm.carma.ui.adapter that return types with arguments of type ICARMAResourceReference
static java.util.Collection<ICARMAResourceReference> ResourceUtils.getCarmaResourceReferences(java.util.Collection<?> resources)
          Converts the list of objects to a list of CARMA resource references
static java.util.Collection<ICARMAResourceReference> ResourceUtils.getCarmaResourceReferences(java.lang.Object[] resources)
          Converts the arrat of objects to a list of CARMA resource references
 

Methods in com.ibm.carma.ui.adapter with parameters of type ICARMAResourceReference
static void ResourceUtils.manageReference(org.eclipse.core.runtime.IProgressMonitor monitor, ICARMAResourceReference reference, CARMAResource cResource)
          Mark the given reference as "managed" (associated) with CARMA.
 

Uses of ICARMAResourceReference in com.ibm.carma.ui.mapper
 

Methods in com.ibm.carma.ui.mapper that return ICARMAResourceReference
 ICARMAResourceReference ICARMAResourceReference.getInstanceReference()
           
 

Methods in com.ibm.carma.ui.mapper that return types with arguments of type ICARMAResourceReference
 java.util.Collection<ICARMAResourceReference> ICARMAResourceReference.getChildren()
           
 

Uses of ICARMAResourceReference in com.ibm.carma.ui.view
 

Methods in com.ibm.carma.ui.view with parameters of type ICARMAResourceReference
 void CarmaDecorator.projectConfigured(ICARMAResourceReference project)
           
 void CarmaDecorator.projectDeconfigured(ICARMAResourceReference project)
           
 void CarmaDecorator.resourceModified(ICARMAResourceReference[] references)