Class ET_DefaultControlFactory

java.lang.Object
com.sun.javatest.exec.ET_DefaultControlFactory
All Implemented Interfaces:
ET_ControlFactory

public class ET_DefaultControlFactory extends Object implements ET_ControlFactory
Default implementation of ET_ControlFactory interface. Subclasses might reuse it overriding necessary methods to provide their own controls.
All createXXX() methods construct new object only when invoked the first time. All consequent calls will return the instances previously created.