A B C D E F G H I J K L M N O P R S T U V W X Y

T

TAB_FLAVOR - Static variable in class org.peace_tools.generic.dndTabs.DnDTabHandler
The only DataFlavor that is currently supported by all of the DnD related classes and methods in this class.
tabDeleted(Component) - Method in class org.peace_tools.core.ViewFactory
Method to intercept events generated by DnDTabbedPane to report removal of views.
tabDeleted(Component) - Method in interface org.peace_tools.generic.dndTabs.DnDTabListener
Method to report the fact that a tab has been deleted.
tabIcon - Static variable in class org.peace_tools.generic.dndTabs.DnDTabHandler
The icon for the tab currently being moved.
TabIcons - Static variable in class org.peace_tools.core.ViewFactory
The array of icons that are displayed in a the tabs along with titles for each view.
table - Variable in class org.peace_tools.core.AbstractMenuHelper
Reference to the JTable that last requested a selection listener.
table - Variable in class org.peace_tools.views.DBClassifierEditor
The JTable with the list of DB classifiers that are being currently edited by the user.
tableChanged(TableModelEvent) - Method in class org.peace_tools.core.AbstractMenuHelper
Default implementation for TableModelListener.
tableData - Variable in class org.peace_tools.views.DBClassifierEditor
This instance variable contains the mutable data model that contains the actual classifier data displayed in the table.
tableModel - Variable in class org.peace_tools.views.DataSetFileListView
The table model that provides the data for display in the file table.
tabName - Static variable in class org.peace_tools.generic.dndTabs.DnDTabHandler
The name of the tab currently being moved.
tabPane - Variable in class org.peace_tools.generic.dndTabs.DnDTabHandler
This member object hold a reference to the JTabbedPane with which this DnD handler is associated.
tabs - Variable in class org.peace_tools.core.WorkspaceChooser
The set of tabs that are displayed in this dialog for the user to work with.
targetFileNames - Variable in class org.peace_tools.core.FileCopyDialog
The names of the files (with absolute path on local machine) to be copied from the remote machine to the local machine.
testRegExp() - Method in class org.peace_tools.views.DBClassifierEditor
Method to check the working status of a DB classifier.
textPane - Variable in class org.peace_tools.core.PEACEInstaller
The text pane where the output from the installation process is displayed.
threshold - Variable in class org.peace_tools.core.job.ClusterWizardPage
The spinner for setting the threshold.
threshold - Variable in class org.peace_tools.workspace.MSTClusterData
The threshold value used for cluster generating.
THRESHOLD_INFO - Static variable in class org.peace_tools.core.job.ClusterWizardPage
A generic informational message that provides additional information on the significance of the threshold value.
TickFontSize - Variable in class org.peace_tools.views.ClusterSummaryView
This is a constant that provides the maximum font size we would like to use for the ticks on the graph.
timestamp - Variable in class org.peace_tools.views.DetailView
This label is used to display the time stamp when the job information was last updated.
TimeStampRenderer - Variable in class org.peace_tools.views.UserLogPane
An instance of the cell renderer that is used to render the first column in the table with a suitable status icon.
title - Variable in class org.peace_tools.generic.GenericWizardPage
The title to be set for this wizard page.
titlePanel - Variable in class org.peace_tools.generic.WizardDialog
A custom panel that is used as the title panel for this wizard.
titles - Variable in class org.peace_tools.generic.WizardDialog
The array of two titles that are displayed at the top of this wizard dialog.
toClusterIndex(int) - Method in class org.peace_tools.views.ClusterSummaryView
Helper method to convert an x-coordinate in the graph to a cluster index.
toCmdLine(String) - Method in class org.peace_tools.core.job.JobWizard
Return the information in the form of a complete PEACE command line.
toCmdLine() - Method in class org.peace_tools.workspace.Filter
Return the information in the form of a partial PEACE command line parameter.
toCmdLine() - Method in class org.peace_tools.workspace.FWAnalyzer
Return the information in the form of a partial PEACE command line.
toCmdLine() - Method in class org.peace_tools.workspace.Heuristic
Return the information in the form of a partial PEACE command line parameter.
toCmdLine() - Method in class org.peace_tools.workspace.Job
Return the information in the form of a partial PEACE command line parameter.
toCmdLine() - Method in class org.peace_tools.workspace.MSTClusterData
Return the information in the form of a partial PEACE command line parameter.
toCmdLine() - Method in class org.peace_tools.workspace.MSTData
Return the information in the form of a partial PEACE command line parameter.
TOGGLE_LOG_SAVING - Static variable in class org.peace_tools.views.LogPane
A string constant to ensure that the action command associated with a swing component and its action listener are consistently used without causing any issues.
toggleLogWriting() - Method in class org.peace_tools.generic.Log
method to start/stop writing logs to the given log file.
toInteger(byte, byte) - Static method in class org.peace_tools.generic.Utilities
This is a utility method to convert a pair of bytes into a single integer.
toLong(int, int) - Static method in class org.peace_tools.data.OverlapModel
A simple helper method to combine two integers into a long.
toModelCoordinates(Rectangle) - Method in class org.peace_tools.views.overlap.OverlapPanel
Helper method to translate graphics coordinates to model coordinates.
toolbar - Variable in class org.peace_tools.core.MainFrame
A reference to the toolbar associated with this main frame.
toolbar - Variable in class org.peace_tools.views.ClusterSummaryView
The tool bar that contains some commonly used tools with the summary view and for modifying the graph size / info.
toolbar - Variable in class org.peace_tools.views.ClusterTreeTableView
The toolbar that contains some commonly used tools with the jobs.
toolbar - Variable in class org.peace_tools.views.DataSetFileListView
The tool bar that contains some commonly used tools with the servers.
toolbar - Variable in class org.peace_tools.views.DataSetTreeView
The tool bar that contains some commonly used tools with the data set tree view.
toolbar - Variable in class org.peace_tools.views.DBClassifierEditor
The tool bar that contains the various buttons/tools with with the classifier list can be edited and modified.
toolbar - Variable in class org.peace_tools.views.ESTTableView
The toolbar that contains some commonly used tools with the jobs.
toolbar - Variable in class org.peace_tools.views.JobListView
The toolbar that contains some commonly used tools with the jobs.
toolbar - Variable in class org.peace_tools.views.overlap.OverlapView
The tool bar that contains some commonly used tools with the overlap view and for modifying the scale used to draw the overlap view.
toolbar - Variable in class org.peace_tools.views.ServerListView
The toolbar that contains some commonly used tools with the servers.
toString() - Method in class org.peace_tools.core.FileInfo
 
