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 | Description |
---|---|---|
abstract HelpCtx |
ServiceType.getHelpCtx() |
Deprecated.
Get context help for this service type.
|
Modifier and Type | Field | Description |
---|---|---|
static HelpCtx |
HelpCtx.DEFAULT_HELP |
Default help page.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
boolean |
HelpCtx.Displayer.display(HelpCtx help) |
Displays a help page.
|
Modifier and Type | Method | Description |
---|---|---|
abstract HelpCtx |
SystemAction.getHelpCtx() |
Get a help context for the action.
|
Modifier and Type | Method | Description |
---|---|---|
HelpCtx |
NewType.getHelpCtx() |
Help context for the creation action.
|
HelpCtx |
PasteType.getHelpCtx() |
Help content for the action.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.