Class DOMViewer.DOMViewerNodePickerController
java.lang.Object
org.apache.batik.apps.svgbrowser.DOMViewer.DOMViewerNodePickerController
- All Implemented Interfaces:
NodePickerController
- Enclosing class:
DOMViewer
protected class DOMViewer.DOMViewerNodePickerController
extends Object
implements NodePickerController
NodePickerController implementation.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the given element can be edited with the NodePickerPanel.booleanWhether NodePickerPanel is should be editable.
-
Constructor Details
-
DOMViewerNodePickerController
protected DOMViewerNodePickerController()
-
-
Method Details
-
isEditable
public boolean isEditable()Description copied from interface:NodePickerControllerWhether NodePickerPanel is should be editable.- Specified by:
isEditablein interfaceNodePickerController
-
canEdit
Description copied from interface:NodePickerControllerWhether the given element can be edited with the NodePickerPanel.- Specified by:
canEditin interfaceNodePickerController- Parameters:
el- The given element- Returns:
- True if the given element can be edited by a NodePickerPanel
-