Uses of Class
com.sun.javatest.tool.FileHistory
-
Packages that use FileHistory Package Description com.sun.javatest.tool 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 FileHistory Modifier and Type Method Description static FileHistory
FileHistory. getFileHistory(WorkDirectory wd, java.lang.String name)
Get a shared FileHistory object for a specified file and work directory.static FileHistory
FileHistory. getFileHistory(java.io.File wdFile, java.lang.String name)
Get a shared FileHistory object for a specified file and path to work directory.FileHistory
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 FileHistory Modifier and Type Method Description void
FileHistory.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 FileHistory Constructor Description Listener(FileHistory h, int o, java.awt.event.ActionListener l)
Create a Listener that can be used to dynamically add the latest entries from a FileHistory onto a menu.
-