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