daoc.editor.model.properties
Class StringPropProperty

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

public class StringPropProperty
extends StringProperty

Used to edit property strings.

See Also:
Serialized Form

Constructor Summary
StringPropProperty(java.util.Properties properties, java.lang.String key)
           
 
Method Summary
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class daoc.editor.model.properties.StringProperty
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, wait, wait, wait
 

Constructor Detail

StringPropProperty

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

toString

public java.lang.String toString()
Overrides:
toString in class StringProperty

setValue

public void setValue(java.lang.String value)
Overrides:
setValue in class StringProperty