Methods' Details
|
- fileSelectionChanged
-  
- void
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
- com::sun::star::ui::dialogs::FilePickerEvent
|
- directoryChanged
-  
- void
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
- com::sun::star::ui::dialogs::FilePickerEvent
|
- helpRequested
-  
- string
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
- com::sun::star::ui::dialogs::FilePickerEvent
|
- controlStateChanged
-  
- void
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
- com::sun::star::ui::dialogs::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.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.