EmptyPaletteGenerator Class

com.bea.ide.jspdesigner
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

Constructor Summary

EmptyPaletteGenerator()

Default constructor.
 

Method Summary

public PaletteItem[]
getPaletteItems()
Returns an empty array of PaletteItems to ensure that generator does not show up on the palette.
 
Methods from  com.bea.ide.jspdesigner.PaletteGenerator
getDocument, getLabel, getPriority, getTagLibraryInfo, setDocument, setTagLibraryInfo
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

EmptyPaletteGenerator

public EmptyPaletteGenerator()
Default constructor.
 

Method Detail

getPaletteItems() Method

public PaletteItem[] getPaletteItems()
Returns an empty array of PaletteItems to ensure that generator does not show up on the palette.

Overrides
PaletteGenerator.getPaletteItems()

Returns

Empty array of PaletteItems.