Modifier and Type | Method and Description |
---|---|
GUIProperty<K> |
Property.getGUIProperty() |
Modifier and Type | Method and Description |
---|---|
GUIProperty<K> |
HighLevelProperty.getGUIProperty() |
GUIProperty<java.util.Map<java.lang.Double,java.lang.Double>> |
PointProbability.getGUIProperty() |
GUIProperty<java.lang.Boolean> |
PropertyBoolean.getGUIProperty() |
GUIProperty<java.lang.Double> |
PropertyDouble.getGUIProperty() |
GUIProperty<java.lang.Integer> |
PropertyInteger.getGUIProperty() |
GUIProperty<java.util.List<java.lang.Double>> |
PropertyListDouble.getGUIProperty() |
GUIProperty<java.util.List<java.lang.String>> |
PropertyListString.getGUIProperty() |
GUIProperty<java.util.List<TimeValue>> |
PropertyListTimeValue.getGUIProperty() |
GUIProperty<java.lang.String> |
PropertyString.getGUIProperty() |
Modifier and Type | Method and Description |
---|---|
GUIProperty<org.processmining.framework.util.Pair<K,K>> |
ConfigurableHighLevelProperty.getGUIProperty() |
GUIProperty<org.processmining.framework.util.Pair<java.util.List<K>,java.util.List<K>>> |
ConfigurablePropertyList.getGUIProperty() |
Modifier and Type | Class and Description |
---|---|
class |
GUIPropertyListOfElements<K> |
class |
GUIPropertySinglePage<K> |
Constructor and Description |
---|
AddButton(PropertableElement element,
GUIProperty<?> guiProperty,
Property<?> property,
java.lang.Boolean indepenent,
com.fluxicon.slickerbox.components.SlickerTabbedPane tabPane,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines,
java.util.HashMap<DeleteButton,java.util.List<java.lang.Integer>> indices,
int header,
boolean editable) |
DeleteButton(PropertableElement element,
GUIProperty<?> guiProperty,
Property<?> property,
java.lang.Boolean independent,
com.fluxicon.slickerbox.components.SlickerTabbedPane tabpane,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines,
java.util.List<java.util.List<java.lang.Object>> myLine,
java.util.HashMap<DeleteButton,java.util.List<java.lang.Integer>> indices,
java.util.List<java.awt.Component> components,
int header) |
SinglePageElementKeyListener(PropertableElement element,
GUIProperty<?> guiProperty,
Property<?> property,
java.lang.Boolean independent,
java.util.List<java.util.List<javax.swing.JComponent>> componentsDataRow) |
SinglePageElementMouseListener(PropertableElement element,
GUIProperty<?> guiProperty,
Property<?> property,
java.lang.Boolean independent,
java.util.List<java.util.List<javax.swing.JComponent>> componentsDataRow) |
Modifier and Type | Class and Description |
---|---|
class |
GUIConfigurablePropertyList<K> |
class |
GUIPropertyDataValueMatrix |
class |
GUIPropertyDefault<K> |
class |
GUIPropertyDistribution |
class |
GUIPropertyDouble |
class |
GUIPropertyInitialDataValue |
class |
GUIPropertyInteger |
class |
GUIPropertyList<K> |
class |
GUIPropertyListDouble |
class |
GUIPropertyListString |
class |
GUIPropertyListTimeValue |
class |
GUIPropertyMapDoubleDouble |
class |
GUIPropertyMapIntegerDouble |
class |
GUIPropertyNrOfCases |
class |
GUIPropertyPointProbability |
class |
GUIPropertyRole |
class |
GUIPropertySimulationProperty |
class |
GUIPropertyString |
class |
GUIPropertyYerkesDodsonInterval |
Modifier and Type | Method and Description |
---|---|
GUIProperty<java.util.HashMap<org.processmining.framework.util.Pair<java.lang.String,java.lang.String>,java.lang.Double>> |
DataValueMatrix.getGUIProperty() |
GUIProperty<Distribution> |
Distribution.getGUIProperty()
Deprecated.
|
GUIProperty<java.lang.String> |
InitialDataValue.getGUIProperty() |
GUIProperty<java.util.Map<java.lang.Integer,java.lang.Double>> |
NrOfCases.getGUIProperty() |
GUIProperty<OROptions> |
ORSemantic.getGUIProperty() |
GUIProperty<SimulationProperty> |
SimulationProperty.getGUIProperty() |
GUIProperty<java.util.HashMap<java.util.UUID,java.util.HashMap<org.processmining.framework.util.Pair<java.lang.Double,java.lang.Double>,Distribution>>> |
YerkesDodsonInterval.getGUIProperty() |