Interface TreeConfiguratorHook

All Superinterfaces:
Hook
All Known Implementing Classes:
DashboardManagerTreeConfigurationHooker, DatasinkManagerTreeConfigurationHooker, DatasourceManagerTreeConfigurationHooker, FileServerManagerTreeConfigurationHooker, RemoteServerManagerTreeConfigurationHooker, ReportManagerTreeConfigurationHooker, TransportManagerTreeConfigurationHooker, UserManagerTreeConfigurationHooker

public interface TreeConfiguratorHook extends Hook
  • Method Details

    • consumes

      boolean consumes(ManagerHelperTree tree)
    • configureTreeIcons

      void configureTreeIcons(TreeDBUIIconProvider iconProvider)
    • configureTreeMenu

      void configureTreeMenu(TreeDBUIMenuProvider menuProvider)
    • onDoubleClick

      void onDoubleClick(AbstractNodeDto selectedItem, DoubleClickEvent event)
    • configureFolderTypes

      void configureFolderTypes(ManagerHelperTree managerHelperTree)