org.apache.batik.apps.svgbrowser

Interface NodePickerController

public interface NodePickerController

Provides the information to control the NodePickerPanel behaviour.
Method Summary
booleancanEdit(Element el)
Whether the given element can be edited with the NodePickerPanel.
booleanisEditable()
Whether NodePickerPanel is should be editable.

Method Detail

canEdit

public boolean canEdit(Element el)
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

isEditable

public boolean isEditable()
Whether NodePickerPanel is should be editable.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.