Uses of Class
org.processmining.logprojection.plugins.dottedchart.DottedChart.AttributeType
-
Packages that use DottedChart.AttributeType Package Description org.processmining.logprojection.plugins.dottedchart org.processmining.logprojection.plugins.dottedchart.ui -
-
Uses of DottedChart.AttributeType in org.processmining.logprojection.plugins.dottedchart
Methods in org.processmining.logprojection.plugins.dottedchart that return DottedChart.AttributeType Modifier and Type Method Description static DottedChart.AttributeTypeDottedChart.AttributeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DottedChart.AttributeType[]DottedChart.AttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.logprojection.plugins.dottedchart with parameters of type DottedChart.AttributeType Modifier and Type Method Description AttributeDottedChart. getAttribute(DottedChart.AttributeType type)voidDottedChart. setAttribute(DottedChart.AttributeType type, Attribute attribute, boolean signalChange) -
Uses of DottedChart.AttributeType in org.processmining.logprojection.plugins.dottedchart.ui
Methods in org.processmining.logprojection.plugins.dottedchart.ui with parameters of type DottedChart.AttributeType Modifier and Type Method Description protected voidDottedChartPanel. handleAttributeChangeEvent(javax.swing.JComboBox<Attribute> combo, DottedChart.AttributeType type, java.lang.String name)
-