Interface GuiFactorySwing
-
- All Known Implementing Classes:
FactoryBigDecimalSwing,FactoryBooleanSwing,FactoryClassSwing,FactoryColorSwing,FactoryDoubleSwing,FactoryEnumSwing,FactoryIntSwing,FactoryListSwing,FactoryLongSwing,FactoryMapSwing,FactoryNullSwing,FactoryStringSwing,FactorySubclsSwing
public interface GuiFactorySwingGenerates a swing-based editor for a certain configurable.- Author:
- Hylke van der Schaaf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JComponentgetComponent()Get the swing Component that represents the editor.
-
-
-
Method Detail
-
getComponent
JComponent getComponent()
Get the swing Component that represents the editor.- Returns:
- The swing Component that represents the editor.
-
-