Package org.apache.batik.apps.svgbrowser
Class NodePickerPanel.AttributesTableModelListener
java.lang.Object
org.apache.batik.apps.svgbrowser.NodePickerPanel.AttributesTableModelListener
- All Implemented Interfaces:
EventListener
,TableModelListener
- Enclosing class:
- NodePickerPanel
protected class NodePickerPanel.AttributesTableModelListener
extends Object
implements TableModelListener
Listens for the changes in the table and updates this node picker panel
if needed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
private void
Updates the node picker panel after document changes.
-
Constructor Details
-
AttributesTableModelListener
protected AttributesTableModelListener()
-
-
Method Details
-
tableChanged
- Specified by:
tableChanged
in interfaceTableModelListener
-
updateNodePicker
Updates the node picker panel after document changes.- Parameters:
e
- The document event
-