Interface AddConstraint

All Known Implementing Classes:
FlowCell, MigAddConstraint

public interface AddConstraint
Represents a constraint that can be added to a layout manager on a component by component basis. A typical example of a constraint are layout constants like UILayoutConstants.GROW, UILayoutConstants.WRAP, etc.
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplies the actual Object that is used by a particular layout manager to apply the constraint to a component.
  • Method Details

    • toConstraintForLayoutManager

      Object toConstraintForLayoutManager()
      Supplies the actual Object that is used by a particular layout manager to apply the constraint to a component.
      Returns:
      The Object that is used by a particular layout manager to apply the constraint to a component.