Interface NodePickerController
- All Known Implementing Classes:
DOMViewer.DOMViewerNodePickerController
public interface NodePickerController
Provides the information to control the NodePickerPanel behaviour.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the given element can be edited with the NodePickerPanel.booleanWhether NodePickerPanel is should be editable.
-
Method Details
-
isEditable
boolean isEditable()Whether NodePickerPanel is should be editable. -
canEdit
Whether the given element can be edited with the NodePickerPanel.- Parameters:
el- The given element- Returns:
- True if the given element can be edited by a NodePickerPanel
-