java.lang.Object
org.autogui.swing.util.ValueListPane.ValueListModelAdapter
- All Implemented Interfaces:
EventListener,ListDataListener,ValueListPane.ValueListModelUpdater
- Enclosing class:
ValueListPane<ValueType,PaneType extends JComponent>
public static class ValueListPane.ValueListModelAdapter
extends Object
implements ValueListPane.ValueListModelUpdater
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
Constructor Details
-
ValueListModelAdapter
public ValueListModelAdapter()
-
-
Method Details
-
updateSourceFromModel
- Specified by:
updateSourceFromModelin interfaceValueListPane.ValueListModelUpdater- Parameters:
task- transaction ofListDataListener; might cause multiple calls of methods in the listener
-
intervalAdded
- Specified by:
intervalAddedin interfaceListDataListener
-
intervalRemoved
- Specified by:
intervalRemovedin interfaceListDataListener
-
contentsChanged
- Specified by:
contentsChangedin interfaceListDataListener
-