K - public abstract class GUIPropertyList<K> extends GUIPropertyListOfElements<java.util.List<K>>
| Constructor and Description |
|---|
GUIPropertyList() |
| 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
|
getFooterRows, initialiseGUIProperty, initialiseTabPane, initialiseTabPaneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseComponentspublic <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
GUIPropertyjava.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionpublic <E extends PropertableElement> java.util.List<java.util.List<javax.swing.JComponent>> getHeaderRows(E element)
GUIPropertypublic <E extends PropertableElement> java.util.List<java.util.List<javax.swing.JComponent>> getDataRow(E element) throws java.lang.InstantiationException, java.lang.IllegalAccessException
GUIPropertyjava.lang.InstantiationExceptionjava.lang.IllegalAccessException