net.nexttext.property
Class BooleanProperty

java.lang.Object
  extended by net.nexttext.property.Property
      extended by net.nexttext.property.BooleanProperty
All Implemented Interfaces:
java.lang.Cloneable

public class BooleanProperty
extends Property

A boolean property type.


Constructor Summary
BooleanProperty(boolean value)
           
 
Method Summary
 boolean get()
           
 boolean getOriginal()
           
 void reset()
          Reset this property to its original value.
 void set(boolean value)
           
 
Methods inherited from class net.nexttext.property.Property
addChangeListener, clone, getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanProperty

public BooleanProperty(boolean value)
Method Detail

get

public boolean get()

getOriginal

public boolean getOriginal()

set

public void set(boolean value)

reset

public void reset()
Description copied from class: Property
Reset this property to its original value.

Specified by:
reset in class Property