freemind.common
Class DontShowNotificationProperty

java.lang.Object
  extended by freemind.common.PropertyBean
      extended by freemind.common.BooleanProperty
          extended by freemind.common.DontShowNotificationProperty
All Implemented Interfaces:
PropertyControl

public class DontShowNotificationProperty
extends BooleanProperty


Field Summary
 
Fields inherited from class freemind.common.BooleanProperty
FALSE_VALUE, mFalseValue, mTrueValue, TRUE_VALUE
 
Constructor Summary
DontShowNotificationProperty(java.lang.String description, java.lang.String label)
           
 
Method Summary
 
Methods inherited from class freemind.common.BooleanProperty
getDescription, getLabel, getValue, layout, setEnabled, setValue
 
Methods inherited from class freemind.common.PropertyBean
addPropertyChangeListener, firePropertyChangeEvent, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DontShowNotificationProperty

public DontShowNotificationProperty(java.lang.String description,
                                    java.lang.String label)