:: com :: sun :: star :: ui :: test ::

interface XUIObject

Methods' Summary
getChild  
executeAction  
getState  
getType  
getChildren  
getHierarchy  
Methods' Details
getChild
XUIObject
getChild( [in] string  id );

executeAction
void
executeAction( [in] string  action,
[in] ::com::sun::star::beans::PropertyValues  propValues );

getState
::com::sun::star::beans::PropertyValues
getState();

getType
string
getType();

getChildren
sequence< string >
getChildren();

getHierarchy
string
getHierarchy();

Top of Page