Modifier and Type | Method and Description |
---|---|
static PaletteController |
PaletteFactory.createPalette(Node paletteRoot,
PaletteActions customActions)
Create a new palette from the given root Node.
|
static PaletteController |
PaletteFactory.createPalette(Node paletteRoot,
PaletteActions customActions,
PaletteFilter filter,
DragAndDropHandler dndHandler)
Create a new palette from the given root Node.
|
static PaletteController |
PaletteFactory.createPalette(String rootFolderName,
PaletteActions customActions)
Create a new palette from the given folder.
|
static PaletteController |
PaletteFactory.createPalette(String rootFolderName,
PaletteActions customActions,
PaletteFilter filter,
DragAndDropHandler dndHandler)
Create a new palette from the given folder.
|