public interface PaletteLayoutDescriptor
PaletteLayoutDescriptor interface defines the contract for
 an object that provides metadata about a particular
 PaletteLayout implementation.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
PaletteLayoutDescriptor.Manager
The  
PaletteLayoutDescriptor.Manager class is used to access
 (add and retrieve) PaletteLayoutDescriptor instances. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
description()
Get the description text of the described layout. 
 | 
PaletteLayout | 
getLayoutInstance()
Get an instance of the described  
PaletteLayout. | 
javax.swing.Icon | 
icon()
Get the icon for the described layout. 
 | 
java.lang.String | 
id()
Get the unique identifier for the described layout. 
 | 
java.lang.String | 
name()
Get the name of the described layout. 
 | 
java.lang.String id()
java.lang.String name()
java.lang.String description()
javax.swing.Icon icon()
PaletteLayout getLayoutInstance()
PaletteLayout.PaletteLayout