Class FactoryNullSwing
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryNullSwing
-
- All Implemented Interfaces:
GuiFactorySwing
public final class FactoryNullSwing extends Object implements GuiFactorySwing
- Author:
- Hylke van der Schaaf
-
-
Constructor Summary
Constructors Constructor Description FactoryNullSwing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponentgetComponent()Get the swing Component that represents the editor.
-
-
-
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.
-
-