:: 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.
|
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.
|
|
Top of Page
Copyright © 2011, 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.