- addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.spi.palette.PaletteController
-
- ATTR_HELP_ID - Static variable in class org.netbeans.spi.palette.PaletteController
-
Use this attribut for palette's root, category or item to specify its
help id.
- ATTR_ICON_SIZE - Static variable in class org.netbeans.spi.palette.PaletteController
-
Item icon size.
- ATTR_IS_EXPANDED - Static variable in class org.netbeans.spi.palette.PaletteController
-
"true" if palette category is expanded, "false" if category is collapsed.
- ATTR_IS_READONLY - Static variable in class org.netbeans.spi.palette.PaletteController
-
"true" if the category or item cannot be removed, "false" otherwise.
- ATTR_IS_VISIBLE - Static variable in class org.netbeans.spi.palette.PaletteController
-
"true" if palette category or item is visible in the palette, "false" if
the category or item is visible in palette customizer only.
- ATTR_ITEM_WIDTH - Static variable in class org.netbeans.spi.palette.PaletteController
-
The width of palette items in pixels, if this attribute is set to -1 or is
missing then the item width will be calculated dynamically depending on the length of
item display names and may differ for each category (therefore each category
may have a different number of columns).
- ATTR_PALETTE_DEFAULT_VISIBILITY - Static variable in class org.netbeans.spi.palette.PaletteController
-
Boolean attribute to be set on palette's root node or palette's root folder
in XML layer to make the palette visible by default.
- ATTR_SHOW_ITEM_NAMES - Static variable in class org.netbeans.spi.palette.PaletteController
-
"true" to show item names in the palette panel, "false" to show item icons only.