public class JemmyPoFactory extends Object implements IPoFactory
| Constructor and Description |
|---|
JemmyPoFactory(JemmyContext context) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createLegacyPage(Class<T> type,
org.netbeans.jemmy.operators.ContainerOperator representingContainer) |
<T> T |
createPage(Class<T> type) |
<T> T |
createPo(Class<T> type,
String name,
org.netbeans.jemmy.ComponentChooser chooser,
PageObjectImplementation parent) |
<T> T |
createProxy(Class<T> type,
PageObjectImplementation poi) |
JemmyContext |
getContext() |
public JemmyPoFactory(JemmyContext context)
public JemmyContext getContext()
public <T> T createPo(Class<T> type, String name, org.netbeans.jemmy.ComponentChooser chooser, PageObjectImplementation parent)
public <T> T createProxy(Class<T> type, PageObjectImplementation poi)
public <T> T createLegacyPage(Class<T> type, org.netbeans.jemmy.operators.ContainerOperator representingContainer)
public <T> T createPage(Class<T> type)
createPage in interface IPoFactoryCopyright © 2017. All rights reserved.