public class RemoteServerManagerTreeConfigurationHooker extends java.lang.Object implements TreeConfiguratorHook
| Constructor and Description | 
|---|
| RemoteServerManagerTreeConfigurationHooker(HookHandlerService hookHandler,
                                          RemoteServerTreeManagerDao treeHandler,
                                          <any> terminalUIServiceProvider,
                                          <any> securityServiceProvider,
                                          <any> remoteServerManagerTreeProvider,
                                          <any> utilsUIServiceProvider,
                                          TerminalDao terminalDao) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | configureFolderTypes(ManagerHelperTree tree) | 
| void | configureTreeIcons(TreeDBUIIconProvider iconProvider) | 
| void | configureTreeMenu(TreeDBUIMenuProvider menuProvider) | 
| boolean | consumes(ManagerHelperTree tree) | 
| void | onDoubleClick(AbstractNodeDto selectedItem,
             DoubleClickEvent event) | 
public RemoteServerManagerTreeConfigurationHooker(HookHandlerService hookHandler, RemoteServerTreeManagerDao treeHandler, <any> terminalUIServiceProvider, <any> securityServiceProvider, <any> remoteServerManagerTreeProvider, <any> utilsUIServiceProvider, TerminalDao terminalDao)
public boolean consumes(ManagerHelperTree tree)
consumes in interface TreeConfiguratorHookpublic void configureTreeMenu(TreeDBUIMenuProvider menuProvider)
configureTreeMenu in interface TreeConfiguratorHookpublic void onDoubleClick(AbstractNodeDto selectedItem, DoubleClickEvent event)
onDoubleClick in interface TreeConfiguratorHookpublic void configureFolderTypes(ManagerHelperTree tree)
configureFolderTypes in interface TreeConfiguratorHookpublic void configureTreeIcons(TreeDBUIIconProvider iconProvider)
configureTreeIcons in interface TreeConfiguratorHook