Uses of Class
adams.core.option.OptionManager
-
Packages that use OptionManager Package Description adams.core.option adams.db adams.doc.javadoc adams.flow.transformer.pixelselector adams.gui.core adams.run -
-
Uses of OptionManager in adams.core.option
Fields in adams.core.option declared as OptionManager Modifier and Type Field Description protected OptionManager
AbstractOptionHandler. m_OptionManager
for managing the available options.protected OptionManager
AbstractRecursiveOptionProducerWithOptionHandling. m_OptionManager
for managing the available options.protected OptionManager
AbstractOption. m_Owner
the owning object.Methods in adams.core.option that return OptionManager Modifier and Type Method Description OptionManager
AbstractOptionHandler. getOptionManager()
Returns the option manager.OptionManager
AbstractRecursiveOptionProducerWithOptionHandling. getOptionManager()
Returns the option manager.OptionManager
OptionConsumerWithOptionHandling. getOptionManager()
Returns the option manager.OptionManager
OptionHandler. getOptionManager()
Returns the option manager.OptionManager
OptionProducerWithOptionHandling. getOptionManager()
Returns the option manager.OptionManager
AbstractOption. getOwner()
Returns the owning object.protected OptionManager
AbstractOptionHandler. newOptionManager()
Returns a new instance of the option manager.protected OptionManager
AbstractRecursiveOptionProducerWithOptionHandling. newOptionManager()
Returns a new instance of the option manager.Methods in adams.core.option with parameters of type OptionManager Modifier and Type Method Description protected abstract void
AbstractOptionConsumer. doConsume(OptionManager manager, C input)
Visits the options.protected void
ArrayConsumer. doConsume(OptionManager manager, String[] input)
Visits the options.protected void
CompactFlowConsumer. doConsume(OptionManager manager, List input)
Visits the options.protected void
JsonConsumer. doConsume(OptionManager manager, net.minidev.json.JSONObject input)
Visits the options.protected void
NestedConsumer. doConsume(OptionManager manager, List input)
Visits the options.protected void
AbstractOptionProducer. doProduce(OptionManager manager)
Visits the options and obtains information from them.protected void
AbstractOptionProducer. postProduce(OptionManager manager, int index)
Hook method that gets called just after an option was produced.protected void
AbstractJavaCodeProducer. preProduce(OptionManager manager, int index)
Hook method that gets called just before an option gets produced.protected void
AbstractOptionProducer. preProduce(OptionManager manager, int index)
Hook method that gets called just before an option gets produced.protected void
CommandlineHelpProducer. preProduce(OptionManager manager, int index)
Hook method that gets called just before an option gets produced.protected void
HtmlHelpProducer. preProduce(OptionManager manager, int index)
Hook method that gets called just before an option gets produced.protected void
HtmlParametersProducer. preProduce(OptionManager manager, int index)
Hook method that gets called just before an option gets produced.Constructors in adams.core.option with parameters of type OptionManager Constructor Description AbstractArgumentOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.AbstractArgumentOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, T lower, T upper, UserMode minUserMode)
Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue, T lower, T upper, UserMode minUserMode)
Initializes the option.AbstractOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.BaseObjectOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.BaseObjectOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.BooleanOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.BooleanOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Byte lower, Byte upper, UserMode minUserMode)
Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue, Byte lower, Byte upper, UserMode minUserMode)
Initializes the option.ClassOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.ClassOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.CustomHooksOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.CustomHooksOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Double lower, Double upper, UserMode minUserMode)
Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue, Double lower, Double upper, UserMode minUserMode)
Initializes the option.EnumOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.EnumOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Float lower, Float upper, UserMode minUserMode)
Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue, Float lower, Float upper, UserMode minUserMode)
Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Integer lower, Integer upper, UserMode minUserMode)
Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue, Integer lower, Integer upper, UserMode minUserMode)
Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Long lower, Long upper, UserMode minUserMode)
Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue, Long lower, Long upper, UserMode minUserMode)
Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Short lower, Short upper, UserMode minUserMode)
Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue, Short lower, Short upper, UserMode minUserMode)
Initializes the option.StringOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.StringOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option. -
Uses of OptionManager in adams.db
Fields in adams.db declared as OptionManager Modifier and Type Field Description protected OptionManager
AbstractDatabaseConnection. m_OptionManager
for managing the available options.Methods in adams.db that return OptionManager Modifier and Type Method Description OptionManager
AbstractDatabaseConnection. getOptionManager()
Returns the option manager.protected OptionManager
AbstractDatabaseConnection. newOptionManager()
Returns a new instance of the option manager. -
Uses of OptionManager in adams.doc.javadoc
Fields in adams.doc.javadoc declared as OptionManager Modifier and Type Field Description protected OptionManager
Javadoc. m_OptionManager
for managing the available options.Methods in adams.doc.javadoc that return OptionManager Modifier and Type Method Description OptionManager
Javadoc. getOptionManager()
Returns the option manager.protected OptionManager
Javadoc. newOptionManager()
Returns a new instance of the option manager. -
Uses of OptionManager in adams.flow.transformer.pixelselector
Fields in adams.flow.transformer.pixelselector declared as OptionManager Modifier and Type Field Description protected OptionManager
AbstractPixelSelectorAction. m_OptionManager
for managing the available options.Methods in adams.flow.transformer.pixelselector that return OptionManager Modifier and Type Method Description OptionManager
AbstractPixelSelectorAction. getOptionManager()
Returns the option manager.protected OptionManager
AbstractPixelSelectorAction. newOptionManager()
Returns a new instance of the option manager. -
Uses of OptionManager in adams.gui.core
Fields in adams.gui.core declared as OptionManager Modifier and Type Field Description protected OptionManager
AbstractFrameWithOptionHandling. m_OptionManager
for managing the available options.Methods in adams.gui.core that return OptionManager Modifier and Type Method Description OptionManager
AbstractFrameWithOptionHandling. getOptionManager()
Returns the option manager.protected OptionManager
AbstractFrameWithOptionHandling. newOptionManager()
Returns a new instance of the option manager. -
Uses of OptionManager in adams.run
Fields in adams.run declared as OptionManager Modifier and Type Field Description protected OptionManager
RunScheme. m_OptionManager
for managing the available options.Methods in adams.run that return OptionManager Modifier and Type Method Description OptionManager
RunScheme. getOptionManager()
Returns the option manager.protected OptionManager
RunScheme. newOptionManager()
Returns a new instance of the option manager.
-