Package uk.ac.starlink.topcat
Interface TopcatToolAction
-
- All Superinterfaces:
javax.swing.Action,java.awt.event.ActionListener,java.util.EventListener
- All Known Implementing Classes:
DemoToolAction,TopcatWindowAction
public interface TopcatToolAction extends javax.swing.ActionDefines 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 theDemoToolActionclass for an example implementation.- Since:
- 27 Sep 2011
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetParent(java.awt.Component parent)Sets the parent component.
-