Uses of Class
com.sun.javatest.tool.FileHistory

Packages that use FileHistory
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
 FileHistory FileHistory.Listener.getFileHistory()
          Get the FileHistory object from which to obtain the dynamic menu entries.
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.
static FileHistory FileHistory.getFileHistory(WorkDirectory wd, java.lang.String name)
          Get a shared FileHistory object for a specified file and work directory.
 

Methods in com.sun.javatest.tool with parameters of type FileHistory
 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
FileHistory.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.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.