public class SingleFormLayerControl extends FormLayerControl
| Constructor and Description |
|---|
SingleFormLayerControl(PositionCoordPanel posCoordPanel,
uk.ac.starlink.ttools.plot2.config.Specifier<ZoneId> zsel,
boolean autoPopulate,
NextSupplier nextSupplier,
TopcatListener tcListener,
javax.swing.Icon controlIcon,
uk.ac.starlink.ttools.plot2.Plotter plotter,
Configger baseConfigger)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected FormControl[] |
getFormControls()
Returns a list of all the form controls, active or not, currently
managd by this layer control.
|
protected boolean |
isControlActive(FormControl fc)
Indicates whether a given form control is contributing the the plot
on behalf of this layer control.
|
getControlLabel, getCoordLabel, getLayers, getLegendEntries, getPositionCoordPanel, getSubsetManager, getSubsetStack, getTopcatModel, getZoneSpecifier, setTopcatModel, submitReportsaddActionListener, addControlTab, addZoneTab, getActionForwarder, getControlIcon, getPanel, getTabber, removeActionListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddActionListener, getControlIcon, getPanel, removeActionListenerpublic SingleFormLayerControl(PositionCoordPanel posCoordPanel, uk.ac.starlink.ttools.plot2.config.Specifier<ZoneId> zsel, boolean autoPopulate, NextSupplier nextSupplier, TopcatListener tcListener, javax.swing.Icon controlIcon, uk.ac.starlink.ttools.plot2.Plotter plotter, Configger baseConfigger)
posCoordPanel - panel for entering table and basic positional
coordinateszsel - zone id specifier, may be null for single-zone plotsautoPopulate - if true, when the table is changed an attempt
will be made to initialise the coordinate fields
with some suitable valuesnextSupplier - manages global dispensing for some style optionstcListener - listener for TopcatEventscontrolIcon - icon for control stackplotter - plotterbaseConfigger - configuration source for some global config
optionsprotected FormControl[] getFormControls()
FormLayerControlgetFormControls in class FormLayerControlprotected boolean isControlActive(FormControl fc)
FormLayerControlisControlActive in class FormLayerControlfc - form control managed by this layer controlCopyright ? 2003-2017 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.