public interface AppToolComponent<T extends AppTool> extends AppComponent
| Modifier and Type | Method and Description |
|---|---|
AppToolComponent<T> |
copyTo(AppTools tools,
String newPath) |
static <T extends AppTool> |
of(T tool,
String path) |
static <T extends AppTool> |
of(T tool,
String path,
int order) |
static <T extends AppTool> |
of(T tool,
String path,
int order,
AppComponentRenderer renderer) |
int |
order() |
T |
tool() |
path, rendererstatic <T extends AppTool> AppToolComponent<T> of(T tool, String path)
static <T extends AppTool> AppToolComponent<T> of(T tool, String path, int order)
static <T extends AppTool> AppToolComponent<T> of(T tool, String path, int order, AppComponentRenderer renderer)
AppToolComponent<T> copyTo(AppTools tools, String newPath)
T tool()
int order()
Copyright © 2021 vpc open source initiative. All rights reserved.