Uses of Class
org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser.Type
-
Packages that use PMPackageListBrowser.Type Package Description org.processmining.contexts.uitopia.packagemanager -
-
Uses of PMPackageListBrowser.Type in org.processmining.contexts.uitopia.packagemanager
Methods in org.processmining.contexts.uitopia.packagemanager that return PMPackageListBrowser.Type Modifier and Type Method Description static PMPackageListBrowser.Type
PMPackageListBrowser.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PMPackageListBrowser.Type[]
PMPackageListBrowser.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.contexts.uitopia.packagemanager with parameters of type PMPackageListBrowser.Type Constructor Description PMPackageListBrowser(PMController controller, PMPackageListBrowser.Type type)
-