| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HelpCtx | |
| org.openide | Jumping-off points for all the rest of the IDE's functionality. | 
| org.openide.actions | There are a number of standard system actions available for use in the IDE. | 
| org.openide.awt | A set of utility classes pertaining to the visual appearance of the IDE. | 
| org.openide.compiler | Different compiler implementations may be plugged into the IDE to build files from source. | 
| org.openide.debugger | The IDE can support plugged-in implementations of an abstract debugger interface. | 
| org.openide.execution | The IDE uses a small interface to describe the execution of Java-based classes together with arguments. | 
| org.openide.explorer | Many different UI components of the IDE are actually Explorer views of nodes. | 
| org.openide.explorer.propertysheet | The exact properties of a node may be displayed and edited with the Property Sheet. | 
| org.openide.loaders | DataSystems are the logical layer between a filesystem and the regular functions of the IDE. | 
| org.openide.modules | The IDE is capable of being extended by pluggable modules providing additional functionality. | 
| org.openide.nodes | The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. | 
| org.openide.options | System options provide an easy-to-use mechanism for persistent storage of user-settable options. | 
| org.openide.src.nodes | Source elements can be represented by default element nodes. | 
| org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. | 
| org.openide.util | A set of utility classes covering a few general infrastructure points in the Open APIs. | 
| org.openide.util.actions | There are several types of standard actions that should be used for many user interactions with the IDE. | 
| org.openide.util.datatransfer | The IDE uses special extensions to data transfer. | 
| org.openide.windows | Most parts of the IDE do not manipulate windows directly, but use special top components. | 
| Uses of HelpCtx in org.openide | 
| Methods in org.openide that return HelpCtx | |
 HelpCtx | 
DialogDescriptor.getHelpCtx()
Get current help context asociated with this dialog descriptor.  | 
 HelpCtx | 
WizardDescriptor.Panel.getHelp()
Help for this panel.  | 
abstract  HelpCtx | 
ServiceType.getHelpCtx()
Get context help for this service type.  | 
| Methods in org.openide with parameters of type HelpCtx | |
abstract  void | 
TopManager.showHelp(HelpCtx helpCtx)
Display help.  | 
 void | 
DialogDescriptor.setHelpCtx(HelpCtx helpCtx)
Set new help context for this dialog descriptor.  | 
| Constructors in org.openide with parameters of type HelpCtx | |
DialogDescriptor(Object innerPane,
                 String title,
                 boolean modal,
                 Object[] options,
                 Object initialValue,
                 int optionsAlign,
                 HelpCtx helpCtx,
                 ActionListener bl)
Create dialog descriptor; possibility of specifying custom array of options and their alignment.  | 
|
DialogDescriptor(Object innerPane,
                 String title,
                 boolean isModal,
                 int optionType,
                 Object initialValue,
                 int optionsAlign,
                 HelpCtx helpCtx,
                 ActionListener bl)
Create dialog descriptor.  | 
|
| Uses of HelpCtx in org.openide.actions | 
| Methods in org.openide.actions that return HelpCtx | |
 HelpCtx | 
StartDebuggerAction.getHelpCtx()
 | 
 HelpCtx | 
GoAction.getHelpCtx()
 | 
 HelpCtx | 
TraceIntoAction.getHelpCtx()
 | 
 HelpCtx | 
ToggleBreakpointAction.getHelpCtx()
 | 
 HelpCtx | 
GotoAction.getHelpCtx()
 | 
 HelpCtx | 
WorkspaceSwitchAction.getHelpCtx()
 | 
 HelpCtx | 
PrintAction.getHelpCtx()
 | 
 HelpCtx | 
PopupAction.getHelpCtx()
 | 
 HelpCtx | 
PasteAction.getHelpCtx()
 | 
 HelpCtx | 
CompileAllAction.getHelpCtx()
 | 
 HelpCtx | 
SaveAction.getHelpCtx()
 | 
 HelpCtx | 
CopyAction.getHelpCtx()
 | 
 HelpCtx | 
ReplaceAction.getHelpCtx()
 | 
 HelpCtx | 
RenameAction.getHelpCtx()
 | 
 HelpCtx | 
CloseViewAction.getHelpCtx()
 | 
 HelpCtx | 
RedoAction.getHelpCtx()
 | 
 HelpCtx | 
