19 #ifndef __com_sun_star_beans_XPropertySet_idl__ 20 #define __com_sun_star_beans_XPropertySet_idl__ 40 module
com { module sun { module star { module beans {
91 void setPropertyValue( [in]
string aPropertyName,
113 any getPropertyValue( [in]
string PropertyName )
129 void addPropertyChangeListener( [in]
string aPropertyName,
145 void removePropertyChangeListener( [in]
string aPropertyName,
160 void addVetoableChangeListener( [in]
string PropertyName,
173 void removeVetoableChangeListener( [in]
string PropertyName,
Definition: Ambiguous.idl:22
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:34
specifies a set of properties.
Definition: XPropertySetInfo.idl:45
is used to receive PropertyChangeEvents whenever a bound property is changed.
Definition: XPropertyChangeListener.idl:34
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
This exception is thrown when a proposed change to a property represents an unacceptable value...
Definition: PropertyVetoException.idl:34
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
base interface of all UNO interfaces
Definition: XInterface.idl:47
is used to receive PropertyChangeEvents whenever a "constrained" property is changed.
Definition: XVetoableChangeListener.idl:39