Library | Package Java Toolkit

Interface FileSaveOptions

package com.ptc.pfc.pfcUI;

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



Description

This class specifies the options for file save dialog.



Method Summary
StringGetFilterString ()
    Get method for attribute "FilterString"
    The filter string used for file extensions.
/*optional*/ StringGetPreselectedItem ()
    Get method for attribute "PreselectedItem"
    A preselected file or item.
voidSetFilterString (String value)
    Set method for attribute "FilterString"
    The filter string used for file extensions.
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

GetFilterString/SetFilterString

StringGetFilterString ()
voidSetFilterString (String value)


    The filter string used for file extensions.



GetPreselectedItem/SetPreselectedItem

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


    A preselected file or item.