20 module
com { module sun { module star { module inspection {
22 interface XPropertyControlObserver;
49 void enablePropertyUI( [in]
string PropertyName, [in]
boolean Enable );
70 void enablePropertyUIElements(
71 [in]
string PropertyName,
91 void rebuildPropertyUI( [in]
string PropertyName );
98 void showPropertyUI( [in]
string PropertyName );
105 void hidePropertyUI( [in]
string PropertyName );
111 void showCategory( [in]
string Category, [in]
boolean Show );
123 getPropertyControl( [in]
string PropertyName );
153 void setHelpSectionText( [in]
string HelpText )
Definition: Ambiguous.idl:20
specifies an interface for components to observer certain aspects of an XPropertyControl.
Definition: XPropertyControlObserver.idl:31
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:34
defines the interface for a single control in an ObjectInspector
Definition: XPropertyControl.idl:28
grants access to certain aspects of the user interface of an object inspector
Definition: XObjectInspectorUI.idl:37