public static class SwingApplicationsUtils.Tracker extends Object
| Constructor and Description |
|---|
Tracker(Application app) |
| Modifier and Type | Method and Description |
|---|---|
SwingApplicationsUtils.Tracker |
add(AbstractButton a) |
SwingApplicationsUtils.Tracker |
add(Action a) |
List<Action> |
getActions() |
Action |
registerStandardAction(Action b,
String actionId) |
Action |
registerStandardAction(Runnable b,
String actionId) |
<T extends AbstractButton> |
registerStandardButton(T b,
String actionId) |
void |
unregisterAll() |
public Tracker(Application app)
public SwingApplicationsUtils.Tracker add(Action a)
public SwingApplicationsUtils.Tracker add(AbstractButton a)
public <T extends AbstractButton> T registerStandardButton(T b, String actionId)
public void unregisterAll()
Copyright © 2021 vpc open source initiative. All rights reserved.