daoc.editor.model.properties
Class BoolPropProperty

java.lang.Object
  extended bydaoc.editor.model.properties.Property
      extended bydaoc.editor.model.properties.BooleanProperty
          extended bydaoc.editor.model.properties.BoolPropProperty
All Implemented Interfaces:
java.io.Serializable

public class BoolPropProperty
extends BooleanProperty

Class names are getting worse and worse...

See Also:
Serialized Form

Constructor Summary
BoolPropProperty(java.util.Properties properties, java.lang.String key)
           
 
Method Summary
 boolean booleanValue()
           
 void setValue(boolean b)
           
 
Methods inherited from class daoc.editor.model.properties.BooleanProperty
writeXML
 
Methods inherited from class daoc.editor.model.properties.Property
addUpdateListener, getName, removeUpdateListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoolPropProperty

public BoolPropProperty(java.util.Properties properties,
                        java.lang.String key)
Method Detail

booleanValue

public boolean booleanValue()
Overrides:
booleanValue in class BooleanProperty

setValue

public void setValue(boolean b)
Overrides:
setValue in class BooleanProperty