org.acm.seguin.ide.netbeans
Class CPDDirAction

java.lang.Object
  extended by CookieAction
      extended by org.acm.seguin.ide.netbeans.CPDDirAction

public class CPDDirAction
extends CookieAction

Action which just holds a few other SystemAction's for grouping purposes.

Since:
2.9.19
Author:
Mike Atkinson

Constructor Summary
CPDDirAction()
           
 
Method Summary
protected  java.lang.Class[] cookieClasses()
           
 HelpCtx getHelpCtx()
           
 javax.swing.JMenuItem getMenuPresenter()
           
 java.lang.String getName()
           
 javax.swing.JMenuItem getPopupPresenter()
           
 java.awt.Component getToolbarPresenter()
           
protected  java.lang.String iconResource()
           
protected  int mode()
           
protected  void performAction(org.openide.nodes.Node[] node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDDirAction

public CPDDirAction()
Method Detail

cookieClasses

protected java.lang.Class[] cookieClasses()

mode

protected int mode()

performAction

protected void performAction(org.openide.nodes.Node[] node)

getName

public java.lang.String getName()

iconResource

protected java.lang.String iconResource()

getHelpCtx

public HelpCtx getHelpCtx()

getMenuPresenter

public javax.swing.JMenuItem getMenuPresenter()

getPopupPresenter

public javax.swing.JMenuItem getPopupPresenter()

getToolbarPresenter

public java.awt.Component getToolbarPresenter()