Module org.jcommon

Interface HandleDisplay

    • Method Detail

      • isStateDisplaying

        boolean isStateDisplaying()
        Get if the object is currently displaying.
        Returns:
        true if the object is currently displaying and false otherwise.
        See Also:
        setStateDisplaying(boolean)
      • setStateDisplaying

        void setStateDisplaying​(boolean displaying)
        Set if the object has to be displaying. This method has to modify the display state only if its displayability is set to true.
        Parameters:
        displaying - true if the object is currently displaying and false otherwise.
        See Also:
        isStateDisplaying()
      • isStateDisplayable

        boolean isStateDisplayable()
        Get if the object display state can be modified.
        Returns:
        true if the object display state can be modified and false otherwise.
        See Also:
        isStateDisplaying(), setStateDisplayable(boolean)
      • setStateDisplayable

        void setStateDisplayable​(boolean displayable)
        Set if the object display state can be modified.
        Parameters:
        displayable - true if the object display state can be modified and false otherwise.
        See Also:
        setStateDisplaying(boolean), isStateDisplayable()