public interface AppToolActionBuilder
| Modifier and Type | Method and Description |
|---|---|
AppToolActionBuilder |
bind(ActionListener a) |
AppToolActionBuilder |
bind(Runnable a) |
AppToolComponent<AppToolAction> |
component() |
List<AppToolComponent<AppToolAction>> |
components() |
AppToolActionBuilder |
id(String id) |
AppToolActionBuilder |
path(String... path) |
AppToolAction |
tool() |
AppToolActionBuilder id(String id)
AppToolActionBuilder path(String... path)
AppToolAction tool()
AppToolComponent<AppToolAction> component()
List<AppToolComponent<AppToolAction>> components()
AppToolActionBuilder bind(ActionListener a)
AppToolActionBuilder bind(Runnable a)
Copyright © 2021 vpc open source initiative. All rights reserved.