Uses of Interface
com.ibm.carma.ui.action.custom.ICustomParameterControl

Packages that use ICustomParameterControl
com.ibm.carma.ui   
com.ibm.carma.ui.action.custom   
 

Uses of ICustomParameterControl in com.ibm.carma.ui
 

Methods in com.ibm.carma.ui that return ICustomParameterControl
 ICustomParameterControl CustomParameterControlRegistry.getCustomParameterControl(java.lang.String ramUniqueId, java.lang.String parameterId, java.lang.String actionId)
          Returns the registered custom parameter control for the given RAM, parameter, and action.
 

Uses of ICustomParameterControl in com.ibm.carma.ui.action.custom
 

Classes in com.ibm.carma.ui.action.custom that implement ICustomParameterControl
 class AbstractCustomParameterControl
          This class provides an abstract implementation of ICustomParameterControl that manages the list of IParameterValueChangedListener objects that the custom parameter control should notify when the value is changed.