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 voidaddNewElement(NodePickerPanel.NodePickerEvent event)Adds the element from the data contained in the NodePickerEvent.voidupdateElement(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.NodePickerListenerAdds the element from the data contained in the NodePickerEvent.- Specified by:
addNewElementin interfaceNodePickerPanel.NodePickerListener
-
updateElement
public void updateElement(NodePickerPanel.NodePickerEvent event)
Description copied from interface:NodePickerPanel.NodePickerListenerUpdates the element from the data contained in the NodePickerEvent.- Specified by:
updateElementin interfaceNodePickerPanel.NodePickerListener
-
-