站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

ContextAwareDelegateAction.Delegatable (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.actions
Interface ContextAwareDelegateAction.Delegatable

All Superinterfaces:
Action, ActionListener, EventListener
All Known Implementing Classes:
AddToGroupAction, VcsAllCommandsAction, VcsFSCommandsAction, VSRevisionAction
Enclosing interface:
ContextAwareDelegateAction

public static interface ContextAwareDelegateAction.Delegatable
extends Action

This interface should implement the action that needs to be delegated.


Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Method Summary
 boolean enable(Node[] nodes)
           
 JMenuItem getPresenter(boolean inMenu, Lookup lookup)
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

enable

public boolean enable(Node[] nodes)

getPresenter

public JMenuItem getPresenter(boolean inMenu,
                              Lookup lookup)

 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.