|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
de.uni_paderborn.fujaba.app.action.ProjectNotSavedAction
de.uni_paderborn.fujaba.app.action.OpenRecentProjectAction
Open recent project from filelist
Nested Class Summary |
Nested classes inherited from class javax.swing.AbstractAction |
|
Field Summary | |
private java.io.File |
file
File to be opened with this Action |
private static org.apache.log4j.Logger |
log
log4j logging |
private javax.swing.JMenuItem |
menuItem
putValue doesn't work well for other attribs than name, so this is a fix... |
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
OpenRecentProjectAction()
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
No comment provided by developer, please add a comment to improve documentation. |
java.io.File |
getFile()
Get the file attribute of the OpenRecentProjectAction object |
void |
initialize(javax.swing.JComponent item,
java.lang.Object source)
No comment provided by developer, please add a comment to improve documentation. |
void |
setFile(java.io.File file)
Sets the file attribute of the OpenRecentProjectAction object |
Methods inherited from class de.uni_paderborn.fujaba.app.action.ProjectNotSavedAction |
confirmDialog |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final transient org.apache.log4j.Logger log
private java.io.File file
private javax.swing.JMenuItem menuItem
Constructor Detail |
public OpenRecentProjectAction()
Method Detail |
public void setFile(java.io.File file)
file
- The new file valuepublic java.io.File getFile()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- No description providedpublic void initialize(javax.swing.JComponent item, java.lang.Object source)
initialize
in interface de.upb.lib.userinterface.ElementInitializer
item
- No description providedsource
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |