API Documentation > Interfaces > Interface FileUIOptions
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:
User Guide References:
Method Summary
/*cipOptional*/ String
Get method for attribute "DefaultPath"
The default path used to start browsing.
/*cipOptional*/ String
Get method for attribute "DialogLabel"
The label used for the dialog box.
/*cipOptional*/ FileOpenShortcuts
Get method for attribute "Shortcuts"
An array to store the different file shortcuts.
void
SetDefaultPath ( /*cipOptional*/ String value)
Set method for attribute "DefaultPath"
The default path used to start browsing.
void
SetDialogLabel ( /*cipOptional*/ String value)
Set method for attribute "DialogLabel"
The label used for the dialog box.
void
SetShortcuts ( /*cipOptional*/ FileOpenShortcuts value)
Set method for attribute "Shortcuts"
An array to store the different file shortcuts.
Method Detail
GetDialogLabel
/*cipOptional*/ String
GetDialogLabel
()
SetDialogLabel
void
SetDialogLabel
( /*cipOptional*/ String value)
The label used for the dialog box.
User Guide References:
GetShortcuts
/*cipOptional*/ FileOpenShortcuts
GetShortcuts
()
SetShortcuts
void
SetShortcuts
( /*cipOptional*/ FileOpenShortcuts value)
An array to store the different file shortcuts.
User Guide References:
GetDefaultPath
/*cipOptional*/ String
GetDefaultPath
()
SetDefaultPath
void
SetDefaultPath
( /*cipOptional*/ String value)
The default path used to start browsing.
User Guide References:
Was this helpful?