Interface Displayable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DISPLAYED_PROPERTY
      The bound property of whether the object is displayed or has no representation, taking up no space.
    • Field Detail

      • DISPLAYED_PROPERTY

        static final java.lang.String DISPLAYED_PROPERTY
        The bound property of whether the object is displayed or has no representation, taking up no space.
    • Method Detail

      • isDisplayed

        boolean isDisplayed()
        Returns:
        Whether the object is displayed or has no representation, taking up no space.
      • setDisplayed

        void setDisplayed​(boolean newDisplayed)
        Sets whether the object is displayed or has no representation, taking up no space. This is a bound property of type Boolean.
        Parameters:
        newDisplayed - true if the object should be displayed, else false if the object should take up no space.
        See Also:
        DISPLAYED_PROPERTY