Class LinkingContainerModel

All Implemented Interfaces:
IAdaptable, IPropertySource

public class LinkingContainerModel extends AbstractLinkingContainerModel
The model for linking container widget.
  • Field Details

    • ID

      public static final String ID
      The ID of this widget model.
      See Also:
    • VERSION_CHANGE_OF_RESIZE_BEHAVIOUR

      public static final org.osgi.framework.Version VERSION_CHANGE_OF_RESIZE_BEHAVIOUR
      Versions before this didn't have an updated resize behaviour.
    • PROP_OPI_FILE

      public static final String PROP_OPI_FILE
      The ID of the resource property.
      See Also:
    • PROP_ZOOMTOFITALL

      @Deprecated public static final String PROP_ZOOMTOFITALL
      Deprecated.
      The ID of the auto zoom property.
      See Also:
    • PROP_AUTO_SIZE

      @Deprecated public static final String PROP_AUTO_SIZE
      Deprecated.
      The ID of the auto scale property.
      See Also:
    • PROP_RESIZE_BEHAVIOUR

      public static final String PROP_RESIZE_BEHAVIOUR
      How the widget should behave when the contents is not the same size as the widget.
      See Also:
  • Constructor Details

    • LinkingContainerModel

      public LinkingContainerModel()
  • Method Details