Uses of Class
sears.gui.MainWindow

Packages that use MainWindow
sears.file   
sears.gui   
sears.gui.search   
 

Uses of MainWindow in sears.file
 

Constructors in sears.file with parameters of type MainWindow
FileSystemAccess(MainWindow mainWindow)
          Default constructor
 

Uses of MainWindow in sears.gui
 

Fields in sears.gui declared as MainWindow
static MainWindow MainWindow.instance
          The instance of the mainWindow
 

Constructors in sears.gui with parameters of type MainWindow
JDialogFind(MainWindow frame)
          Constructs a new object
 

Uses of MainWindow in sears.gui.search
 

Constructors in sears.gui.search with parameters of type MainWindow
FindBox(MainWindow mw)