public interface SwingApplicationConfiguration extends ApplicationTabConfiguration<SwingApplicationConfiguration>
swing applications.
Usage:
final SwingApplicationConfiguration config = SwingApplicationConfiguration.GENERATOR.invoke().icon(myIcon).title("myAppTitle");
SwingApplication| Modifier and Type | Interface and Description |
|---|---|
static interface |
SwingApplicationConfiguration.ComponentFactory<T extends Component>
Factory to create a
component. |
| Modifier and Type | Field and Description |
|---|---|
static Generator<SwingApplicationConfiguration> |
GENERATOR
Generator to create a swing configuration instance.
|
| Modifier and Type | Method and Description |
|---|---|
SwingApplicationConfiguration |
componentFactory(SwingApplicationConfiguration.ComponentFactory factory)
Sets the
component factory for the swing application
which will be created based on this configuration. |
SwingApplicationConfiguration.ComponentFactory |
getComponentFactory()
Returns the
component factory which will
be used to create the swing component used for the swing application which will
be created based on this configuration. |
appearance, getAppearance, getIdentifier, icon, identifier, openInBackground, openInBackground, titlestatic final Generator<SwingApplicationConfiguration> GENERATOR
SwingApplicationConfiguration componentFactory(SwingApplicationConfiguration.ComponentFactory factory)
component factory for the swing application
which will be created based on this configuration.factory - the factory which will be used to create the component for the belonging swing applicationSwingApplicationConfiguration.ComponentFactory getComponentFactory()
component factory which will
be used to create the swing component used for the swing application which will
be created based on this configuration.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408