Library | Package Java Toolkit

Interface FileOpenRegisterListener

package com.ptc.pfc.pfcUI;

public interface FileOpenRegisterListener
  extends com.ptc.pfc.pfcBase.ActionListener



Description

Listener providing implementation for external functions registered by the application and capable of being used for Open operation.



Method Summary
booleanFileOpenAccess (String FileType)
    The callback function to decide if the file type should be selectable in File Open dialog or not.
voidOnFileOpenRegister (String FileType, String FilePath)
    This callback function is called upon pressing Open button for the new registered type.

Method Detail

FileOpenAccess

booleanFileOpenAccess (String FileType)


    The callback function to decide if the file type should be selectable in File Open dialog or not.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs
Parameters:
FileType
The file type.
Returns:
Boolean indicating whether the file type is selectable.


OnFileOpenRegister

voidOnFileOpenRegister (String FileType, String FilePath)


    This callback function is called upon pressing Open button for the new registered type.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs
Parameters:
FileType
The file type.
FilePath
The absolute path of the file open location.
Returns: