Class FactoryEnumSwing<T extends Enum<T>>
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryEnumSwing<T>
-
- Type Parameters:
T- The type this editor selects.
- All Implemented Interfaces:
GuiFactorySwing
public final class FactoryEnumSwing<T extends Enum<T>> extends Object implements GuiFactorySwing
- Author:
- Hylke van der Schaaf
-
-
Constructor Summary
Constructors Constructor Description FactoryEnumSwing(EditorEnum<T> parentEditor, EditorEnum<T> outer)
-
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.voidreadComponent()
-
-
-
Constructor Detail
-
FactoryEnumSwing
public FactoryEnumSwing(EditorEnum<T> parentEditor, EditorEnum<T> outer)
-
-
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.
-
readComponent
public void readComponent()
-
-