Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: inspection ::

enum InteractiveSelectionResult
Description
describes possible results of an interactive selection of a property value in an object inspector
Since
OOo 2.0.3
See also
XPropertyHandler::onInteractivePropertySelection

Values
Cancelled The interactive selection of a property value was cancelled.  
Success The interactive selection of a property value succeeded, and the new property value chosen by the user has already been set at the inspected component.  
ObtainedValue The interactive selection of a property value succeeded, a new property value has been obtained, but not yet set at the inspected component.  
Pending The interactive selection of a property value is still pending.  
Values' Details
Cancelled
Cancelled,
Description
The interactive selection of a property value was cancelled.
Success
Success,
Description
The interactive selection of a property value succeeded, and the new property value chosen by the user has already been set at the inspected component.
ObtainedValue
ObtainedValue,
Description
The interactive selection of a property value succeeded, a new property value has been obtained, but not yet set at the inspected component.

In this case, the obtained value is passed to the caller of which is responsible for forwarding this value to the inspected component.

Pending
Pending,
Description
The interactive selection of a property value is still pending.

This is usually used when this selection involves non-modal user interface.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.