org.netbeans.modules.jellytools.ide/3 3.14.0

org.netbeans.jellytools.actions
Class NewProjectAction

java.lang.Object
  extended by org.netbeans.jellytools.actions.Action
      extended by org.netbeans.jellytools.actions.ActionNoBlock
          extended by org.netbeans.jellytools.actions.NewProjectAction

public class NewProjectAction
extends ActionNoBlock

Used to call "File|New Project..." main menu item, "org.netbeans.modules.project.ui.actions.NewProject" action or Ctrl+Shift+N shortcut.
Usage:

  new NewProjectAction.performMenu();
  new NewProjectAction().performShortcut();
 

See Also:
Action, ActionNoBlock

Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.jellytools.actions.Action
Action.Shortcut
 
Field Summary
 
Fields inherited from class org.netbeans.jellytools.actions.Action
AFTER_ACTION_WAIT_TIME, API_MODE, keystrokes, layerInstancePath, MENU_MODE, POPUP_MODE, popupPath, SELECTION_WAIT_TIME, SHORTCUT_MODE, systemActionClass, WAIT_AFTER_SHORTCUT_TIMEOUT
 
Constructor Summary
NewProjectAction()
          Creates new NewProjectAction instance.
 
Method Summary
 
Methods inherited from class org.netbeans.jellytools.actions.ActionNoBlock
performAPI, performMenu, performPopup, performPopup, performPopup, performShortcut
 
Methods inherited from class org.netbeans.jellytools.actions.Action
getComparator, getDefaultMode, getKeyStrokes, getMenuPath, getPopupPath, getSystemActionClass, isEnabled, isEnabled, isEnabled, isEnabled, perform, perform, perform, perform, perform, performAPI, performAPI, performAPI, performAPI, performMenu, performMenu, performMenu, performMenu, performPopup, performPopup, performShortcut, performShortcut, performShortcut, performShortcut, setComparator, setDefaultMode, testNodes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewProjectAction

public NewProjectAction()
Creates new NewProjectAction instance.


org.netbeans.modules.jellytools.ide/3 3.14.0

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