Class BooleanPreference


  • public class BooleanPreference
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isTrue()  
      void setValue​(boolean value)  
      • Methods inherited from class java.lang.Object

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

      • BooleanPreference

        public BooleanPreference​(IPreferences preferences,
                                 java.lang.String name)
    • Method Detail

      • isTrue

        public boolean isTrue()
      • setValue

        public void setValue​(boolean value)