HelpAction.getHelpCtx()
 | 
 HelpCtx | 
CompileAction.getHelpCtx()
 | 
 HelpCtx | 
PageSetupAction.getHelpCtx()
 | 
 HelpCtx | 
FinishDebuggerAction.getHelpCtx()
 | 
 HelpCtx | 
DebugProjectAction.getHelpCtx()
 | 
 HelpCtx | 
CloneViewAction.getHelpCtx()
 | 
 HelpCtx | 
NewAction.getHelpCtx()
 | 
 HelpCtx | 
AddWatchAction.getHelpCtx()
 | 
 HelpCtx | 
BuildProjectAction.getHelpCtx()
 | 
 HelpCtx | 
BuildAction.getHelpCtx()
 | 
 HelpCtx | 
InstantiateAction.getHelpCtx()
 | 
 HelpCtx | 
ExecuteProjectAction.getHelpCtx()
 | 
 HelpCtx | 
ToolsAction.getHelpCtx()
 | 
 HelpCtx | 
ReorderAction.getHelpCtx()
 | 
 HelpCtx | 
CompileProjectAction.getHelpCtx()
 | 
 HelpCtx | 
SaveProjectAction.getHelpCtx()
 | 
 HelpCtx | 
FileSystemAction.getHelpCtx()
 | 
 HelpCtx | 
UndockAction.getHelpCtx()
 | 
 HelpCtx | 
NextTabAction.getHelpCtx()
 | 
 HelpCtx | 
MoveDownAction.getHelpCtx()
 | 
 HelpCtx | 
BuildAllAction.getHelpCtx()
 | 
 HelpCtx | 
TraceOverAction.getHelpCtx()
 | 
 HelpCtx | 
OpenAction.getHelpCtx()
 | 
 HelpCtx | 
CleanAllAction.getHelpCtx()
 | 
 HelpCtx | 
GarbageCollectAction.getHelpCtx()
 | 
 HelpCtx | 
ViewAction.getHelpCtx()
 | 
 HelpCtx | 
OpenProjectAction.getHelpCtx()
 | 
 HelpCtx | 
CleanAction.getHelpCtx()
 | 
 HelpCtx | 
UndoAction.getHelpCtx()
 | 
 HelpCtx | 
CustomizeAction.getHelpCtx()
 | 
 HelpCtx | 
SaveAllAction.getHelpCtx()
 | 
 HelpCtx | 
EditAction.getHelpCtx()
 | 
 HelpCtx | 
PreviousTabAction.getHelpCtx()
 | 
 HelpCtx | 
DeleteAction.getHelpCtx()
 | 
 HelpCtx | 
MoveUpAction.getHelpCtx()
 | 
 HelpCtx | 
CustomizeBeanAction.getHelpCtx()
 | 
 HelpCtx | 
SaveAsTemplateAction.getHelpCtx()
 | 
 HelpCtx | 
NewTemplateAction.getHelpCtx()
 | 
 HelpCtx | 
GoToCursorAction.getHelpCtx()
 | 
 HelpCtx | 
OpenLocalExplorerAction.getHelpCtx()
 | 
 HelpCtx | 
PropertiesAction.getHelpCtx()
 | 
 HelpCtx | 
FindAction.getHelpCtx()
 | 
 HelpCtx | 
CutAction.getHelpCtx()
 | 
 HelpCtx | 
StepOutAction.getHelpCtx()
 | 
 HelpCtx | 
ExecuteAction.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.awt | 
| Methods in org.openide.awt that return HelpCtx | |
 HelpCtx | 
Actions.SubMenuModel.getHelpCtx(int index)
Get context help for the specified item.  | 
 HelpCtx | 
HtmlBrowser.BrowserComponent.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.compiler | 
| Methods in org.openide.compiler that return HelpCtx | |
 HelpCtx | 
CompilerType.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.debugger | 
| Methods in org.openide.debugger that return HelpCtx | |
 HelpCtx | 
DebuggerType.getHelpCtx()
 | 
 HelpCtx | 
DebuggerType.Default.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.execution | 
| Methods in org.openide.execution that return HelpCtx | |
 HelpCtx | 
Executor.getHelpCtx()
 | 
 HelpCtx | 
ThreadExecutor.getHelpCtx()
 | 
 HelpCtx | 
