rvl.piface
Interface ActionComponent

All Superinterfaces:
PiComponent
All Known Implementing Classes:
PiActionAdapter, PiArrayField, PiButton, PiDotplot, PiMenuItem

public interface ActionComponent
extends PiComponent

Interface for components such as buttons and menu items that have no numerical value. This interface has no methods and is simply used by Piface to identify this type of component.
Use setLabel() and getLabel() to access the displayed label.
Use setName() and getName() to access the name of the method that serves as the event handler for this component. (The event handler must be public double with no arguments.)


Methods inherited from interface rvl.piface.PiComponent
addActionListener, getLabel, getName, setName