API Documentation > Interfaces > Interface FileOpenShortcut
Interface FileOpenShortcut

package com.ptc.pfc.pfcUI;

public interface
FileOpenShortcut
extends
jxobject


Description
This class specifies the shortcuts for file open dialog.
Method Summary
String
Get method for attribute "ShortcutName"
String for shortcut name.
String
Get method for attribute "ShortcutPath"
String for shortcut path.
void
SetShortcutName (String value)
Set method for attribute "ShortcutName"
String for shortcut name.
void
SetShortcutPath (String value)
Set method for attribute "ShortcutPath"
String for shortcut path.
Method Detail
GetShortcutPath
String
GetShortcutPath
()
SetShortcutPath
void
SetShortcutPath
(String value)
String for shortcut path.
Manual References:
GetShortcutName
String
GetShortcutName
()
SetShortcutName
void
SetShortcutName
(String value)
String for shortcut name.
Manual References:
Was this helpful?