Uses of Class
org.peace_tools.core.MainFrame

Packages that use MainFrame
org.peace_tools.core Contains the core classes that coordinate the activities of various classes and wizards. 
org.peace_tools.core.dataset Contains the classes associated with the data set wizard. 
org.peace_tools.core.job Contains the classes associated with the job wizard. 
org.peace_tools.core.server Contains the classes associated with the server wizard. 
org.peace_tools.views Contains the classes that provide views for the various data objects in the GUI. 
org.peace_tools.views.overlap Contains the classes that provide a custom overlap view of clusters. 
 

Uses of MainFrame in org.peace_tools.core
 

Fields in org.peace_tools.core declared as MainFrame
private  MainFrame FileCopyDialog.mainFrame
          A convenient reference to the main frame that logically owns this dialog.
private  MainFrame ViewFactory.mainFrame
          A convenient reference to the main frame that logically owns this view factory.
private  MainFrame DeleteDialog.mainFrame
          A convenient reference to the main frame that logically owns this dialog.
protected  MainFrame AbstractMenuHelper.mainFrame
          A convenience reference to the main frame that logically owns this menu helper.
 

Constructors in org.peace_tools.core with parameters of type MainFrame
AbstractMenuHelper(AbstractMenuHelper.HelperType helperType, MainFrame mainFrame)
           
DeleteDialog(MainFrame mainFrame, java.lang.Object wsEntry)
          The constructor.
FileCopyDialog(MainFrame parent, Job job)
          The constructor for creating and configuring this dialog.
FileMenuHelper(MainFrame mainFrame)
          The constructor.
HelpMenuHelper(MainFrame mainFrame)
          The constructor.
JobMenuHelper(MainFrame mainFrame)
          The constructor.
MainFrame.DefaultViewFactory(MainFrame mf)
          The constructor.
ServerConnectionTester(MainFrame mainFrame, Server server)
          The constructor.
ServerMenuHelper(MainFrame mainFrame)
          The constructor.
ViewFactory(MainFrame mf)
          The constructor.
ViewMenuHelper(MainFrame mainFrame)
          The constructor.
 

Uses of MainFrame in org.peace_tools.core.dataset
 

Constructors in org.peace_tools.core.dataset with parameters of type MainFrame
DataSetWizard(java.lang.String title, MainFrame parent)
          The constructor for the data set wizard.
 

Uses of MainFrame in org.peace_tools.core.job
 

Fields in org.peace_tools.core.job declared as MainFrame
private  MainFrame JobWizard.mainFrame
          The main frame that logically owns this job.
 

Methods in org.peace_tools.core.job that return MainFrame
protected  MainFrame JobWizard.getMainFrame()
          Obtain the instance of the main frame class that owns this wizard.
 

Constructors in org.peace_tools.core.job with parameters of type MainFrame
JobWizard(java.lang.String title, MainFrame parent)
          The constructor for the job wizard.
 

Uses of MainFrame in org.peace_tools.core.server
 

Constructors in org.peace_tools.core.server with parameters of type MainFrame
ServerWizard(java.lang.String title, MainFrame parent, DnDTabbedPane center)
          The constructor.
 

Uses of MainFrame in org.peace_tools.views
 

Fields in org.peace_tools.views declared as MainFrame
private  MainFrame DataSetTreeView.mainFrame
          Convenient reference to the main frame class that logically owns this view in its frame.
private  MainFrame ESTTableView.mainFrame
          Convenient reference to the main frame class that logically owns this component.
private  MainFrame DBClassifierEditor.mainFrame
          Convenient reference to the main frame class that contains this dialog box.
private  MainFrame DataSetPopupMenu.mainFrame
          Convenient reference to the main frame class that logically owns this menu.
private  MainFrame ClusterSummaryView.mainFrame
          Convenient reference to the main frame class that logically owns this component.
private  MainFrame DataSetFileListView.mainFrame
          Convenient reference to the main frame class that logically owns this menu in its JMenuBar.
private  MainFrame ClusterTreeTableView.mainFrame
          Convenient reference to the main frame class that logically owns this component.
private  MainFrame JobListView.mainFrame
          The main frame that logically owns this job list view.
private  MainFrame MSTFileView.mainFrame
          Convenient reference to the main frame class that logically owns this menu in its JMenuBar.
private  MainFrame ServerListView.mainFrame
          The main frame that logically owns this job list view.
private  MainFrame GenericHTMLView.mainFrame
          Convenient reference to the main frame class that logically owns this menu in its JMenuBar.
 

Constructors in org.peace_tools.views with parameters of type MainFrame
ClusterSummaryView(MainFrame frame, ClusterFile clusterFile, ESTList estList, MSTClusterData wsEntry)
          The default constructor.
ClusterTreeTableView(ClusterTreeTableModel model, MainFrame frame)
          The default constructor.
DataSetFileListView(MainFrame frame)
          The default constructor.
DataSetPopupMenu(MainFrame mainFrame, boolean treeView)
          Creates all the menu entries to be displayed in the menu.
DataSetTreeView(MainFrame frame)
          The constructor creates the tree view using the data from the current work space.
DBClassifierEditor(MainFrame parent)
          The constructor.
ESTTableView(ESTTableModel model, MainFrame frame)
          The default constructor.
GenericHTMLView(java.lang.String fileOrURL, MainFrame mainFrame)
          The default and only constructor.
JobListView(MainFrame mainFrame)
          The default constructor.
MSTFileView(MainFrame frame, MSTTreeModel mstModel)
          The constructor creates the tree view using the data from the current work space.
ServerListView(MainFrame mainFrame)
          The default constructor.
 

Uses of MainFrame in org.peace_tools.views.overlap
 

Fields in org.peace_tools.views.overlap declared as MainFrame
private  MainFrame OverlapView.mainFrame
          Convenient reference to the main frame class that logically owns this component.
 

Constructors in org.peace_tools.views.overlap with parameters of type MainFrame
OverlapView(MainFrame frame, OverlapModel pam, ClusterFile clusterFile)
          The default constructor.