LayerControl
BasicCoordLayerControl
, ConfigControl
, DatalessLayerControl
, FormControl
, FormLayerControl
, FrameControl
, FunctionLayerControl
, HealpixLayerControl
, LegendControl
, ModeFormControl
, MultiFormLayerControl
, ShaderControl
, SimpleFormControl
, SingleFormLayerControl
, SpectrogramLayerControl
, StiltsControl
, TabberControl
public interface Control
Modifier and Type | Method | Description |
---|---|---|
void |
addActionListener(java.awt.event.ActionListener listener) |
Adds a listener to be notified whenever the state of this control
changes, presumably as a result of user interaction.
|
javax.swing.Icon |
getControlIcon() |
Returns an icon to represent this control, visible in the stack.
|
java.lang.String |
getControlLabel() |
Returns a short string to label this control, visible in the stack.
|
javax.swing.JComponent |
getPanel() |
Returns the GUI component that is the business end of this control.
|
void |
removeActionListener(java.awt.event.ActionListener listener) |
Removes a listener which was previously added.
|
javax.swing.JComponent getPanel()
java.lang.String getControlLabel()
javax.swing.Icon getControlIcon()
void addActionListener(java.awt.event.ActionListener listener)
listener
- listener to addvoid removeActionListener(java.awt.event.ActionListener listener)
listener
- to removeCopyright © 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.