| Package | Description |
|---|---|
| oracle.ide.palette2.layouts |
| Modifier and Type | Method and Description |
|---|---|
static PaletteLayoutDescriptor |
PaletteLayoutDescriptor.Manager.getLayoutDescriptor(java.lang.String id)
Get the layout descriptor whose
ID
matches the given ID, if any. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PaletteLayoutDescriptor> |
PaletteLayoutDescriptor.Manager.getLayoutDescriptors()
Get a list of all current layout descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PaletteLayoutDescriptor.Manager.addLayoutDescriptor(PaletteLayoutDescriptor descriptor)
Add the given layout descriptor.
|