See: Description
Package | Description |
---|---|
org.openide.actions |
There are a number of standard
system actions
available for use in NetBeans.
|
XXX no answer for arch-overall
SelectionType ANY in SaveAction
SaveAction
has been modified to allow one or more SaveCookie
s
into it's context. The previous behavior was to allow EXACTLY_ONE.
ToolsAction
via layers
Register your actions for ToolsAction
via
layer, don't use the deprecated manifest style.
HeapView
preserves its settings between sessions
Settings of showDropShadow
, showText
and tickStyle
are now preserved between sessions in NBPreferences of the same corresponding names.
Use
topComponent.getActionMap().put("jumpPrev", new YourPrevAction()); topComponent.getActionMap().put("jumpNext", new YourNextAction());if your component provides items and you want the user to jump among them using standard next/prev actions.
ActionManager.getDefault()
added
This method should be more convenient than looking for an instance in lookup. Also there is a simple implementation for standalone use available.
XXX no answer for arch-usecases
|
The sources for the module are in the NetBeans Mercurial repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.
Built on December 20 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.