Package | Description |
---|---|
org.processmining.plugins.tsanalyzer.gui |
Modifier and Type | Class and Description |
---|---|
class |
TSTimeAnnotationGUI |
Modifier and Type | Field and Description |
---|---|
protected GuiNotificationTarget |
GUIPropertyListEnumeration.myTarget |
Constructor and 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,
GuiNotificationTarget target,
int width,
boolean editable)
Creates an integer property without a minimal and minimal value.
|
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.
|
GUIPropertyListEnumeration(java.lang.String name,
java.util.List<?> values,
GuiNotificationTarget target)
Creates an enumeration property without a discription.
|
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.
|