Uses of Class
org.processmining.logprojection.plugins.dottedchart.filtering.AttributeFilterPanel.Type
-
Packages that use AttributeFilterPanel.Type Package Description org.processmining.logprojection.plugins.dottedchart.filtering -
-
Uses of AttributeFilterPanel.Type in org.processmining.logprojection.plugins.dottedchart.filtering
Methods in org.processmining.logprojection.plugins.dottedchart.filtering that return AttributeFilterPanel.Type Modifier and Type Method Description AttributeFilterPanel.TypeAbstractAttributeFilterPanel. getType()AttributeFilterPanel.TypeAttributeFilterPanel. getType()returns the type of attribute filter panelstatic AttributeFilterPanel.TypeAttributeFilterPanel.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeFilterPanel.Type[]AttributeFilterPanel.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-