package app.navigps.gui.svgComponents; /** * Provides the information to control the DOMDocumentTree behaviour. */ public interface DOMDocumentTreeController { /** * Returns whether the DOMDocumentTree supports drag-and-drop. * @return */ boolean isDNDSupported(); }