Class DOMViewer.DOMViewerNodePickerController

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canEdit​(org.w3c.dom.Element el)
      Whether the given element can be edited with the NodePickerPanel.
      boolean isEditable()
      Whether NodePickerPanel is should be editable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DOMViewerNodePickerController

        protected DOMViewerNodePickerController()
    • Method Detail

      • canEdit

        public boolean canEdit​(org.w3c.dom.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