Uses of Class
adams.core.option.OptionManager
-
Packages that use OptionManager Package Description adams.core.option adams.core.option.constraint 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 OptionManagerAbstractOptionHandler. m_OptionManagerfor managing the available options.protected OptionManagerAbstractRecursiveOptionProducerWithOptionHandling. m_OptionManagerfor managing the available options.protected OptionManagerAbstractOption. m_Ownerthe owning object.Methods in adams.core.option that return OptionManager Modifier and Type Method Description OptionManagerAbstractOptionHandler. getOptionManager()Returns the option manager.OptionManagerAbstractRecursiveOptionProducerWithOptionHandling. getOptionManager()Returns the option manager.OptionManagerOptionConsumerWithOptionHandling. getOptionManager()Returns the option manager.OptionManagerOptionHandler. getOptionManager()Returns the option manager.OptionManagerOptionProducerWithOptionHandling. getOptionManager()Returns the option manager.OptionManagerAbstractOption. getOwner()Returns the owning object.protected OptionManagerAbstractOptionHandler. newOptionManager()Returns a new instance of the option manager.protected OptionManagerAbstractRecursiveOptionProducerWithOptionHandling. 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 voidAbstractOptionConsumer. doConsume(OptionManager manager, C input)Visits the options.protected voidArrayConsumer. doConsume(OptionManager manager, String[] input)Visits the options.protected voidCompactFlowConsumer. doConsume(OptionManager manager, List input)Visits the options.protected voidJsonConsumer. doConsume(OptionManager manager, net.minidev.json.JSONObject input)Visits the options.protected voidNestedConsumer. doConsume(OptionManager manager, List input)Visits the options.protected voidAbstractOptionProducer. doProduce(OptionManager manager)Visits the options and obtains information from them.protected voidAbstractOptionProducer. postProduce(OptionManager manager, int index)Hook method that gets called just after an option was produced.protected voidAbstractJavaCodeProducer. preProduce(OptionManager manager, int index)Hook method that gets called just before an option gets produced.protected voidAbstractOptionProducer. preProduce(OptionManager manager, int index)Hook method that gets called just before an option gets produced.protected voidCommandlineHelpProducer. preProduce(OptionManager manager, int index)Hook method that gets called just before an option gets produced.protected voidHtmlHelpProducer. preProduce(OptionManager manager, int index)Hook method that gets called just before an option gets produced.protected voidHtmlParametersProducer. 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)Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue, T lower, T upper)Initializes the option.AbstractOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.BaseObjectOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.BooleanOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue, Byte lower, Byte upper)Initializes the option.ClassOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.CustomHooksOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue, Double lower, Double upper)Initializes the option.EnumOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue, Float lower, Float upper)Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue, Integer lower, Integer upper)Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue, Long lower, Long upper)Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue, Short lower, Short upper)Initializes the option.StringOption(OptionManager owner, String commandline, String property, Object defValue)Initializes the option. -
Uses of OptionManager in adams.core.option.constraint
Methods in adams.core.option.constraint that return OptionManager Modifier and Type Method Description OptionManagerAbstractOptionConstraint. getOptionManager()Returns the option manager this option belongs to. -
Uses of OptionManager in adams.db
Fields in adams.db declared as OptionManager Modifier and Type Field Description protected OptionManagerAbstractDatabaseConnection. m_OptionManagerfor managing the available options.Methods in adams.db that return OptionManager Modifier and Type Method Description OptionManagerAbstractDatabaseConnection. getOptionManager()Returns the option manager.protected OptionManagerAbstractDatabaseConnection. 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 OptionManagerJavadoc. m_OptionManagerfor managing the available options.Methods in adams.doc.javadoc that return OptionManager Modifier and Type Method Description OptionManagerJavadoc. getOptionManager()Returns the option manager.protected OptionManagerJavadoc. 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 OptionManagerAbstractPixelSelectorAction. m_OptionManagerfor managing the available options.Methods in adams.flow.transformer.pixelselector that return OptionManager Modifier and Type Method Description OptionManagerAbstractPixelSelectorAction. getOptionManager()Returns the option manager.protected OptionManagerAbstractPixelSelectorAction. 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 OptionManagerAbstractFrameWithOptionHandling. m_OptionManagerfor managing the available options.Methods in adams.gui.core that return OptionManager Modifier and Type Method Description OptionManagerAbstractFrameWithOptionHandling. getOptionManager()Returns the option manager.protected OptionManagerAbstractFrameWithOptionHandling. 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 OptionManagerRunScheme. m_OptionManagerfor managing the available options.Methods in adams.run that return OptionManager Modifier and Type Method Description OptionManagerRunScheme. getOptionManager()Returns the option manager.protected OptionManagerRunScheme. newOptionManager()Returns a new instance of the option manager.
-