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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodePickerPanel.NodePickerAdapter
public NodePickerPanel.NodePickerAdapter()
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 interface NodePickerPanel.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 interface NodePickerPanel.NodePickerListener
Copyright © 2008 Apache Software Foundation. All Rights Reserved.