Lines Matching refs:interface
53 /** specifies a user interface element.
56 A user interface element consists of a unique identifier and a type specifier. It
57 provides an interface to retrieve a special purpose interface which depends on
58 the specific user interface element type. Every user interface must be initialized
67 /** provides a function to retrieve a special purpose interface which depends on
68 the specific user interface element type.
70 interface ::com::sun::star::ui::XUIElement;
72 /** interface to initialize a user interface element instance.
74 A user interface element must be initialized using
79 the user interface element.</li>
82 A user interface element factory creates and initializes every user interface element
88 [optional] interface ::com::sun::star::lang::XInitialization;
93 A user interface element implementation should check if it has to update its visual
97 [optional] interface com::sun::star::util::XUpdatable;
101 interface ::com::sun::star::lang::XComponent;