public class

PropertyChangeObject

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.properties.impl.PropertyChangeObject

Class Overview

Record property changes without applying them (nor notifying listeners), until a call to commit() is made.

Summary

Nested Classes
class PropertyChangeObject.Entry  
Public Constructors
PropertyChangeObject()
Public Methods
PropertyChangeObject.Entry add(IPropertyManager pm, String fqname, Object value, IPropertyDefinition pd)
void commit()
void commit(boolean notify)
Object get(String fqname)
boolean has(String fqname)
boolean isEmpty()
int size()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertyChangeObject ()

Public Methods

public PropertyChangeObject.Entry add (IPropertyManager pm, String fqname, Object value, IPropertyDefinition pd)

public void commit ()

public void commit (boolean notify)

public Object get (String fqname)

public boolean has (String fqname)

public boolean isEmpty ()

public int size ()

public String toString ()