org.mozdev.MacroTracker.classes
Class StandardComponents
java.lang.Object
org.mozdev.MacroTracker.classes.StandardComponents
- public final class StandardComponents
- extends java.lang.Object
This is MacroTracker's utility classes that generates components that should
be standardized, such as the Help Menu and the FileFilter.
None of the components returned by these methods should be modified in any
way after being returned.
- Author:
- R.J. Keller
Method Summary |
static javax.swing.filechooser.FileFilter |
generateFileFilter()
Creates a FileFilter that will contain all supported Database formats by
MacroTracker to be used in a JFileChooser dialog. |
static javax.swing.JMenu |
generateHelpMenu()
Returns the MacroTracker help menu with all menu items added and ready
to be used. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardComponents
public StandardComponents()
generateHelpMenu
public static javax.swing.JMenu generateHelpMenu()
- Returns the MacroTracker help menu with all menu items added and ready
to be used.
generateFileFilter
public static javax.swing.filechooser.FileFilter generateFileFilter()
- Creates a FileFilter that will contain all supported Database formats by
MacroTracker to be used in a JFileChooser dialog.
Copyright © 2003-2004 R.J. Keller. All Rights Reserved.