| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| String | GetFilterString
()
Get method for attribute "FilterString" The filter string used for file extensions. |
| /*optional*/ String | GetPreselectedItem
()
Get method for attribute "PreselectedItem" A preselected file or item. |
| void | SetFilterString
(String value)
Set method for attribute "FilterString" The filter string used for file extensions. |
| void | SetPreselectedItem
(
/*optional*/
String value)
Set method for attribute "PreselectedItem" A preselected file or item. |
| Methods Inherited from Interface com.ptc.pfc.pfcUI.FileUIOptions |
|---|
| GetDialogLabel, SetDialogLabel, GetShortcuts, SetShortcuts, GetDefaultPath, SetDefaultPath |
| Method Detail |
|---|
| GetFilterString/SetFilterString |
|---|
| String | GetFilterString | () |
| void | SetFilterString | (String value) |
| The filter string used for file extensions.
|
| GetPreselectedItem/SetPreselectedItem |
|---|
| /*optional*/ String | GetPreselectedItem | () |
| void | SetPreselectedItem | ( /*optional*/ String value) |
| A preselected file or item.
|