Interface ElementFactory
-
- All Known Implementing Classes:
AbstractElementFactoryComplex
,ElementFactoryBorder
,ElementFactoryButton
,ElementFactoryCheckboxOff
,ElementFactoryCheckboxOn
,ElementFactoryDroplist
,ElementFactoryImage
,ElementFactoryLine
,ElementFactoryMenu
,ElementFactoryPyramid
,ElementFactoryRadioOff
,ElementFactoryRadioOn
,ElementFactoryRetrieveFromDictonnary
,ElementFactoryScroll
,ElementFactoryTab
,ElementFactoryText
,ElementFactoryTextField
,ElementFactoryTree
public interface ElementFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Terminated<Element>
create()
boolean
ready()
-
-
-
Method Detail
-
create
Terminated<Element> create()
-
ready
boolean ready()
-
-