Uses of Class
com.sun.javatest.tool.FileHistory
Packages that use FileHistory
Package
Description
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
-
Uses of FileHistory in com.sun.javatest.tool
Methods in com.sun.javatest.tool that return FileHistoryModifier and TypeMethodDescriptionstatic FileHistoryFileHistory.getFileHistory(WorkDirectory wd, String name) Get a shared FileHistory object for a specified file and work directory.static FileHistoryFileHistory.getFileHistory(File wdFile, String name) Get a shared FileHistory object for a specified file and path to work directory.FileHistory.Listener.getFileHistory()Get the FileHistory object from which to obtain the dynamic menu entries.Methods in com.sun.javatest.tool with parameters of type FileHistoryModifier and TypeMethodDescriptionvoidFileHistory.Listener.setFileHistory(FileHistory h) Specify the FileHistory object from which to obtain the dynamic menu entries.Constructors in com.sun.javatest.tool with parameters of type FileHistoryModifierConstructorDescriptionListener(FileHistory h, int o, ActionListener l) Create a Listener that can be used to dynamically add the latest entries from a FileHistory onto a menu.