Library | Package Java Toolkit

Interface FiletypeSaveOptions

package com.ptc.wfc.wfcSession;

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



Description

This class specifies the options for file save dialog.



Method Summary
MdlfileTypesGetModelFiletypes ()
    Get method for attribute "ModelFiletypes"
    The sequence of MdlfileType as filter for file types to be made available for selection. If this is empty all file types will be available.
/*optional*/ StringGetPreselectedItem ()
    Get method for attribute "PreselectedItem"
    A preselected file or item.
voidSetModelFiletypes (MdlfileTypes value)
    Set method for attribute "ModelFiletypes"
    The sequence of MdlfileType as filter for file types to be made available for selection. If this is empty all file types will be available.
voidSetPreselectedItem ( /*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

GetModelFiletypes/SetModelFiletypes

MdlfileTypesGetModelFiletypes ()
voidSetModelFiletypes (MdlfileTypes value)


    The sequence of MdlfileType as filter for file types to be made available for selection. If this is empty all file types will be available.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs, Session Objects: File Dialogs, Session Objects: File Dialogs



GetPreselectedItem/SetPreselectedItem

/*optional*/ StringGetPreselectedItem ()
voidSetPreselectedItem ( /*optional*/ String value)


    A preselected file or item.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs, Session Objects: File Dialogs, Session Objects: File Dialogs