Class BooleanProperty


  • public class BooleanProperty
    extends java.lang.Object
    Author:
    Emmanuel Duchastenier
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanProperty​(java.lang.String displayName, java.lang.String propertyKey, boolean defaultValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BooleanProperty

        public BooleanProperty​(java.lang.String displayName,
                               java.lang.String propertyKey,
                               boolean defaultValue)
    • Method Detail

      • isEnabled

        public boolean isEnabled()