Uses of Class
org.eclipse.emf.facet.custom.ui.internal.exported.exception.IllegalParameterException

Packages that use IllegalParameterException
org.eclipse.emf.facet.custom.ui.internal.exported.dialog   
 

Uses of IllegalParameterException in org.eclipse.emf.facet.custom.ui.internal.exported.dialog
 

Methods in org.eclipse.emf.facet.custom.ui.internal.exported.dialog that throw IllegalParameterException
 void ILoadCustomizationsDialog.addCustomization(Customization customization)
          This method is used to add a customization on the top of the customization stack.
 void ILoadCustomizationsDialog.addCustomizations(java.util.List<Customization> customizations)
          This method is used to add customizations on the top of the customization stack.
 void ILoadCustomizationsDialog.pushDown(Customization customization)
          This method is used to push down a customization.
 void ILoadCustomizationsDialog.pushUp(Customization customization)
          This method is used to push up a customization.
 void ILoadCustomizationsDialog.removeCustomization(Customization customization)
          This method is used to remove a customization from the list.
 void ILoadCustomizationsDialog.removeCustomizations(java.util.List<Customization> customizations)
          This method is used to remove a list of customization from the list.