|
org.openide.awt 7.23.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
UI Utilities API | |
---|---|
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.
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.
checkbox added to create an action that represents a key in Preferences.
alwaysEnabledAction
was enhanced to understand
<attr name="PreferencesKey" stringvalue="boolean-key-name"/>
together with <attr name="PreferencesNode" stringvalue="prefstype:/nodepath"/>
where prefstype
can be
Preferences.systemRoot()
Preferences.userRoot()
NbPreferences.root()
Preferences
instance or it can be a Lookup
with the Preferences
instance in it.
The action will be represented by check box menu item in both menu and popup menu automatically.
URLDisplayer.showURL(URL) shows the given page using preferred web browser defined in IDE options. However when the preffered browser is an internal one (either embedded native browser or SwingBrowser) then there's need to show some URLs in an external browser, e.g. when a modal dialog is showing. Method showURLExternal(URL) attempts to display the given page in an external browser. The default implementation just delegates to showURL(URL).
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.
|
org.openide.awt 7.23.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |