Library | Package Java Toolkit

Interface FileOpenRegisterOptions

package com.ptc.pfc.pfcUI;

public interface FileOpenRegisterOptions
  extends jxobject



Description

The class specifies options for registering a open operation.



Method Summary
StringGetFileDescription ()
    Get method for attribute "FileDescription"
    Short description of the file type to be opened.
StringGetFileType ()
    Get method for attribute "FileType"
    The file type to be opened.
voidSetFileDescription (String value)
    Set method for attribute "FileDescription"
    Short description of the file type to be opened.
voidSetFileType (String value)
    Set method for attribute "FileType"
    The file type to be opened.

Method Detail

GetFileType/SetFileType

StringGetFileType ()
voidSetFileType (String value)


    The file type to be opened.

This will appear as the file extension in the File Open Dialog.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs



GetFileDescription/SetFileDescription

StringGetFileDescription ()
voidSetFileDescription (String value)


    Short description of the file type to be opened.

This will appear as file description in the File Open Dialog.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs