Class FactoryListSwing<U,T extends ConfigEditor<U>>
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryListSwing<U,T>
-
- Type Parameters:
T- The type of editors that edit the items in the list.U- The type of items in the list.
- All Implemented Interfaces:
GuiFactorySwing
public final class FactoryListSwing<U,T extends ConfigEditor<U>> extends Object implements GuiFactorySwing
- Author:
- Hylke van der Schaaf
-
-
Constructor Summary
Constructors Constructor Description FactoryListSwing(EditorList<U,T> parentEditor, boolean vertical)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillComponent()Ensure the component represents the current value.JComponentgetComponent()Get the swing Component that represents the editor.voidsetText(String text)
-
-
-
Constructor Detail
-
FactoryListSwing
public FactoryListSwing(EditorList<U,T> parentEditor, boolean vertical)
-
-
Method Detail
-
setText
public void setText(String text)
-
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.
-
-