Controlpublic class SimpleFormControl extends FormControl
| Constructor | Description |
|---|---|
SimpleFormControl(Configger baseConfigger,
uk.ac.starlink.ttools.plot2.Plotter plotter,
uk.ac.starlink.ttools.plot2.data.Coord[] extraCoords) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected uk.ac.starlink.ttools.plot2.config.ConfigKey[] |
getConfigKeys() |
Returns the keys defining the additional configuration required
by this control.
|
protected javax.swing.JComponent |
getCoordPanel() |
Returns the panel into which the user enters additional coordinate
information required for this control, if any.
|
uk.ac.starlink.ttools.plot2.config.ConfigMap |
getExtraConfig() |
Returns the additional configuration entered by the user in
this control.
|
GuiCoordContent[] |
getExtraCoordContents() |
Returns the data and metadata for the additional coordinates
entered by the user in this control.
|
protected uk.ac.starlink.ttools.plot2.Plotter<?> |
getPlotter() |
Returns the Plotter object which generates plot layers from the
information provided by this control
|
protected void |
setTable(TopcatModel tcModel) |
Performs implementation-specific configuration of this control
for a given TopcatModel.
|
addActionListener, createLayer, getActionForwarder, getControlIcon, getControlLabel, getPanel, getStylePanel, removeActionListener, setTable, submitReportspublic SimpleFormControl(Configger baseConfigger, uk.ac.starlink.ttools.plot2.Plotter plotter, uk.ac.starlink.ttools.plot2.data.Coord[] extraCoords)
baseConfigger - provides global configuration infoplotter - plotter for which this control provides style configextraCoords - any coordinates which are to be solicited from
the form controlprotected uk.ac.starlink.ttools.plot2.Plotter<?> getPlotter()
FormControlgetPlotter in class FormControlprotected uk.ac.starlink.ttools.plot2.config.ConfigKey[] getConfigKeys()
FormControlgetConfigKeys in class FormControlprotected javax.swing.JComponent getCoordPanel()
FormControlgetCoordPanel in class FormControlpublic GuiCoordContent[] getExtraCoordContents()
FormControlgetExtraCoordContents in class FormControlpublic uk.ac.starlink.ttools.plot2.config.ConfigMap getExtraConfig()
FormControlgetExtraConfig in class FormControlprotected void setTable(TopcatModel tcModel)
FormControlsetTable in class FormControltcModel - new topcat model to installCopyright © 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.