kiyut.citra 3.7

kiyut.citra.actions
Class MRUFilesAction

java.lang.Object
  extended by org.openide.util.SharedClassObject
      extended by org.openide.util.actions.SystemAction
          extended by org.openide.util.actions.CallableSystemAction
              extended by kiyut.citra.actions.AbstractCallableSystemAction
                  extended by kiyut.citra.actions.MRUFilesAction
All Implemented Interfaces:
ActionListener, Externalizable, Serializable, EventListener, Action, org.openide.util.actions.Presenter, org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar, org.openide.util.HelpCtx.Provider

public final class MRUFilesAction
extends AbstractCallableSystemAction

Action which shows most recently used files.

See Also:
MRUFilesOptions, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter
org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar
 
Field Summary
 
Fields inherited from class org.openide.util.actions.SystemAction
PROP_ENABLED, PROP_ICON
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
MRUFilesAction()
           
 
Method Summary
 JMenuItem getMenuPresenter()
           Overide to provide SubMenu for MRUFiles (Most Recently Used Files)
 String getName()
           
 void performAction()
           Do nothing
 
Methods inherited from class kiyut.citra.actions.AbstractCallableSystemAction
asynchronous, getHelpCtx, iconResource
 
Methods inherited from class org.openide.util.actions.CallableSystemAction
actionPerformed, getPopupPresenter, getToolbarPresenter
 
Methods inherited from class org.openide.util.actions.SystemAction
clearSharedData, createPopupMenu, createToolbarPresenter, get, getIcon, getIcon, getValue, initialize, isEnabled, linkActions, putValue, setEnabled, setIcon
 
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, removePropertyChangeListener
 

Constructor Detail

MRUFilesAction

public MRUFilesAction()
Method Detail

performAction

public void performAction()
Do nothing

Specified by:
performAction in class org.openide.util.actions.CallableSystemAction

getName

public String getName()
Specified by:
getName in class org.openide.util.actions.SystemAction

getMenuPresenter

public JMenuItem getMenuPresenter()
Overide to provide SubMenu for MRUFiles (Most Recently Used Files)

Specified by:
getMenuPresenter in interface org.openide.util.actions.Presenter.Menu
Overrides:
getMenuPresenter in class org.openide.util.actions.CallableSystemAction

kiyut.citra 3.7