public interface AppTool
| 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() |
String id()
AppWritableIcon smallIcon()
AppWritableIcon largeIcon()
net.thevpc.common.props.WritableValue<Integer> mnemonic()
net.thevpc.common.props.WritableValue<String> accelerator()
net.thevpc.common.props.WritableValue<Boolean> enabled()
net.thevpc.common.props.WritableValue<Boolean> visible()
AppWritableString title()
AppWritableString tooltip()
AppTools tools()
<T extends AppTool> AppToolComponent<T> copyTo(AppTools tools, String newPath)
Copyright © 2021 vpc open source initiative. All rights reserved.