Interface TopcatToolAction

All Superinterfaces:
Action, ActionListener, EventListener
All Known Implementing Classes:
DemoToolAction, TopcatWindowAction

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
  • Method Details

    • 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