See: Description
Package | Description |
---|---|
org.netbeans.api.actions |
Context Interfaces
are a design pattern used to add behaviors to existing objects
or to separate implementation from the main object.
|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
API/SPI for UI related aspects of application.
New annotation to register references to actions from layer.
Instead of registering actions in layer as advocated by various action factory methods one can use newly created annotations.
Undo and Redo actions now seek their context for implementation of UndoRedo.Provider. If found, it influences their enabled/disabled state. If there is no such provider, the implementation fallbacks to currently activated TopComponent.
HIDE_WHEN_DISABLED
New action property which makes it simple to conditionally hide, rather than merely grey out, a context menu item.
New priority to show a notification but without its details initially. The user can display the details baloon manually later.
XXX no answer for arch-usecases
|
|
|
|
|
The sources for the module are in the NetBeans Mercurial repositories.
Nothing.
Read more about the implementation in the answers to architecture questions.
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.