Package org.apache.batik.apps.svgbrowser
Interface NodePickerPanel.NodePickerListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
NodePickerPanel.NodePickerAdapter
- Enclosing class:
NodePickerPanel
Node picker listener.
-
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.
-
Method Details
-
updateElement
Updates the element from the data contained in the NodePickerEvent. -
addNewElement
Adds the element from the data contained in the NodePickerEvent.
-