Interface Enableable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ENABLED_PROPERTY
      The enabled bound property.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isEnabled()  
      void setEnabled​(boolean newEnabled)
      Sets whether the object is enabled and can receive user input.
      • Methods inherited from interface com.globalmentor.beans.PropertyBindable

        addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
    • Field Detail

      • ENABLED_PROPERTY

        static final java.lang.String ENABLED_PROPERTY
        The enabled bound property.
    • Method Detail

      • isEnabled

        boolean isEnabled()
        Returns:
        Whether the object is enabled and can receive user input.
      • setEnabled

        void setEnabled​(boolean newEnabled)
        Sets whether the object is enabled and can receive user input. This is a bound property of type Boolean.
        Parameters:
        newEnabled - true if the object should indicate and accept user input.
        See Also:
        ENABLED_PROPERTY