API Documentation > Interfaces > Interface FileOpenRegisterOptions
Interface FileOpenRegisterOptions

package com.ptc.pfc.pfcUI;

public interface
FileOpenRegisterOptions
extends
jxobject


Description
The class specifies options for registering a open operation.
User Guide References:
Method Summary
String
Get method for attribute "FileDescription"
Short description of the file type to be opened.
String
Get method for attribute "FileType"
The file type to be opened.
void
SetFileDescription (String value)
Set method for attribute "FileDescription"
Short description of the file type to be opened.
void
SetFileType (String value)
Set method for attribute "FileType"
The file type to be opened.
Method Detail
GetFileType
String
GetFileType
()
SetFileType
void
SetFileType
(String value)
The file type to be opened.
This will appear as the file extension in the File Open Dialog.
User Guide References:
GetFileDescription
String
GetFileDescription
()
SetFileDescription
void
SetFileDescription
(String value)
Short description of the file type to be opened.
This will appear as file description in the File Open Dialog.
User Guide References:
Was this helpful?