Package org.apache.batik.apps.svgbrowser
Interface DOMDocumentTreeController
- All Known Implementing Classes:
DOMViewer.DOMViewerDOMDocumentTreeController
public interface DOMDocumentTreeController
Provides the information to control the DOMDocumentTree behaviour.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the DOMDocumentTree supports drag-and-drop.
-
Method Details
-
isDNDSupported
boolean isDNDSupported()Returns whether the DOMDocumentTree supports drag-and-drop.
-