Library | Package Java Toolkit

Interface FileUIOptions

package com.ptc.pfc.pfcUI;

public interface FileUIOptions
  extends jxobject



Description

This class specifies the UI options for the file dialog.
Direct Known Subclasses:
FileOpenOptions, FileSaveOptions, DirectorySelectionOptions, FiletypeOpenOptions, FiletypeSaveOptions



Method Summary
/*optional*/ StringGetDefaultPath ()
    Get method for attribute "DefaultPath"
    The default path used to start browsing.
/*optional*/ StringGetDialogLabel ()
    Get method for attribute "DialogLabel"
    The label used for the dialog box.
/*optional*/ FileOpenShortcutsGetShortcuts ()
    Get method for attribute "Shortcuts"
    An array to store the different file shortcuts.
voidSetDefaultPath ( /*optional*/ String value)
    Set method for attribute "DefaultPath"
    The default path used to start browsing.
voidSetDialogLabel ( /*optional*/ String value)
    Set method for attribute "DialogLabel"
    The label used for the dialog box.
voidSetShortcuts ( /*optional*/ FileOpenShortcuts value)
    Set method for attribute "Shortcuts"
    An array to store the different file shortcuts.

Method Detail

GetDialogLabel/SetDialogLabel

/*optional*/ StringGetDialogLabel ()
voidSetDialogLabel ( /*optional*/ String value)


    The label used for the dialog box.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs



GetShortcuts/SetShortcuts

/*optional*/ FileOpenShortcutsGetShortcuts ()
voidSetShortcuts ( /*optional*/ FileOpenShortcuts value)


    An array to store the different file shortcuts.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs



GetDefaultPath/SetDefaultPath

/*optional*/ StringGetDefaultPath ()
voidSetDefaultPath ( /*optional*/ String value)


    The default path used to start browsing.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs