Module org.autogui

Class ValueListPane.ValueListModel<ValueType,PaneType extends JComponent>

java.lang.Object
javax.swing.AbstractListModel<ValueListPane.ValueListElementPane<ValueType,PaneType>>
org.autogui.swing.util.ValueListPane.ValueListModel<ValueType,PaneType>
Type Parameters:
ValueType - the value type of the source
PaneType - the element-pane type
All Implemented Interfaces:
Serializable, ListModel<ValueListPane.ValueListElementPane<ValueType,PaneType>>
Enclosing class:
ValueListPane<ValueType,PaneType extends JComponent>

public static class ValueListPane.ValueListModel<ValueType,PaneType extends JComponent> extends AbstractListModel<ValueListPane.ValueListElementPane<ValueType,PaneType>>
the list-model for element-panes
See Also: