Uses of Class
adams.core.option.constraint.AbstractOptionConstraint
-
Packages that use AbstractOptionConstraint Package Description adams.core.option adams.core.option.constraint adams.gui.goe -
-
Uses of AbstractOptionConstraint in adams.core.option
Fields in adams.core.option declared as AbstractOptionConstraint Modifier and Type Field Description protected AbstractOptionConstraintAbstractOption. m_Constraintthe constraint in use.Methods in adams.core.option with type parameters of type AbstractOptionConstraint Modifier and Type Method Description <T extends AbstractOptionConstraint>
TOptionManager. getConstraintForProperty(String property, Class<T> type)Tries to locate the option for the given property name and then return any constraint.Methods in adams.core.option that return AbstractOptionConstraint Modifier and Type Method Description AbstractOptionConstraintAbstractOption. getConstraint()Returns the current constraint, if any.AbstractOptionConstraintOptionManager. getConstraintForProperty(String property)Tries to locate the option for the given property name and then return any constraint.Methods in adams.core.option with parameters of type AbstractOptionConstraint Modifier and Type Method Description AbstractOptionAbstractOption. setConstraint(AbstractOptionConstraint value)Sets the constraint to use.booleanOptionManager. setConstraintForProperty(String property, AbstractOptionConstraint constraint)Tries to locate the option for the given property name and then set the constraint. -
Uses of AbstractOptionConstraint in adams.core.option.constraint
Subclasses of AbstractOptionConstraint in adams.core.option.constraint Modifier and Type Class Description classNumericBounds<T extends Number>Constraint that enforces lower/upper bounds for numeric values.classStringLengthConstraint for enforcing min/max length of strings. -
Uses of AbstractOptionConstraint in adams.gui.goe
Classes in adams.gui.goe with type parameters of type AbstractOptionConstraint Modifier and Type Interface Description interfacePropertyEditorWithConstraint<T extends AbstractOptionConstraint>Interface for property editors that support constraints.Fields in adams.gui.goe declared as AbstractOptionConstraint Modifier and Type Field Description protected AbstractOptionConstraintStringEditor. m_Constraintthe constraint to use.Methods in adams.gui.goe that return AbstractOptionConstraint Modifier and Type Method Description AbstractOptionConstraintStringEditor. getConstraint()Return the constraint in use.Methods in adams.gui.goe with parameters of type AbstractOptionConstraint Modifier and Type Method Description voidStringEditor. setConstraint(AbstractOptionConstraint value)The constraint to use.
-