public class DefaultAppToolComponent<T extends AppTool> extends Object implements AppToolComponent<T>
| Constructor and Description |
|---|
DefaultAppToolComponent(T tool,
String path,
int order,
AppComponentRenderer renderer) |
| Modifier and Type | Method and Description |
|---|---|
AppToolComponent<T> |
copyTo(AppTools tools,
String newPath) |
int |
order() |
ItemPath |
path() |
AppComponentRenderer |
renderer() |
T |
tool() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitof, of, ofpublic DefaultAppToolComponent(T tool, String path, int order, AppComponentRenderer renderer)
public T tool()
tool in interface AppToolComponent<T extends AppTool>public int order()
order in interface AppToolComponent<T extends AppTool>public ItemPath path()
path in interface AppComponentpublic AppComponentRenderer renderer()
renderer in interface AppComponentpublic AppToolComponent<T> copyTo(AppTools tools, String newPath)
copyTo in interface AppToolComponent<T extends AppTool>Copyright © 2021 vpc open source initiative. All rights reserved.