org.netbeans.core/2 3.32

org.netbeans.core.actions
Class NextViewCallbackAction

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 org.openide.util.actions.CallbackSystemAction
                  extended by org.netbeans.core.actions.NextViewCallbackAction
All Implemented Interfaces:
ActionListener, Externalizable, Serializable, EventListener, Action, Presenter, Presenter.Menu, Presenter.Popup, Presenter.Toolbar, ContextAwareAction, HelpCtx.Provider

public class NextViewCallbackAction
extends CallbackSystemAction

A skeleton action, useful just as a placeholder for global shortcut. Components wishing to use it's shortcut should place the "NextViewAction" key into their action maps.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter
Presenter.Menu, Presenter.Popup, 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
NextViewCallbackAction()
          Creates a new instance of NextViewCallbackAction
 
Method Summary
protected  boolean asynchronous()
           
 Object getActionMapKey()
           
 HelpCtx getHelpCtx()
           
 String getName()
           
 
Methods inherited from class org.openide.util.actions.CallbackSystemAction
actionPerformed, createContextAwareInstance, getActionPerformer, getSurviveFocusChange, initialize, performAction, setActionPerformer, setSurviveFocusChange
 
Methods inherited from class org.openide.util.actions.CallableSystemAction
getMenuPresenter, getPopupPresenter, getToolbarPresenter
 
Methods inherited from class org.openide.util.actions.SystemAction
clearSharedData, createPopupMenu, createToolbarPresenter, get, getIcon, getIcon, getValue, iconResource, 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, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 

Constructor Detail

NextViewCallbackAction

public NextViewCallbackAction()
Creates a new instance of NextViewCallbackAction

Method Detail

getName

public String getName()
Specified by:
getName in class SystemAction

getActionMapKey

public Object getActionMapKey()
Overrides:
getActionMapKey in class CallbackSystemAction

getHelpCtx

public HelpCtx getHelpCtx()
Specified by:
getHelpCtx in interface HelpCtx.Provider
Specified by:
getHelpCtx in class SystemAction

asynchronous

protected boolean asynchronous()
Overrides:
asynchronous in class CallableSystemAction

org.netbeans.core/2 3.32

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.