| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ String | GetDefaultPath
()
Get method for attribute "DefaultPath" The default path used to start browsing. |
| /*optional*/ String | GetDialogLabel
()
Get method for attribute "DialogLabel" The label used for the dialog box. |
| /*optional*/ FileOpenShortcuts | GetShortcuts
()
Get method for attribute "Shortcuts" An array to store the different file shortcuts. |
| void | SetDefaultPath
(
/*optional*/
String value)
Set method for attribute "DefaultPath" The default path used to start browsing. |
| void | SetDialogLabel
(
/*optional*/
String value)
Set method for attribute "DialogLabel" The label used for the dialog box. |
| void | SetShortcuts
(
/*optional*/
FileOpenShortcuts value)
Set method for attribute "Shortcuts" An array to store the different file shortcuts. |
| Method Detail |
|---|
| GetDialogLabel/SetDialogLabel |
|---|
| /*optional*/ String | GetDialogLabel | () |
| void | SetDialogLabel | ( /*optional*/ String value) |
The label used for the dialog box.
|
| GetShortcuts/SetShortcuts |
|---|
| /*optional*/ FileOpenShortcuts | GetShortcuts | () |
| void | SetShortcuts | ( /*optional*/ FileOpenShortcuts value) |
An array to store the different file shortcuts.
|
| GetDefaultPath/SetDefaultPath |
|---|
| /*optional*/ String | GetDefaultPath | () |
| void | SetDefaultPath | ( /*optional*/ String value) |
The default path used to start browsing.
|