public static interface SwingApplicationConfiguration.ComponentFactory<T extends Component>
component
.Modifier and Type | Method and Description |
---|---|
T |
createComponent()
Creates the
component . |
void |
dispose(T component)
Called when the belonging SwingApplication is closed.
|
T createComponent()
component
. Each call to this method should create a new component instance.component
.void dispose(T component)
component
- the component created in createComponent()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500