Library | Package Java Toolkit

Class pfcUI

package com.ptc.pfc.pfcUI;

public class pfcUI



Description

Contains global CIP definitions for module "pfcUI"



Method Summary
static DirectorySelectionOptionsDirectorySelectionOptions_Create ()
    Creates a class object for directory selection dialog options.
static FileOpenOptionsFileOpenOptions_Create (String FilterString)
    Creates a class object for file open dialog options.
static FileOpenRegisterOptionsFileOpenRegisterOptions_Create (String FileType, String FileDescription)
    Creates an object of class FileOpenRegisterOptions
static FileOpenShortcutFileOpenShortcut_Create (String ShorcutPath, String ShortcutName)
    Creates a class object for file open shortcuts dialog.
static FileSaveOptionsFileSaveOptions_Create (String FilterString)
    Creates a class object for file save dialog options.
static FileSaveRegisterOptionsFileSaveRegisterOptions_Create (String FileType, String FileDescription)
    Creates an object of class FileSaveRegisterOptions
static MessageDialogOptionsMessageDialogOptions_Create ()
    Creates a class object for message dialog options.
static PopupmenuOptionsPopupmenuOptions_Create (String Name)
    Creates a class object for popup menu options.

Method Detail

MessageDialogOptions_Create

static MessageDialogOptionsMessageDialogOptions_Create ()


    Creates a class object for message dialog options.
Manual References:
Session Objects: Writing a Message Using a Message Pop-up Dialog Box
Returns:
A pointer to the object


FileOpenShortcut_Create

static FileOpenShortcutFileOpenShortcut_Create (String ShorcutPath, String ShortcutName)


    Creates a class object for file open shortcuts dialog.
Manual References:
Session Objects: File Dialogs
Parameters:
ShorcutPath
String for shortcut path.
ShortcutName
ShortcutName.
Returns:
A pointer to the object


FileOpenOptions_Create

static FileOpenOptionsFileOpenOptions_Create (String FilterString)


    Creates a class object for file open dialog options.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs
Parameters:
FilterString
The filter string for file extensions.
Returns:
A pointer to the object.


FileSaveOptions_Create

static FileSaveOptionsFileSaveOptions_Create (String FilterString)


    Creates a class object for file save dialog options.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs
Parameters:
FilterString
The filter string used for file extensions.
Returns:
A pointer to the object.


DirectorySelectionOptions_Create

static DirectorySelectionOptionsDirectorySelectionOptions_Create ()


    Creates a class object for directory selection dialog options.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs
Returns:
A pointer to the object.


PopupmenuOptions_Create

static PopupmenuOptionsPopupmenuOptions_Create (String Name)


    Creates a class object for popup menu options.
Parameters:
Name
Name of the popup menu item.
Returns:


FileSaveRegisterOptions_Create

static FileSaveRegisterOptionsFileSaveRegisterOptions_Create (String FileType, String FileDescription)


    Creates an object of class FileSaveRegisterOptions
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs
Parameters:
FileType
The file type to be saved.
FileDescription
Short description of the file type to be saved.
Returns:
An object of class.


FileOpenRegisterOptions_Create

static FileOpenRegisterOptionsFileOpenRegisterOptions_Create (String FileType, String FileDescription)


    Creates an object of class FileOpenRegisterOptions
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs
Parameters:
FileType
The file type to be opened.
FileDescription
Short description of the file type to be opened.
Returns:
An object of class.