:: com :: sun :: star :: inspection ::

unpublished interface XPropertyControlContext
Description
specifies the interface of the context of an XPropertyControl .
See also
XPropertyControl::ControlContext

Methods' Summary
focusGained notifies the context that a certain XPropertyControl 's UI representation gained the focus.  
controlValueChanged notifies the context that a certain XPropertyControl 's value changed.  
activateNextControl instructs the XPropertyControlContext to active the next control  
Methods' Details
focusGained
[oneway] void
focusGained( [in] XPropertyControl  Control );

Description
notifies the context that a certain XPropertyControl 's UI representation gained the focus.
Parameter Control
denotes the control whose UI representation gained the focus
controlValueChanged
[oneway] void
controlValueChanged( [in] XPropertyControl  Control );

Description
notifies the context that a certain XPropertyControl 's value changed.
Parameter Control
denotes the control whose value changed.
See also
XPropertyControl::Value
activateNextControl
[oneway] void
activateNextControl( [in] XPropertyControl  CurrentControl );

Description
instructs the XPropertyControlContext to active the next control
Parameter Control
denotes the control which initiated the request.
Top of Page