|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SwingApplicationConfiguration.ComponentFactory<T extends Component>
Factory to create a component
.
Method Summary | |
---|---|
T |
createComponent()
Creates the component . |
void |
dispose(T component)
Called when the belonging SwingApplication is closed. |
Method Detail |
---|
T createComponent()
component
. Each call to this method should create a new component instance.
component
.void dispose(T component)
component
- the component created in SwingApplicationConfiguration.ComponentFactory.createComponent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |