public abstract class AbstractAppTool extends Object implements AppTool
| Constructor and Description |
|---|
AbstractAppTool(String id,
Application app,
AppTools tools) |
AbstractAppTool(String id,
Application app,
AppTools tools,
boolean doConfig) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<String> |
accelerator() |
<T extends AppTool> |
copyTo(AppTools tools,
String newPath) |
net.thevpc.common.props.WritableValue<Boolean> |
enabled() |
String |
id() |
AppWritableIcon |
largeIcon() |
net.thevpc.common.props.WritableValue<Integer> |
mnemonic() |
AppWritableIcon |
smallIcon() |
AppWritableString |
title() |
AppTools |
tools() |
AppWritableString |
tooltip() |
net.thevpc.common.props.WritableValue<Boolean> |
visible() |
public AbstractAppTool(String id, Application app, AppTools tools)
public AbstractAppTool(String id, Application app, AppTools tools, boolean doConfig)
public net.thevpc.common.props.WritableValue<Integer> mnemonic()
public net.thevpc.common.props.WritableValue<String> accelerator()
accelerator in interface AppToolpublic AppWritableIcon smallIcon()
public AppWritableIcon largeIcon()
public net.thevpc.common.props.WritableValue<Boolean> enabled()
public net.thevpc.common.props.WritableValue<Boolean> visible()
public AppWritableString title()
public AppWritableString tooltip()
Copyright © 2021 vpc open source initiative. All rights reserved.