org.netbeans.modules.jellytools.platform/3 3.13

org.netbeans.jellytools.actions
Class HelpAction

java.lang.Object
  extended by org.netbeans.jellytools.actions.Action
      extended by org.netbeans.jellytools.actions.HelpAction

public class HelpAction
extends Action

Used to invoke help using "Help|Help Contents" menu or the F1 shortcut. Can also invoke help on a property sheet from popup menu.

See Also:
Action

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, menuPath, POPUP_MODE, SELECTION_WAIT_TIME, SHORTCUT_MODE, systemActionClass, WAIT_AFTER_SHORTCUT_TIMEOUT
 
Constructor Summary
HelpAction()
          Creates new HelpAction instance for master help set (Help|Contents) or for generic use e.g.
 
Method Summary
static String getHelpMenu()
          Gets the bundle message for the "Help Contents" menu item.
 
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, performAPI, performMenu, performMenu, performMenu, performMenu, performMenu, performPopup, performPopup, performPopup, performPopup, performPopup, performShortcut, 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

HelpAction

public HelpAction()
Creates new HelpAction instance for master help set (Help|Contents) or for generic use e.g. in property sheets.

Method Detail

getHelpMenu

public static String getHelpMenu()
Gets the bundle message for the "Help Contents" menu item. In case it is unavailable, it falls back to a hard-coded message.

Returns:
String message for "Help Contents" menu item

org.netbeans.modules.jellytools.platform/3 3.13

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