|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HelpCtx.Provider | |
org.openide | Miscellaneous general classes, especially the util classes to handle a user notifications, displaying dialogs and the error management system. |
org.openide.actions | There are a number of standard system actions available for use in the IDE. |
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.explorer.view | The Explorer is really an abstraction that needs a view to actually display the nodes. |
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.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
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.Provider in org.openide |
Classes in org.openide that implement HelpCtx.Provider | |
class |
DialogDescriptor
A description of a standard dialog. |
class |
ServiceType
This class represents an abstract subclass for services (compilation, execution, debugging, etc.) that can be registered in the system. |
class |
WizardDescriptor
Implements a basic "wizard" GUI system. |
Uses of HelpCtx.Provider in org.openide.actions |
Classes in org.openide.actions that implement HelpCtx.Provider | |
class |
CloneViewAction
Create a clone of the current cloneable top component. |
class |
CloseViewAction
Close the current top component. |
class |
CopyAction
Copy the selected item to the clipboard. |
class |
CustomizeAction
Customize a node (rather than using its property sheet). |
class |
CutAction
Cut an object to the clipboard. |
class |
DeleteAction
Delete an object. |
class |
EditAction
Edit an object. |
class |
FindAction
Search for something. |
class |
GarbageCollectAction
Perform a system garbage collection. |
class |
GotoAction
Go to a specific place (for example, line in the editor). |
class |
MoveDownAction
Move an item down in a list. |
class |
MoveUpAction
Move an item up in a list. |
class |
NewAction
Creates a new child of the activated node, if appropriate. |
class |
NextTabAction
Switches to the next tab in a window. |
class |
OpenAction
Opens a node (for example, in a web browser, or in the Editor). |
class |
OpenLocalExplorerAction
Open an Explorer window with a particular root node. |
class |
PageSetupAction
Sets up page for printing. |
class |
PasteAction
Paste from clipboard. |
class |
PopupAction
Open a popup menu. |
class |
PreviousTabAction
Go to the previous tab (in a window). |
class |
PrintAction
Print the selected object. |
class |
PropertiesAction
Get properties of a node. |
class |
RedoAction
Redo an edit. |
class |
RenameAction
Rename a node. |
class |
ReorderAction
Reorder items in a list with a dialog. |
class |
ReplaceAction
(Search-and-)replace (for example, in an Editor). |
class |
SaveAction
Save a single object. |
class |
ToolsAction
A "meta-action" that displays (in a submenu) a list of enabled actions provided by modules. |
class |
UndoAction
Undo an edit. |
class |
UndockAction
Deprecated. Do not use. |
class |
ViewAction
View an object (but do not edit it). |
class |
WorkspaceSwitchAction
Deprecated. No longer used since there are no more workspaces. |
Uses of HelpCtx.Provider in org.openide.explorer |
Classes in org.openide.explorer that implement HelpCtx.Provider | |
class |
ExplorerPanel
Deprecated. Use ExplorerUtils.actionCopy(org.openide.explorer.ExplorerManager) , etc, see ExplorerUtils javadoc
for details |
Uses of HelpCtx.Provider in org.openide.explorer.propertysheet |
Classes in org.openide.explorer.propertysheet that implement HelpCtx.Provider | |
class |
PropertySheetSettings
Deprecated. None of the settings in this class are supported in the new property sheet. The entire implementation has been gutted to do nothing. |
Uses of HelpCtx.Provider in org.openide.explorer.view |
Classes in org.openide.explorer.view that implement HelpCtx.Provider | |
static class |
MenuView.MenuItem
Menu item that can represent one node in the tree. |
Uses of HelpCtx.Provider in org.openide.nodes |
Classes in org.openide.nodes that implement HelpCtx.Provider | |
class |
AbstractNode
A basic implementation of a node. |
class |
BeanNode
Represents one JavaBean in the nodes hierarchy. |
class |
FilterNode
A proxy for another node. |
class |
IndexedNode
An implementation of a node that has children and supports reordering by providing Index implementor. |
class |
Node
A node represents one element in a hierarchy of objects (beans). |
Uses of HelpCtx.Provider in org.openide.options |
Classes in org.openide.options that implement HelpCtx.Provider | |
class |
ContextSystemOption
Provides a group of system options with this as the parent. |
class |
SystemOption
Base class for all system options. |
class |
VetoSystemOption
Extends the functionality of SystemOption
by providing support for veto listeners. |
Uses of HelpCtx.Provider in org.openide.text |
Classes in org.openide.text that implement HelpCtx.Provider | |
class |
CloneableEditor
Cloneable top component to hold the editor kit. |
class |
IndentEngine
Indentation engine for formating text in documents. |
static class |
NbDocument.Colors
Deprecated. Not useful for anything. |
class |
PrintSettings
Settings for output window. |
Uses of HelpCtx.Provider in org.openide.util.actions |
Classes in org.openide.util.actions that implement HelpCtx.Provider | |
class |
BooleanStateAction
An action that can be toggled on or off. |
class |
CallableSystemAction
An action which may be called programmatically. |
class |
CallbackSystemAction
Action that can have a performer of the action attached to it at any time, or changed. |
class |
CookieAction
An action dependent on the cookies of the selected nodes. |
class |
NodeAction
An action which can listen to the activated node selection. |
class |
SystemAction
The common predecessor of callable actions in the IDE. |
Uses of HelpCtx.Provider in org.openide.util.datatransfer |
Classes in org.openide.util.datatransfer that implement HelpCtx.Provider | |
class |
NewType
Describes a type that can be created anew. |
class |
PasteType
Clipboard operation providing one kind of paste action. |
Uses of HelpCtx.Provider in org.openide.windows |
Classes in org.openide.windows that implement HelpCtx.Provider | |
class |
CloneableTopComponent
A top component which may be cloned. |
class |
TopComponent
Embeddable visual component to be displayed in the IDE. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |