Class PropertyChangeObject
java.lang.Object
com.pnfsoftware.jeb.core.properties.impl.PropertyChangeObject
Record property changes without applying them (nor notifying listeners), until a call to
commit()
is made.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyChangeObject
public PropertyChangeObject()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
has
-
get
-
add
public PropertyChangeObject.Entry add(IPropertyManager pm, String fqname, Object value, IPropertyDefinition pd) -
commit
public void commit() -
commit
public void commit(boolean notify) -
toString
-