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.netbeans.spi.actions |
Contains support classes for easier implementation of Context Interfaces.
|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
API/SPI for UI related aspects of application.
Clients can specify notification category. There are 3 default categories (Info, Warning, Error) but clients can also create a custom category using layer.xml
A default value can be specified for a preference value for Actions.checkbox.
Internal web browser can now contain an additional toolbar component: HtmlBrowser(Factory, boolean, boolean, Component) Browser implementation can pass arbitrary data to Web browser window's Lookup: HtmlBrowser.Impl.getLookup()
ToolbarWithOverflow class is added. It can be used to add an overflow button when the toolbar becomes too small to show all the available actions.
There's a new class ColorComboBox that can be used as color picker.
For general overview of the concepts of NetBeans action system and related UI elements,
together with code samples, see chapter 5,
of NetBeans Platform for Beginners
by Jason Wexbridge and Walter Nyland.
|
|
|
|
|
|
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 August 28 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.