Uses of Class
org.processmining.plugins.log.logfilters.ui.SlickerEventTypeConfiguration.EventTypeAction
-
Packages that use SlickerEventTypeConfiguration.EventTypeAction Package Description org.processmining.plugins.log.logfilters.ui -
-
Uses of SlickerEventTypeConfiguration.EventTypeAction in org.processmining.plugins.log.logfilters.ui
Fields in org.processmining.plugins.log.logfilters.ui declared as SlickerEventTypeConfiguration.EventTypeAction Modifier and Type Field Description protected SlickerEventTypeConfiguration.EventTypeActionSlickerEventTypeConfiguration.EventTypeConfigurationItem. actionMethods in org.processmining.plugins.log.logfilters.ui that return SlickerEventTypeConfiguration.EventTypeAction Modifier and Type Method Description SlickerEventTypeConfiguration.EventTypeActionSlickerEventTypeConfiguration.EventTypeConfigurationItem. getAction()static SlickerEventTypeConfiguration.EventTypeActionSlickerEventTypeConfiguration.EventTypeAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SlickerEventTypeConfiguration.EventTypeAction[]SlickerEventTypeConfiguration.EventTypeAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.log.logfilters.ui with parameters of type SlickerEventTypeConfiguration.EventTypeAction Modifier and Type Method Description java.lang.String[]SlickerEventTypeConfiguration. getFilteredEventTypes(SlickerEventTypeConfiguration.EventTypeAction action)voidSlickerEventTypeConfiguration.EventTypeConfigurationItem. setAction(SlickerEventTypeConfiguration.EventTypeAction action)
-