EmptyPaletteGenerator Class
- public class EmptyPaletteGenerator
extends PaletteGenerator
Palette generator which specifies that no items should be put on the
palette for a tag library.
Related Topics
PaletteGenerator
-
Hierarchy
-
Object
PaletteGenerator
EmptyPaletteGenerator
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyPaletteGenerator
public EmptyPaletteGenerator()
- Default constructor.
getPaletteItems() Method
public PaletteItem
[] getPaletteItems()
Returns an empty array of PaletteItem
s to ensure that
generator does not show up on the palette.
-
Overrides
-
PaletteGenerator.getPaletteItems()
Returns
- Empty array of
PaletteItem
s.