| Package | Description |
|---|---|
| net.thevpc.echo |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppToolComponent<T extends AppTool> |
class |
DefaultAppToolComponent<T extends AppTool> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppToolAction |
interface |
AppToolFolder |
interface |
AppToolSeparator |
interface |
AppToolToggle |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAppTool |
class |
CustomAppTool |
| Modifier and Type | Method and Description |
|---|---|
<T extends AppTool> |
AppTools.addTool(AppToolComponent<T> tool) |
<T extends AppTool> |
AppTools.addTool(T tool,
String path) |
<T extends AppTool> |
AbstractAppTool.copyTo(AppTools tools,
String newPath) |
<T extends AppTool> |
AppTool.copyTo(AppTools tools,
String newPath) |
static <T extends AppTool> |
AppToolComponent.of(T tool,
String path) |
static <T extends AppTool> |
AppToolComponent.of(T tool,
String path,
int order) |
static <T extends AppTool> |
AppToolComponent.of(T tool,
String path,
int order,
AppComponentRenderer renderer) |
<T extends AppTool> |
AppTools.removeTool(AppToolComponent<T> tool) |
<T extends AppTool> |
DefaultAppComponentRendererFactory.setToolRenderer(Class<T> type,
AppComponentRenderer renderer) |
| Modifier and Type | Method and Description |
|---|---|
AppTool |
AppTools.addCustomTool(String path,
AppComponentRenderer renderer) |
AppTool |
AppTools.addCustomTool(String id,
AppComponentRenderer renderer,
String path,
int order) |
AppTool |
AppTools.addHorizontalGlue(String path) |
AppTool |
AppTools.addHorizontalSeparator(String path) |
AppTool |
AppTools.addHorizontalSeparator(String path,
int size) |
AppTool |
AppTools.addHorizontalStrut(String path,
int size) |
AppTool |
AppTools.addVerticalGlue(String path) |
AppTool |
AppTools.addVerticalStrut(String path,
int height) |
AppTool |
AppTools.getTool(String id) |
AppTool |
AppTools.getToolByPath(ItemPath path) |
default AppTool |
AppTools.getToolByPath(String path) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.ObservableList<AppTool> |
AppTools.all() |
Copyright © 2021 vpc open source initiative. All rights reserved.