OfficeObject Class
A base class for office objects.
Declaration
public abstract class OfficeObject extends JavaObject implements IPropertyChangeNotifier, ICloneable
Implements
com.devexpress.system.ICloneable
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
com.devexpress.system.JavaObject
OfficeObject
OfficeObject()
Initializes a new instance of the OfficeObject class.
Declaration
public OfficeObject()
Methods
deepClone() Method
Returns a deep copy of this OfficeObject instance.
Declaration
public OfficeObject deepClone()
Returns
| Type | Description |
|---|---|
OfficeObject |
A deep copy of this |
notifyChange(Object sender, String propertyName) Method
Notifies listeners of property changes on the specified object.
Declaration
public void notifyChange(Object sender, String propertyName)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The object for which the property changed. |
| propertyName | String | The name of the property that changed. |