toString() - Method in class org.peace_tools.data.ClusterNode
This method returns basic information about this cluster node.
toString() - Method in class org.peace_tools.data.EST
 
toString() - Method in class org.peace_tools.data.MSTNode
This method returns the EST index and metric as a string.
toString() - Method in class org.peace_tools.generic.Pair
Override the default toString() method to return name and value separated by a colon.
toString(Throwable) - Static method in class org.peace_tools.generic.Utilities
Helper method to convert the stack trace in an exception to a string.
toString() - Method in class org.peace_tools.workspace.DataSet
Overrides the default implementation in the base class to simply return the last part of the EST file associated with this data set.
toString() - Method in class org.peace_tools.workspace.Filter
Provides a one line information about this heuristics.
toString() - Method in class org.peace_tools.workspace.FWAnalyzer
 
toString() - Method in class org.peace_tools.workspace.Heuristic
Provides a one line information about this heuristics.
toString() - Method in class org.peace_tools.workspace.Job
 
toString() - Method in class org.peace_tools.workspace.MSTClusterData
Overrides the default implementation in the base class to simply return the last part of the cluster file associated with this entry.
toString() - Method in class org.peace_tools.workspace.MSTData
Overrides the default implementation in the base class to simply return the last part of the MST file associated with this entry.
toString() - Method in class org.peace_tools.workspace.Server
 
toString() - Method in class org.peace_tools.workspace.Workspace
Provides a string of the form Workspace (../path) to display some workspace related information to the user.
tree - Variable in class org.peace_tools.core.AbstractMenuHelper
Reference to the JTree that last requested a selection listener.
TreeIcons - Static variable in class org.peace_tools.views.ClusterTreeTableView
The array of icons that are displayed in a the cluster/EST tree adjacent to entries.
treeModel - Variable in class org.peace_tools.views.DataSetTreeView
The data model that provides the various branches and leaves to be displayed in the tree.
treeModel - Variable in class org.peace_tools.views.MSTFileView
The data model that provides the various branches and leaves of a MST to be displayed in the tree.
treeModelListeners - Variable in class org.peace_tools.data.ClusterTreeTableModel
The list of tree mode listeners that were added to this tree model.
treeModelListeners - Variable in class org.peace_tools.data.DataSetTreeModel
The list of tree mode listeners that were added to this tree model.
treeModelListeners - Variable in class org.peace_tools.data.MSTTreeModel
The list of tree mode listeners that were added to this tree model.
treeView - Variable in class org.peace_tools.views.DataSetFileListView
The actual tree view that provides a graphical view of the data sets in the form of a tree.
triggerTool(String) - Method in class org.peace_tools.views.GenericHTMLView
Method to trigger a tool bar button action.
tvParams - Variable in class org.peace_tools.core.job.HeuristicsWizardPage
The array of two configuration parameter values for the t/v heuristic.
TWO_PASS_INFO - Static variable in class org.peace_tools.core.job.ClusterWizardPage
A simple text message that is displayed to the user when the user selects the two-passed D2 configuration.
TWO_PASS_INFO - Static variable in class org.peace_tools.core.job.HeuristicsWizardPage
A simple text message that is displayed to the user when the user selects the two-passed D2 configuration.
type - Variable in class org.peace_tools.workspace.FWAnalyzer
The type of f/w analyzer that this object contains information about.
type - Variable in class org.peace_tools.workspace.MSTData
The type of MST building approach supported by PEACE that was used to obtain the MST referred by this class.

A B C D E F G H I J K L M N O P R S T U V W X Y