|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SwingApplicationConfiguration
Configuration builder to configure swing applications
.
Usage:
final SwingApplicationConfiguration config = SwingApplicationConfiguration.GENERATOR.invoke().icon(myIcon).title("myAppTitle");
SwingApplication
Nested Class Summary | |
---|---|
static interface |
SwingApplicationConfiguration.ComponentFactory<T extends Component>
Factory to create a component . |
Field Summary | |
---|---|
static Generator<SwingApplicationConfiguration> |
GENERATOR
Generator to create a swing configuration instance. |
Method Summary | |
---|---|
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. |
Methods inherited from interface de.espirit.firstspirit.client.gui.applications.ApplicationTabConfiguration |
---|
appearance, getAppearance, getIdentifier, icon, identifier, openInBackground, openInBackground, title |
Field Detail |
---|
static final Generator<SwingApplicationConfiguration> GENERATOR
Method Detail |
---|
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 application
SwingApplicationConfiguration.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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |