Class TitledTabSizePolicyProperty

All Implemented Interfaces:
Property

public class TitledTabSizePolicyProperty extends EnumProperty
Property for TitledTabSizePolicy
See Also:
  • Constructor Details

    • TitledTabSizePolicyProperty

      public TitledTabSizePolicyProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage)
      Constructs a TitledTabSizePolicyProperty object.
      Parameters:
      group - property group
      name - property name
      description - property description
      valueStorage - storage for property
  • Method Details

    • get

      public TitledTabSizePolicy get(Object object)
      Gets the TitledTabSizePolicy
      Parameters:
      object - storage object for property
      Returns:
      the TitledTabSizePolicy
    • set

      public void set(Object object, TitledTabSizePolicy policy)
      Sets the TitledTabSizePolicy
      Parameters:
      object - storage object for property
      policy - the TitledTabSizePolicy