ProcessExecutor.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.explorer | 
| Methods in org.openide.explorer that return HelpCtx | |
 HelpCtx | 
ExplorerPanel.getHelpCtx()
Get context help for an explorer window.  | 
static HelpCtx | 
ExplorerPanel.getHelpCtx(Node[] sel,
           HelpCtx def)
Utility method to get context help from a node selection.  | 
| Methods in org.openide.explorer with parameters of type HelpCtx | |
static HelpCtx | 
ExplorerPanel.getHelpCtx(Node[] sel,
           HelpCtx def)
Utility method to get context help from a node selection.  | 
| Uses of HelpCtx in org.openide.explorer.propertysheet | 
| Methods in org.openide.explorer.propertysheet that return HelpCtx | |
 HelpCtx | 
PropertySheetSettings.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.loaders | 
| Methods in org.openide.loaders that return HelpCtx | |
static HelpCtx | 
InstanceSupport.findHelp(InstanceCookie instance)
Find context help for some instance.  | 
abstract  HelpCtx | 
DataObject.getHelpCtx()
Get help context for this object.  | 
 HelpCtx | 
MultiDataObject.getHelpCtx()
 | 
 HelpCtx | 
DataFolder.getHelpCtx()
 | 
 HelpCtx | 
DataNode.getHelpCtx()
 | 
 HelpCtx | 
DataShadow.getHelpCtx()
 | 
 HelpCtx | 
InstanceDataObject.getHelpCtx()
 | 
 HelpCtx | 
XMLDataObject.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.modules | 
| Methods in org.openide.modules that return HelpCtx | |
 HelpCtx | 
ManifestSection.FileSystemSection.getHelpCtx()
Get a help context for the file system.  | 
| Uses of HelpCtx in org.openide.nodes | 
| Methods in org.openide.nodes that return HelpCtx | |
abstract  HelpCtx | 
Node.getHelpCtx()
Get context help associated with this node.  | 
 HelpCtx | 
AbstractNode.getHelpCtx()
 | 
 HelpCtx | 
FilterNode.getHelpCtx()
 | 
 HelpCtx | 
BeanNode.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.options | 
| Methods in org.openide.options that return HelpCtx | |
 HelpCtx | 
SystemOption.getHelpCtx()
Get context help for this system option.  | 
| Uses of HelpCtx in org.openide.src.nodes | 
| Methods in org.openide.src.nodes that return HelpCtx | |
 HelpCtx | 
SourceOptions.getHelpCtx()
 | 
 HelpCtx | 
ElementNode.getHelpCtx()
 | 
 HelpCtx | 
InitializerElementNode.getHelpCtx()
 | 
 HelpCtx | 
ConstructorElementNode.getHelpCtx()
 | 
 HelpCtx | 
FieldElementNode.getHelpCtx()
 | 
 HelpCtx | 
ClassElementNode.getHelpCtx()
 | 
 HelpCtx | 
MethodElementNode.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.text | 
| Methods in org.openide.text that return HelpCtx | |
 HelpCtx | 
PrintSettings.getHelpCtx()
 | 
 HelpCtx | 
CloneableEditor.getHelpCtx()
Get context help for this editor pane.  | 
 HelpCtx | 
IndentEngine.getHelpCtx()
 | 
| Uses of HelpCtx in org.openide.util | 
| Fields in org.openide.util declared as HelpCtx | |
static HelpCtx | 
HelpCtx.DEFAULT_HELP
Default help page.  | 
| Methods in org.openide.util that return HelpCtx | |
static HelpCtx | 
HelpCtx.findHelp(Component comp)
Find the help ID for a component.  | 
| Uses of HelpCtx in org.openide.util.actions | 
| Methods in org.openide.util.actions that return HelpCtx | |
abstract  HelpCtx | 
SystemAction.getHelpCtx()
Get a help context for the action.  | 
| Uses of HelpCtx in org.openide.util.datatransfer | 
| Methods in org.openide.util.datatransfer that return HelpCtx | |
 HelpCtx | 
NewType.getHelpCtx()
Help context for the creation action.  | 
 HelpCtx | 
PasteType.getHelpCtx()
Help content for the action.  | 
| Uses of HelpCtx in org.openide.windows | 
| Methods in org.openide.windows that return HelpCtx | |
 HelpCtx | 
TopComponent.getHelpCtx()
Get the help context for this component.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||