Package org.apache.batik.apps.svgbrowser
Class NodePickerPanel.NodePickerAdapter
java.lang.Object
org.apache.batik.apps.svgbrowser.NodePickerPanel.NodePickerAdapter
- All Implemented Interfaces:
EventListener
,NodePickerPanel.NodePickerListener
- Enclosing class:
- NodePickerPanel
public static class NodePickerPanel.NodePickerAdapter
extends Object
implements NodePickerPanel.NodePickerListener
The adapter for the NodePicker listener.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the element from the data contained in the NodePickerEvent.void
Updates the element from the data contained in the NodePickerEvent.
-
Constructor Details
-
NodePickerAdapter
public NodePickerAdapter()
-
-
Method Details
-
addNewElement
Description copied from interface:NodePickerPanel.NodePickerListener
Adds the element from the data contained in the NodePickerEvent.- Specified by:
addNewElement
in interfaceNodePickerPanel.NodePickerListener
-
updateElement
Description copied from interface:NodePickerPanel.NodePickerListener
Updates the element from the data contained in the NodePickerEvent.- Specified by:
updateElement
in interfaceNodePickerPanel.NodePickerListener
-