|
org.openide.explorer 6.12.2 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Explorer & Property Sheet API | |
---|---|
org.openide.explorer | Many different UI components in NetBeans 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.propertysheet.editors | |
org.openide.explorer.view | The Explorer is really an abstraction that needs a view to actually display the nodes. |
Added support for property ColumnDisplayNameWithMnemonicTTV. This property may be used to specify column names with mnemonic char using '&' char. Such display name will be used in 'Change Visible Columns' dialog window.
Added method setUseSubstringInQuickSearch(boolean). This method allows using substring search for the typed in text in the quick search feature instead of the (default) prefix search.
Added an interface ExtendedDelete that can be registered to handle deletion of selected nodes instead of the default implementation.
Added setters for the visibility of the description area and availability of the popup menu to PropertySheet
PropertySheetSettings was deleted from org.openide.explorer. To ensure binary compatibility there was added dependency transformation that ensures that for all modules that depend on org.openide.explorer with spec.version < 6.8 is added additional dependency on org.openide.options with spec.version 6.6 during runtime.
|
|
Read more about the implementation in the answers to architecture questions.
|
org.openide.explorer 6.12.2 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |