API Documentation > Interfaces > Interface FileOpenOptions
Interface FileOpenOptions

package com.ptc.pfc.pfcUI;

public interface
FileOpenOptions
extends
com.ptc.pfc.pfcUI.FileUIOptions


Description
This class specifies the options for file open dialog.
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcUI.FileUIOptions :
Method Summary
String
Get method for attribute "FilterString"
The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".
/*cipOptional*/ String
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. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".
void
SetPreselectedItem ( /*cipOptional*/ String value)
Set method for attribute "PreselectedItem"
A preselected file or item.
Method Detail
GetFilterString
String
GetFilterString
()
SetFilterString
void
SetFilterString
(String value)
The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".
User Guide References:
GetPreselectedItem
/*cipOptional*/ String
GetPreselectedItem
()
SetPreselectedItem
void
SetPreselectedItem
( /*cipOptional*/ String value)
A preselected file or item.
User Guide References:
Was this helpful?