Interface LayoutComponentPaletteGroupProvider
-
public interface LayoutComponentPaletteGroupProviderProvides theLayoutDragComponentGroupto be displayed on theLayoutDragComponentPalette
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayoutDragComponentGroupgetComponentGroup()Get theLayoutDragComponentGroupcontaining theLayoutDragComponentinstances listed under the group's category in the component palette.StringgetName()Return the name of the component group displayed in the component palette.
-
-
-
Method Detail
-
getName
String getName()
Return the name of the component group displayed in the component palette.
-
getComponentGroup
LayoutDragComponentGroup getComponentGroup()
Get theLayoutDragComponentGroupcontaining theLayoutDragComponentinstances listed under the group's category in the component palette.
-
-