:: com :: sun :: star :: ui ::
|
unpublished |
interface XUIElement |
|
|
|
- Usage Restrictions
- not published
- Description
- provides a function to retrieve a special purpose interface dependent
on the user interface element type.
The type of the interface depends on the real type of the user interface
element. A menubar user interface element provides access to its
com::sun::star::awt::XSystemDependentMenuBarPeer
which supports to retrieve the system dependent menu handle.
A floating window or a toolbar user interface element return a
::XWindow
interface.
|
Methods' Summary |
getRealInterface |
returns an interface to get access to user interface type specific functions.
|
Attributes' Summary |
Frame |
determines the document frame to which this element is bound to.
|
ResourceURL |
a resource URL which is a unique identifier of a user interface element.
|
Type |
determines the type of the user interface element.
|
Methods' Details |
getRealInterface
- Description
- returns an interface to get access to user interface type specific functions.
- Returns
- a special purpose interface which depends on the type of the user
interface element.
|
|
Attributes' Details |
Frame
[ readonly ] ::com::sun::star::frame::XFrame Frame;
- Description
- determines the document frame to which this element is bound to.
The life time of a user interface element does not explicitly depend on the
frame itself but on the visible component attached to the frame. It is possible
to exchange the visible component of a frame and that will lead to the end of
life of all user interface elements.
|
|
ResourceURL
[ readonly ] string ResourceURL;
- Description
- a resource URL which is a unique identifier of a user interface element.
|
|
Type
[ readonly ] short Type;
- Description
- determines the type of the user interface element.
- See also
- UIElementType
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.