|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of ComponentFactory in org.springframework.richclient.application.support |
---|
Methods in org.springframework.richclient.application.support that return ComponentFactory | |
---|---|
protected ComponentFactory |
ApplicationServicesAccessor.getComponentFactory()
|
Methods in org.springframework.richclient.application.support with parameters of type ComponentFactory | |
---|---|
void |
DefaultApplicationServices.setComponentFactory(ComponentFactory componentFactory)
Set the component factory service implementation |
Uses of ComponentFactory in org.springframework.richclient.command |
---|
Methods in org.springframework.richclient.command that return ComponentFactory | |
---|---|
ComponentFactory |
CommandServices.getComponentFactory()
|
protected ComponentFactory |
AbstractCommand.getComponentFactory()
|
Uses of ComponentFactory in org.springframework.richclient.command.support |
---|
Methods in org.springframework.richclient.command.support that return ComponentFactory | |
---|---|
ComponentFactory |
DefaultCommandManager.getComponentFactory()
|
ComponentFactory |
DefaultCommandServices.getComponentFactory()
|
Methods in org.springframework.richclient.command.support with parameters of type ComponentFactory | |
---|---|
void |
DefaultCommandServices.setComponentFactory(ComponentFactory componentFactory)
|
Uses of ComponentFactory in org.springframework.richclient.factory |
---|
Classes in org.springframework.richclient.factory that implement ComponentFactory | |
---|---|
class |
DefaultComponentFactory
Default component factory implementation that delegates to JGoodies component factory. |
Uses of ComponentFactory in org.springframework.richclient.form.builder |
---|
Methods in org.springframework.richclient.form.builder that return ComponentFactory | |
---|---|
protected ComponentFactory |
AbstractFormBuilder.getComponentFactory()
Returns the ComponentFactory that delivers all the visual
components. |
Methods in org.springframework.richclient.form.builder with parameters of type ComponentFactory | |
---|---|
void |
AbstractFormBuilder.setComponentFactory(ComponentFactory componentFactory)
Set the ComponentFactory . |
void |
GridBagLayoutFormBuilder.setComponentFactory(ComponentFactory componentFactory)
|
Uses of ComponentFactory in org.springframework.richclient.layout |
---|
Methods in org.springframework.richclient.layout that return ComponentFactory | |
---|---|
ComponentFactory |
TableLayoutBuilder.getComponentFactory()
Returns the ComponentFactory that this uses to create things like
labels. |
ComponentFactory |
GridBagLayoutBuilder.getComponentFactory()
|
Methods in org.springframework.richclient.layout with parameters of type ComponentFactory | |
---|---|
void |
TableLayoutBuilder.setComponentFactory(ComponentFactory componentFactory)
Sets the ComponentFactory that this uses to create things like
labels. |
void |
GridBagLayoutBuilder.setComponentFactory(ComponentFactory componentFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |