daoc.editor.model.properties
Class IntPropProperty

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

public class IntPropProperty
extends IntegerProperty

See Also:
Serialized Form

Constructor Summary
IntPropProperty(java.util.Properties props, java.lang.String key)
           
 
Method Summary
 void setValue(int i)
           
 
Methods inherited from class daoc.editor.model.properties.IntegerProperty
intValue, 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

IntPropProperty

public IntPropProperty(java.util.Properties props,
                       java.lang.String key)
Method Detail

setValue

public void setValue(int i)
Overrides:
setValue in class IntegerProperty