Package | Description |
---|---|
org.openide |
Provides ErrorManager - the central place for logging and
reproting failures in NetBeans based system.
|
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 within NetBeans.
|
org.openide.util.datatransfer |
NetBeans uses special extensions to data transfer.
|
Modifier and Type | Method and Description |
---|---|
abstract HelpCtx |
ServiceType.getHelpCtx()
Deprecated.
Get context help for this service type.
|
Modifier and Type | Field and Description |
---|---|
static HelpCtx |
HelpCtx.DEFAULT_HELP
Default help page.
|
Modifier and Type | Method and Description |
---|---|
static HelpCtx |
HelpCtx.findHelp(Component comp)
Find the help ID for a component.
|
static HelpCtx |
HelpCtx.findHelp(Object instance)
Finds help context for a generic object.
|
HelpCtx |
HelpCtx.Provider.getHelpCtx()
Get the
HelpCtx associated with implementing object. |
Modifier and Type | Method and Description |
---|---|
boolean |
HelpCtx.Displayer.display(HelpCtx help)
Displays a help page.
|
Modifier and Type | Method and Description |
---|---|
abstract HelpCtx |
SystemAction.getHelpCtx()
Get a help context for the action.
|
Modifier and Type | Method and Description |
---|---|
HelpCtx |
PasteType.getHelpCtx()
Help content for the action.
|
HelpCtx |
NewType.getHelpCtx()
Help context for the creation action.
|
Built on January 23 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.