:: com :: sun :: star :: ui :: dialogs ::
|
interface XFilePickerListener |
- Base Interfaces
XFilePickerListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Description
- Interface to be implemented by a FilePicker listener.
The XFilePickerListener interface must be implemented by
the clients of the FilePicker service which need to be informed about
events while the FilePicker service is displayed.
|
Methods' Summary |
fileSelectionChanged |
A client receives this event if the file selection within the
FilePicker service dialog changes.
|
directoryChanged |
A client receives this event if the directory selection within the
FilePicker dialog changes.
|
helpRequested |
A client receives this event if the F1 key or the help button was
pressed.
|
controlStateChanged |
A client receives this event if the state of a control within the
FilePicker service dialog changes.
|
dialogSizeChanged |
A client receives this event if the size of the FilePicker dialog
has changed. If the FilePicker dialog contains a preview the client
may ask for the new dimension of the preview area.
|
Methods' Details |
fileSelectionChanged
- Description
- A client receives this event if the file selection within the
FilePicker service dialog changes.
- Parameter aEvent
- of type FilePickerEvent that describes the event
- See also
- FilePickerEvent
|
|
directoryChanged
- Description
- A client receives this event if the directory selection within the
FilePicker dialog changes.
- Parameter aEvent
- Of type FilePickerEvent that describes the event.
- See also
- FilePickerEvent
|
|
helpRequested
- Description
- A client receives this event if the F1 key or the help button was
pressed.
- Parameter aEvent
- of type FilePickerEvent that describes the event
- Returns
- A help string which the FilePicker dialog should use to display
a help for a specific control. If the returned string is empty it is
undefined how the FilePicker implementation will behave.
It may show a message "no help available" or may show no
help at all.
- See also
- FilePickerEvent
|
|
controlStateChanged
- Description
- A client receives this event if the state of a control within the
FilePicker service dialog changes.
- Parameter aEvent
- of type FilePickerEvent that describes the event.
- See also
- FilePickerEvent
|
|
dialogSizeChanged
void |
dialogSizeChanged(); |
- Description
- A client receives this event if the size of the FilePicker dialog
has changed. If the FilePicker dialog contains a preview the client
may ask for the new dimension of the preview area.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.