protected class DOMViewer.DOMViewerNodePickerController extends java.lang.Object implements NodePickerController
Modifier | Constructor and Description |
---|---|
protected |
DOMViewer.DOMViewerNodePickerController() |
Modifier and Type | Method and 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.
|
protected DOMViewer.DOMViewerNodePickerController()
public boolean isEditable()
NodePickerController
isEditable
in interface NodePickerController
public boolean canEdit(org.w3c.dom.Element el)
NodePickerController
canEdit
in interface NodePickerController
el
- The given elementCopyright ? 2009 Apache Software Foundation. All Rights Reserved.