|
|||||||||
| Home >> All >> org >> mrbook >> mrpostman >> [ gui overview ] | PREV NEXT | ||||||||
A
- AboutMenuItem - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- AboutMenuItemActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- allowHostsCheckBox - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- allowHostsCheckBoxActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- applyPortChangeButton - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- authors - Variable in class org.mrbook.mrpostman.gui.ModuleOptionPanel
C
- CELL_PADDING - Static variable in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- The CELL_PADDING for the gridbag layout
- CONFIG_BUNDLE_NAME - Static variable in class org.mrbook.mrpostman.gui.MessageUtil
- The messages resource bundle filename.
- CVSID - Static variable in class org.mrbook.mrpostman.gui.HelpBrowser
- CVSID - Static variable in class org.mrbook.mrpostman.gui.MessageUtil
- CVSID - Static variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiConfigException
- CVSID - Static variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiException
- CVSID - Static variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- CVSID - Static variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiParser
- CVSID - Static variable in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- CVSID - Static variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- CloseGuiMenuItem - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- CloseGuiMenuItemActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- clearHistory() - Method in class org.mrbook.mrpostman.gui.HelpBrowser
- Clear the history list.
- componentMap - Variable in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Our mapping from optionId to JComponent.
- configBundle - Variable in class org.mrbook.mrpostman.gui.MessageUtil
- Our resource bundle mapping internal message key to message text.
- createAndAddComponent(JPanel, HashMap, ModuleOption) - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- Create the module option component Accepts a parent JPanel object, into which all created components will be added using the grid bag layout.
- createHyperLinkListener() - Method in class org.mrbook.mrpostman.gui.HelpBrowser
- Return a new HyperlinkListener
- createModuleOptionPanel(Module) - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- Create a JPanel for the specified module option panel
D
- displayModuleHelp(String) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- Open the help browser at the documentation url for the specified module The actual documentation URL is constructed from the base help url and the module specific url.
- displayModuleOptionPanel(JPanel, String) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- Called when a module is selected from the module list under the 'modules' tab.
E
- ExitMenuItem - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- ExitMenuItemActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- exitForm(WindowEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- Exit the Application
G
- GUI_FILENAME - Static variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- The Module Option GUI config filename.
- getAttributeValue(Node, String) - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiParser
- Helper method to return the string representation of a node's named attribute (if found) returns null if not found.
- getAuthorsString(String[]) - Method in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Helper function to return String representation of the list of authors.
- getMessage(String) - Static method in class org.mrbook.mrpostman.gui.MessageUtil
- Return the message text for a given message id
- getMessageInternal(String) - Method in class org.mrbook.mrpostman.gui.MessageUtil
- Internal method.
- getModuleId() - Method in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Return the moduleID that this panel represents
- getModulePanel(String) - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- Return the JPanel for a specific module
- getOptionValue(String) - Method in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Return an option's current value as entered in its gui component
- getPreferredSize() - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- Attempt to determine our preferred GUI size, we must do this manually as the OptionPanel has not been added to the GUI yet so the superclass method will ignore its requirements.
H
- HelpBrowser - class org.mrbook.mrpostman.gui.HelpBrowser.
- HelpBrowser(String, String, Component) - Constructor for class org.mrbook.mrpostman.gui.HelpBrowser
- HelpMenuItem - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- HelpMenuItemActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- handleApplyButtonPress() - Method in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Internal awt event linker method (required so the 'Apply' button event handler can access the ModuleOptionPanel 'this' object.
- handleHelpButtonPress() - Method in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Internal awt event linker method (required so the 'Help' button event handler can access the ModuleOptionPanel 'this' object.
- helpBrowser - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- Our reference to our help browser window.
- hide() - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- history - Variable in class org.mrbook.mrpostman.gui.HelpBrowser
- Stores the history of previous pages as URL objects.
- homeLocation - Variable in class org.mrbook.mrpostman.gui.HelpBrowser
- Our home location
- htmlPane - Variable in class org.mrbook.mrpostman.gui.HelpBrowser
- This frame's HTML panel
- httpsProxyAddr - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- httpsProxyPort - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
I
- INITIAL_HEIGHT - Static variable in class org.mrbook.mrpostman.gui.HelpBrowser
- INITIAL_WIDTH - Static variable in class org.mrbook.mrpostman.gui.HelpBrowser
- img - Variable in class org.mrbook.mrpostman.gui.HelpBrowser
- img - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- initComponents(ModuleInfo) - Method in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Create this panel's common (fixed) gui components.
- initComponents() - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- This method is called from within the constructor to initialize the form.
- initListModel() - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- initLog() - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- initialise(String, String) - Method in class org.mrbook.mrpostman.gui.HelpBrowser
- initialise() - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- Initialise the GUI panels from the XML file
- initialiseGui(URL) - Method in class org.mrbook.mrpostman.gui.HelpBrowser
- initialiseModuleOptionGuiManager() - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- instance - Static variable in class org.mrbook.mrpostman.gui.MessageUtil
- This is a singleton.
J
- jLabel1 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jList1 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jMenu1 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jMenu2 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jMenu2ActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- jMenuBar1 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jPanel1 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jPanel2 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jScrollPane1 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jSeparator1 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jTabbedPane1 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- jTextField1 - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
L
- listmodel - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- logButton - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- logButtonActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- logFrame - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- logger - Static variable in class org.mrbook.mrpostman.gui.HelpBrowser
- Logger
- logger - Static variable in class org.mrbook.mrpostman.gui.MessageUtil
- logger - Static variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- The
Loginstance for this application. - logger - Static variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiParser
- The
Loginstance for this application. - logger - Static variable in class org.mrbook.mrpostman.gui.MrPostmanGui
M
- MessageUtil - class org.mrbook.mrpostman.gui.MessageUtil.
- MessageUtil() - Constructor for class org.mrbook.mrpostman.gui.MessageUtil
- ModuleOptionGuiConfigException - exception org.mrbook.mrpostman.gui.ModuleOptionGuiConfigException.
- A class representing exception thrown when a problem is discovered in the module option gui config XML document.
- ModuleOptionGuiConfigException() - Constructor for class org.mrbook.mrpostman.gui.ModuleOptionGuiConfigException
- ModuleOptionGuiConfigException constructor comment.
- ModuleOptionGuiConfigException(String) - Constructor for class org.mrbook.mrpostman.gui.ModuleOptionGuiConfigException
- ModuleOptionGuiConfigException constructor comment.
- ModuleOptionGuiException - exception org.mrbook.mrpostman.gui.ModuleOptionGuiException.
- A class representing exception thrown when a problem is discovered in the module option gui.
- ModuleOptionGuiException() - Constructor for class org.mrbook.mrpostman.gui.ModuleOptionGuiException
- ModuleOptionGuiConfigException constructor comment.
- ModuleOptionGuiException(String) - Constructor for class org.mrbook.mrpostman.gui.ModuleOptionGuiException
- ModuleOptionGuiConfigException constructor comment.
- ModuleOptionGuiManager - class org.mrbook.mrpostman.gui.ModuleOptionGuiManager.
- ModuleOptionGuiManager(HashMap) - Constructor for class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- ModuleOptionGuiParser - class org.mrbook.mrpostman.gui.ModuleOptionGuiParser.
- A Utility class capable of parsing the module option gui configuration XML file and returning the data objects.
- ModuleOptionGuiParser() - Constructor for class org.mrbook.mrpostman.gui.ModuleOptionGuiParser
- ModuleOptionGuiParser constructor comment.
- ModuleOptionPanel - class org.mrbook.mrpostman.gui.ModuleOptionPanel.
- ModuleOptionPanel(ModuleInfo) - Constructor for class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Constructor.
- MrPostmanGui - class org.mrbook.mrpostman.gui.MrPostmanGui.
- MrPostmanGui(MrPostman) - Constructor for class org.mrbook.mrpostman.gui.MrPostmanGui
- main(String[]) - Static method in class org.mrbook.mrpostman.gui.HelpBrowser
- Debug method
- main(String[]) - Static method in class org.mrbook.mrpostman.gui.MrPostmanGui
- moduleGuiConfig - Variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- The Module GUI configuration (as read from the xml file) keyed on module id
- moduleId - Variable in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- The moduleId that this panel represents
- moduleInfo - Variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- A hashmap of ModuleInfo keyed on ModuleId.
- moduleOptionGuiManager - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- Our helper responsible for creating the module option panels
- moduleOptionPanel - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- mpn - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
O
- openHelpBrowser(String) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- openLogCheckBox - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- openLogCheckBoxActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- org.mrbook.mrpostman.gui - package org.mrbook.mrpostman.gui
P
- panelList - Variable in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- This container's collection of ModuleOptionPanel objects keyed on module ID string.
- parentGui - Variable in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Our reference to the MrPostmanGui object which handles the 'Apply' processing
- parse(InputStream) - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiParser
- Parse the XML input stream and return the populated data model.
- parseInput(Node) - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiParser
- Parse the
module-option/inputsub branch of the DOM and return an Input object. - parseModule(Node) - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiParser
- Parse the
modulesub branch of the DOM and return an Module object - parseModuleOption(Node) - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiParser
- Parse the
module-optionsub branch of the DOM and return an ModuleOption object. - portTextActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- portTextApplyActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- proxyAddr - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- proxyPanel - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- proxyPort - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
R
- readGuiConfig() - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- Read the GUI config xml file
- runGuiCheckBox - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- runGuiCheckBoxActionPerformed(ActionEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
S
- setLocation(URL) - Method in class org.mrbook.mrpostman.gui.HelpBrowser
- Set the current location of the help browser.
- setLocation(String, boolean) - Method in class org.mrbook.mrpostman.gui.HelpBrowser
- Set the current location of the help browser.
- setModuleOptionPanelValues(ModuleOptionPanel) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- Update the supplied ModuleOptionPanel instance by setting the correct values for the option gui components using the data stored in our prefs.
- setMrPostmanGui(MrPostmanGui) - Method in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Set the parent MrPostmanGui instance which will handle our button events.
- setOptionPanel(JPanel, HashMap) - Method in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Add the ModuleOption panel.
- setOptionValue(String, String) - Method in class org.mrbook.mrpostman.gui.ModuleOptionPanel
- Update this named option's gui component with the supplied value.
- show() - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
T
- toString() - Method in class org.mrbook.mrpostman.gui.ModuleOptionGuiManager
- Debug method.
- toolkit - Variable in class org.mrbook.mrpostman.gui.HelpBrowser
- toolkit - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
U
- UNKNOWN_MSG_STR - Static variable in class org.mrbook.mrpostman.gui.MessageUtil
- The string returned if a key does not exist in the messages file
- updateModuleOptionValues(ModuleOptionPanel) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- Called in response to the 'Apply' button being pressed on the ModuleOption panel.
- useHttpsProxy - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- useHttpsProxyActionPerformed(ItemEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
- useProxy - Variable in class org.mrbook.mrpostman.gui.MrPostmanGui
- useProxyActionPerformed(ItemEvent) - Method in class org.mrbook.mrpostman.gui.MrPostmanGui
V
- version - Variable in class org.mrbook.mrpostman.gui.ModuleOptionPanel
A C D E G H I J L M O P R S T U V
|
|||||||||
| Home >> All >> org >> mrbook >> mrpostman >> [ gui overview ] | PREV NEXT | ||||||||