Package jadex.gpmn.editor.gui
Class SPropertyPanelFactory
- java.lang.Object
-
- jadex.gpmn.editor.gui.SPropertyPanelFactory
-
public class SPropertyPanelFactory extends java.lang.Object
Factory for generating appropriate property panels.
-
-
Field Summary
Fields Modifier and Type Field Description static BasePropertyPanel
EMPTY_PANEL
An empty panel.
-
Constructor Summary
Constructors Constructor Description SPropertyPanelFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BasePropertyPanel
createPanel(ModelContainer container)
Creates a new property panel for the selected item.
-
-
-
Field Detail
-
EMPTY_PANEL
public static final BasePropertyPanel EMPTY_PANEL
An empty panel.
-
-
Method Detail
-
createPanel
public static BasePropertyPanel createPanel(ModelContainer container)
Creates a new property panel for the selected item.- Parameters:
container
- The model container.- Returns:
- Property panel.
-
-