Uses of Interface
org.processmining.plugins.tsanalyzer.gui.GuiNotificationTarget
-
Packages that use GuiNotificationTarget Package Description org.processmining.plugins.tsanalyzer.gui -
-
Uses of GuiNotificationTarget in org.processmining.plugins.tsanalyzer.gui
Classes in org.processmining.plugins.tsanalyzer.gui that implement GuiNotificationTarget Modifier and Type Class Description classTSTimeAnnotationGUIFields in org.processmining.plugins.tsanalyzer.gui declared as GuiNotificationTarget Modifier and Type Field Description protected GuiNotificationTargetGUIPropertyListEnumeration. myTargetConstructors in org.processmining.plugins.tsanalyzer.gui with parameters of type GuiNotificationTarget Constructor Description GUIPropertyInteger(java.lang.String name, int defaultValue, int minValue, int maxValue, GuiNotificationTarget target)Creates an integer property without a discription.GUIPropertyInteger(java.lang.String name, java.lang.String description, int defaultValue, int minValue, int maxValue, GuiNotificationTarget target, int width, boolean editable)Creates an integer property.GUIPropertyInteger(java.lang.String name, java.lang.String description, int defaultValue, GuiNotificationTarget target, int width, boolean editable)Creates an integer property without a minimal and minimal value.GUIPropertyListEnumeration(java.lang.String name, java.lang.String description, java.util.List<?> values, GuiNotificationTarget target)Creates an enumeration property.GUIPropertyListEnumeration(java.lang.String name, java.lang.String description, java.util.List<?> values, GuiNotificationTarget target, int width)Creates an enumeration property.GUIPropertyListEnumeration(java.lang.String name, java.util.List<?> values, GuiNotificationTarget target)Creates an enumeration property without a discription.
-