@Component public class SPEFactory extends Object implements AbstractFactory
| Constructor and Description |
|---|
SPEFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.smyld.reflections.AnnotatedType<org.smyld.app.pe.annotations.PEGUIBuilder> |
getGUIBuilder(org.smyld.app.pe.model.GUIToolkit toolkit) |
Set<org.smyld.reflections.AnnotatedType<org.smyld.app.pe.annotations.PEGUIBuilder>> |
getGuiBuilders() |
org.smyld.reflections.AnnotatedType<org.smyld.app.pe.annotations.PELayoutHandler> |
getLayoutHandler(org.smyld.app.pe.model.GUIToolkit toolkit,
org.smyld.app.pe.model.LayoutType layoutType) |
Set<org.smyld.reflections.AnnotatedType<org.smyld.app.pe.annotations.PELayoutHandler>> |
getLayoutHandlers() |
public org.smyld.reflections.AnnotatedType<org.smyld.app.pe.annotations.PEGUIBuilder> getGUIBuilder(org.smyld.app.pe.model.GUIToolkit toolkit)
getGUIBuilder in interface AbstractFactorypublic org.smyld.reflections.AnnotatedType<org.smyld.app.pe.annotations.PELayoutHandler> getLayoutHandler(org.smyld.app.pe.model.GUIToolkit toolkit,
org.smyld.app.pe.model.LayoutType layoutType)
getLayoutHandler in interface AbstractFactorypublic Set<org.smyld.reflections.AnnotatedType<org.smyld.app.pe.annotations.PEGUIBuilder>> getGuiBuilders()
public Set<org.smyld.reflections.AnnotatedType<org.smyld.app.pe.annotations.PELayoutHandler>> getLayoutHandlers()
Copyright © 2019 SMYLD. All rights reserved.