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

interface XUITest

Methods' Summary
executeCommand  
executeCommandWithParameters  
executeDialog  
getTopFocusWindow  
getFloatWindow  
Methods' Details
executeCommand
boolean
executeCommand( [in] string  command );

executeCommandWithParameters
boolean
executeCommandWithParameters( [in] string  command,
[in] ::com::sun::star::beans::PropertyValues  propValues );

executeDialog
boolean
executeDialog( [in] string  command );

getTopFocusWindow
XUIObject
getTopFocusWindow();

getFloatWindow
XUIObject
getFloatWindow();

Top of Page