com.togethersoft.openapi.util.properties
Class NullProperties

com.togethersoft.openapi.util.properties.NullPropertiesRO
  |
  +--com.togethersoft.openapi.util.properties.NullProperties

public class NullProperties
extends NullPropertiesRO
implements IProperties

Represents null property with ability to set new value to it.

Author:
TogetherSoft

Constructor Summary
 protected NullProperties()
           

Method Summary
 voidaddVetoableChangeListener(VetoableChangeListener listener)
           Stub method.
 static NullPropertiesgetNullProperties()
           Return the only instance of this class.
 voidputProperty(String key, String value)
           Stub method.
 voidremoveVetoableChangeListener(VetoableChangeListener listener)
           Stub method.

Methods inherited from class com.togethersoft.openapi.util.properties.NullPropertiesRO
addPropertyChangeListener, getNullPropertiesRO, getProperty, propertyNames, removePropertyChangeListener

Constructor Detail

NullProperties

protected NullProperties()
Method Detail

addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener listener)
Stub method. Does nothing.

getNullProperties

public static NullProperties getNullProperties()
Return the only instance of this class.

putProperty

public void putProperty(String key, String value)
Stub method. value and key are not used. Does nothing.

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener listener)
Stub method. Does nothing.

Association Links

to Class com.togethersoft.openapi.util.properties.NullProperties