Uses of Class
org.norvelle.textcite.gui.MainFrame

Packages that use MainFrame
org.norvelle.textcite This package contains the Application class, which, in addition to creating the GUI and creating the data model, also provides a single static global access point to the CiteBook. 
org.norvelle.textcite.gui   
org.norvelle.textcite.gui.action   
org.norvelle.textcite.gui.dialog   
org.norvelle.textcite.gui.menu   
org.norvelle.textcite.gui.osx   
org.norvelle.textcite.gui.outlook_bar   
 

Uses of MainFrame in org.norvelle.textcite
 

Methods in org.norvelle.textcite that return MainFrame
static MainFrame Application.getMainFrame()
          Returns the main JFrame of the application
 

Uses of MainFrame in org.norvelle.textcite.gui
 

Fields in org.norvelle.textcite.gui declared as MainFrame
(package private)  MainFrame MainToolBar.ToolbarActionAdapter.adaptee
           
 

Constructors in org.norvelle.textcite.gui with parameters of type MainFrame
FilterToolBar(MainFrame mf)
           
MainToolBar.ToolbarActionAdapter(MainFrame a, int r)
           
MainToolBar(MainFrame mainFrame)
           
 

Uses of MainFrame in org.norvelle.textcite.gui.action
 

Fields in org.norvelle.textcite.gui.action declared as MainFrame
protected  MainFrame ExportTranslationsAction.mainFrame
           
protected  MainFrame ExportRTFAction.mainFrame
           
 

Constructors in org.norvelle.textcite.gui.action with parameters of type MainFrame
ExportPDFAction(MainFrame mainFrame)
           
ExportRTFAction(MainFrame mainFrame)
           
ExportTranslationsAction(MainFrame mainFrame)
           
OpenCitebookAction(MainFrame frame)
          Construct the Action, passing the action type as parameter.
SaveCitebookAction(int actionType, MainFrame frame)
          Construct the Action, passing the action type as parameter.
 

Uses of MainFrame in org.norvelle.textcite.gui.dialog
 

Constructors in org.norvelle.textcite.gui.dialog with parameters of type MainFrame
AboutDialog(MainFrame owner)
          Creates new AboutDialog
TipOfTheDayDialog(MainFrame frame)
          Creates and shows TipOfTheDay dialog
 

Uses of MainFrame in org.norvelle.textcite.gui.menu
 

Fields in org.norvelle.textcite.gui.menu declared as MainFrame
(package private)  MainFrame MainMenuBar.Menu_ActionAdapter.adaptee
           
 

Constructors in org.norvelle.textcite.gui.menu with parameters of type MainFrame
MainMenuBar.Menu_ActionAdapter(MainFrame adaptee, int actionRequested)
           
MainMenuBar(MainFrame mainFrame)
           
 

Uses of MainFrame in org.norvelle.textcite.gui.osx
 

Methods in org.norvelle.textcite.gui.osx with parameters of type MainFrame
static void OSXAdapter.registerMacOSXApplication(MainFrame inApp)
           
 

Uses of MainFrame in org.norvelle.textcite.gui.outlook_bar
 

Constructors in org.norvelle.textcite.gui.outlook_bar with parameters of type MainFrame
OutlookBarPanel(MainFrame parent)