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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FileHistory.Listener.setFileHistory(FileHistory h)
Specify the FileHistory object from which to obtain the dynamic menu
entries.
|
Constructor and Description |
---|
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, 2014, Oracle and/or its affiliates. All rights reserved.