public class MainFrameMenu
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MainFrameMenu(MainFrame mainFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileToRecent(java.io.File xmlFile)
This checks if the xmlFile is in the GUISaveState.
|
void |
enableOrDisableItems(Project curProject,
BugCollection bugCollection) |
void |
enablePreferencesMenuItem(boolean b)
enable/disable preferences menu
|
void |
enableRecentMenu(boolean enable) |
javax.swing.JMenuItem |
getCloseProjectItem() |
javax.swing.JMenuItem |
getPreferencesMenuItem() |
javax.swing.JMenuItem |
getReconfigMenuItem() |
javax.swing.JMenuItem |
getSaveMenuItem() |
void |
initOSX() |
public MainFrameMenu(MainFrame mainFrame)
public void addFileToRecent(java.io.File xmlFile)
xmlFile - public javax.swing.JMenuItem getSaveMenuItem()
public javax.swing.JMenuItem getReconfigMenuItem()
public void enableRecentMenu(boolean enable)
public javax.swing.JMenuItem getPreferencesMenuItem()
public void enablePreferencesMenuItem(boolean b)
public void initOSX()
throws java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException
java.lang.ClassNotFoundExceptionjava.lang.NoSuchMethodExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessExceptionpublic javax.swing.JMenuItem getCloseProjectItem()
public void enableOrDisableItems(Project curProject, BugCollection bugCollection)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.