public static interface ConfigSpecifier.ComponentGui
Modifier and Type | Method and Description |
---|---|
<T> uk.ac.starlink.ttools.plot2.config.Specifier<T> |
createSpecifier(uk.ac.starlink.ttools.plot2.config.ConfigKey<T> key)
Returns a new specifier for a given key.
|
<T> uk.ac.starlink.ttools.plot2.config.Specifier<T> createSpecifier(uk.ac.starlink.ttools.plot2.config.ConfigKey<T> key)
The obvious way to do it is to call
key.createSpecifier()
,
but abstracting the step using this interface provides a hook
to decorate or otherwise customise these specifiers.
key
- config keyCopyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.