Class FactoryMapSwing
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryMapSwing
-
- All Implemented Interfaces:
GuiFactorySwing
public final class FactoryMapSwing extends Object implements GuiFactorySwing
- Author:
- Hylke van der Schaaf
-
-
Constructor Summary
Constructors Constructor Description FactoryMapSwing(AbstractEditorMap<?,?> parentEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddItem(String key)voidfillComponent()Ensure the component represents the current value.JComponentgetComponent()Get the swing Component that represents the editor.voidremoveItem(AbstractEditorMap.Item<?> item)
-
-
-
Constructor Detail
-
FactoryMapSwing
public FactoryMapSwing(AbstractEditorMap<?,?> parentEditor)
-
-
Method Detail
-
getComponent
public JComponent getComponent()
Description copied from interface:GuiFactorySwingGet the swing Component that represents the editor.- Specified by:
getComponentin interfaceGuiFactorySwing- Returns:
- The swing Component that represents the editor.
-
fillComponent
public void fillComponent()
Ensure the component represents the current value.
-
addItem
public void addItem(String key)
-
removeItem
public void removeItem(AbstractEditorMap.Item<?> item)
-
-