22module
com { module sun { module star { module beans {
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition PropertyVetoException.idl:31
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition UnknownPropertyException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:34
is used to receive PropertyChangeEvents whenever a bound property is changed.
Definition XPropertyChangeListener.idl:29
specifies a set of properties.
Definition generated_idl_chapter_refs.idl:1536
any getPropertyValue([in] string PropertyName)
void addVetoableChangeListener([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener)
adds an XVetoableChangeListener to the specified property with the name PropertyName.
void removePropertyChangeListener([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener)
removes an XPropertyChangeListener from the listener list.
void setPropertyValue([in] string aPropertyName, [in] any aValue)
sets the value of the property with the specified name.
void removeVetoableChangeListener([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener)
removes an XVetoableChangeListener from the listener list.
com::sun::star::beans::XPropertySetInfo getPropertySetInfo()
void addPropertyChangeListener([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener)
adds an XPropertyChangeListener to the specified property.
is used to receive PropertyChangeEvents whenever a "constrained" property is changed.
Definition XVetoableChangeListener.idl:32
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20