Library | Package Java Toolkit

Interface FileOpenShortcut

package com.ptc.pfc.pfcUI;

public interface FileOpenShortcut
  extends jxobject



Description

This class specifies the shortcuts for file open dialog.



Method Summary
StringGetShortcutName ()
    Get method for attribute "ShortcutName"
    String for shortcut name.
StringGetShortcutPath ()
    Get method for attribute "ShortcutPath"
    String for shortcut path.
voidSetShortcutName (String value)
    Set method for attribute "ShortcutName"
    String for shortcut name.
voidSetShortcutPath (String value)
    Set method for attribute "ShortcutPath"
    String for shortcut path.

Method Detail

GetShortcutPath/SetShortcutPath

StringGetShortcutPath ()
voidSetShortcutPath (String value)


    String for shortcut path.
Manual References:
Session Objects: File Dialogs



GetShortcutName/SetShortcutName

StringGetShortcutName ()
voidSetShortcutName (String value)


    String for shortcut name.
Manual References:
Session Objects: File Dialogs