uk.ac.starlink.topcat
Interface TopcatToolAction
- All Superinterfaces:
- Action, ActionListener, EventListener
- All Known Implementing Classes:
- DemoToolAction
public interface TopcatToolAction
- extends Action
Defines an action which will appear on the TOPCAT tool bar.
As well as implementing this interface, such actions must have a
public no-arg constructor.
See the DemoToolAction class for an example implementation.
- Since:
- 27 Sep 2011
- Author:
- Mark Taylor
setParent
void setParent(Component parent)
- Sets the parent component.
This may be used when placing any windows associated with this action.
This method will normally be called once, after construction and before
the action is invoked.
- Parameters:
parent - parent component
Copyright © 2003-2013 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.