Library | Package Java Toolkit

Interface FileSaveRegisterOptions

package com.ptc.pfc.pfcUI;

public interface FileSaveRegisterOptions
  extends jxobject



Description

The class specifies options for registering a save operation.



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

Method Detail

GetFileType/SetFileType

StringGetFileType ()
voidSetFileType (String value)


    The file type to be saved.

This will appear as the file extension in the File 'Save a Copy' 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 saved.

This will appear as file description in the File 'Save a Copy' Dialog.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs