freemind.main
Class Tools.BooleanHolder

java.lang.Object
  extended by freemind.main.Tools.BooleanHolder
Enclosing class:
Tools

public static class Tools.BooleanHolder
extends java.lang.Object


Constructor Summary
Tools.BooleanHolder()
           
Tools.BooleanHolder(boolean initialValue)
           
 
Method Summary
 boolean getValue()
           
 void setValue(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tools.BooleanHolder

public Tools.BooleanHolder()

Tools.BooleanHolder

public Tools.BooleanHolder(boolean initialValue)
Method Detail

setValue

public void setValue(boolean value)

getValue

public boolean getValue()