public class SLegacyPropertyPanelFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static BasePropertyPanel |
EMPTY_PANEL
An empty panel.
|
| Constructor and Description |
|---|
SLegacyPropertyPanelFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BasePropertyPanel |
createPanel(java.lang.Object selection,
ModelContainer container)
Creates a new property panel for the selected item.
|
public static final BasePropertyPanel EMPTY_PANEL
public static BasePropertyPanel createPanel(java.lang.Object selection, ModelContainer container)
container - The model container.