freemind.common
Class RemindValueProperty

java.lang.Object
  extended by freemind.common.PropertyBean
      extended by freemind.common.ThreeCheckBoxProperty
          extended by freemind.common.RemindValueProperty
All Implemented Interfaces:
PropertyControl

public class RemindValueProperty
extends ThreeCheckBoxProperty

Author:
foltin

Field Summary
 
Fields inherited from class freemind.common.ThreeCheckBoxProperty
DON_T_TOUCH_VALUE, DON_T_TOUCH_VALUE_INT, FALSE_VALUE, FALSE_VALUE_INT, mDontTouchValue, mFalseValue, mTrueValue, TRUE_VALUE, TRUE_VALUE_INT
 
Constructor Summary
RemindValueProperty(java.lang.String pDescription, java.lang.String pLabel, TextTranslator pTextTranslator)
           
 
Method Summary
protected  void setState(int newState)
           
 
Methods inherited from class freemind.common.ThreeCheckBoxProperty
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

RemindValueProperty

public RemindValueProperty(java.lang.String pDescription,
                           java.lang.String pLabel,
                           TextTranslator pTextTranslator)
Method Detail

setState

protected void setState(int newState)
Overrides:
setState in class ThreeCheckBoxProperty