K
- public class GUIConfigurablePropertyList<K> extends GUIPropertyListOfElements<org.processmining.framework.util.Pair<java.util.List<K>,java.util.List<K>>>
Constructor and Description |
---|
GUIConfigurablePropertyList() |
Modifier and Type | Method and Description |
---|---|
<E extends PropertableElement,P extends Property<?>> |
fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent)
Fill the GUI with the values of the property
|
<E extends PropertableElement> |
getDataRow(E element)
The data row for a property, i.e., which things will be added when the "add" button is pressed
|
<E extends PropertableElement> |
getHeaderRows(E element)
The header row(s) for a property
|
<E extends PropertableElement,P extends Property<?>> |
initialiseTabPane(E element,
P property,
java.lang.Object elementLines,
boolean editable,
boolean independent)
Generic way to get the component for an element and a property, the editable is for view/edit functionality
|
<P extends Property<?>> |
parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines)
Parse the components and make appropriate data structures out of it
|
getFooterRows, initialiseGUIProperty, initialiseTabPane
public <E extends PropertableElement,P extends Property<?>> javax.swing.JComponent initialiseTabPane(E element, P property, java.lang.Object elementLines, boolean editable, boolean independent) throws java.lang.InstantiationException, java.lang.IllegalAccessException
GUIProperty
initialiseTabPane
in interface GUIProperty<org.processmining.framework.util.Pair<java.util.List<K>,java.util.List<K>>>
initialiseTabPane
in class GUIPropertyListOfElements<org.processmining.framework.util.Pair<java.util.List<K>,java.util.List<K>>>
java.lang.InstantiationException
java.lang.IllegalAccessException
public <E extends PropertableElement,P extends Property<?>> void fillGUI(P prop, E element, AddButton button, java.util.List<java.util.List<javax.swing.JComponent>> dataRows, boolean independent) throws java.lang.InstantiationException, java.lang.IllegalAccessException
GUIProperty
java.lang.InstantiationException
java.lang.IllegalAccessException
public <E extends PropertableElement> java.util.List<java.util.List<javax.swing.JComponent>> getHeaderRows(E element)
GUIProperty
public <E extends PropertableElement> java.util.List<java.util.List<javax.swing.JComponent>> getDataRow(E element) throws java.lang.InstantiationException, java.lang.IllegalAccessException
GUIProperty
java.lang.InstantiationException
java.lang.IllegalAccessException
public <P extends Property<?>> org.processmining.framework.util.Pair<java.util.List<K>,java.util.List<K>> parseComponents(P property, java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) throws java.lang.InstantiationException, java.lang.IllegalAccessException
GUIProperty
java.lang.InstantiationException
java.lang.IllegalAccessException