public interface AppTools
AppToolsConfig config()
net.thevpc.common.props.ObservableList<AppTool> all()
AppComponent[] getComponents(String id)
AppToolComponent<AppToolFolder> addFolder(String path)
AppToolComponent<AppToolSeparator> addSeparator(String path)
AppToolActionBuilder addAction()
@Deprecated AppToolAction addAction(Action al, String path, String... paths)
<T extends AppTool> AppToolComponent<T> addTool(T tool, String path)
AppTool addCustomTool(String id, AppComponentRenderer renderer, String path, int order)
AppTool addCustomTool(String path, AppComponentRenderer renderer)
<T extends AppTool> void addTool(AppToolComponent<T> tool)
<T extends AppTool> void removeTool(AppToolComponent<T> tool)
net.thevpc.common.props.ObservableList<AppComponent> components()
void refresh()
AppToolToggleBuilder addToggle()
Copyright © 2021 vpc open source initiative. All rights reserved.