Uses of Class
com.ibm.carma.ui.action.custom.CustomActionParameterManager

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

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

Methods in com.ibm.carma.ui.action.custom that return CustomActionParameterManager
static CustomActionParameterManager CustomActionParameterManager.getManager()
           
 

Constructors in com.ibm.carma.ui.action.custom with parameters of type CustomActionParameterManager
CustomActionParameterDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.swt.graphics.Image dialogTitleImage, Action action, CARMAResource resource, CustomActionParameterManager manager)
          Deprecated. use the CustomActionParameterDialog.CustomActionParameterDialog(Shell, Image, Action, CustomActionAccepter, CustomActionParameterManager) constructor
CustomActionParameterDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.swt.graphics.Image dialogTitleImage, Action action, CustomActionAccepter resource, CustomActionParameterManager manager)
          Creates a new instance.
CustomActionParameterDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.swt.graphics.Image dialogTitleImage, Action action, RepositoryManager repositoryManager, CustomActionParameterManager manager)
          Deprecated. use the CustomActionParameterDialog.CustomActionParameterDialog(Shell, Image, Action, CustomActionAccepter, CustomActionParameterManager) constructor