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.
  • Constructor Details

    • DOMViewerNodePickerController

      protected DOMViewerNodePickerController()
  • Method Details

    • isEditable

      public boolean isEditable()
      Description copied from interface: NodePickerController
      Whether NodePickerPanel is should be editable.
      Specified by:
      isEditable in interface NodePickerController
    • canEdit

      public boolean canEdit(Element el)
      Description copied from interface: NodePickerController
      Whether the given element can be edited with the NodePickerPanel.
      Specified by:
      canEdit in interface NodePickerController
      Parameters:
      el - The given element
      Returns:
      True if the given element can be edited by a NodePickerPanel