public class SwingComponentConfigurerFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<Class,SwingComponentConfigurer> |
configurers |
| Constructor and Description |
|---|
SwingComponentConfigurerFactory() |
| Modifier and Type | Method and Description |
|---|---|
SwingComponentConfigurer |
get(Class c) |
static SwingComponentConfigurerFactory |
getInstance() |
void |
register(Class c,
SwingComponentConfigurer s) |
public Map<Class,SwingComponentConfigurer> configurers
public static SwingComponentConfigurerFactory getInstance()
public void register(Class c, SwingComponentConfigurer s)
public SwingComponentConfigurer get(Class c)
Copyright © 2021 vpc open source initiative. All rights reserved.