Package com.dandymadeproductions.ajqvue.gui
package com.dandymadeproductions.ajqvue.gui
-
ClassDescriptionThe AboutFrame class provides the user access to information about the application when the Help About selection is made in the menu bar.The HelpFrame class is used to display html help information.This LoginFrame class provides the framework for a login access dialog to a database.The LoginManagerFrame class provides a frame that is used to create and save a user's connection sites.The SitesTreePanel class provides the construction of a sites tree panel that used in the ConnectionManager class for managing site connections and associated parameters.The Main_Frame class is used to setup the main user interface frame for the application.The Main_JMenuBar class is used to constructed the menubar for the application frame.The Main_JMenuBarActions class provides the means for selecting the type of actions to execute that are a result of the Main_JMenuBar.actionPerformed() events generated by the JMenuBar and JToolBar in the application.The Main_JToolBar class is used to construct the toolbar for the application frame's database tables tab.The Main_MouseAdapter class provides an extension of the Mouse Adapter so that specfic mouse listener interfaces can be implemented for various panels in the application.The MenActionCommands class is used to provide a commom access point for allocation of Action Commands used by the menu system.The PluginFrame class provides a frame that is used to view, remove, and install new plugins to the application.The PreferencesFrame class provides the mechanism in the application to create a preferences frame for setting properties.The QueryFrame class is used to provide a framework to execute queries on the current selected host by the user that has a connection established in the application.The SearchFrame class is used to provide a framework to execute searches on the current selected host database by the user that has a connection established in the application.The SiteParameters class provides the object that the application uses to define/store individual site parameters created by the XMLTranslator.The SQLQueryBucketFrame class provides the main frame for the storage of SQL Query statements derived from DBTablesTab.The Top_JMenuBar class is used to construct a menubar that contains the File|Exit, Plugin Management, & Logo.The XMLTranslator class handles the translation authority over reading and writing XML content, site connection parameters, from/to the ajqvue.xml file.