test.check.command
Interface CreationCommand<T>

Type Parameters:
T - Specifies the control class.

public interface CreationCommand<T>

Base interface for creating a single slider.

Author:
Kirill Grouchnikov

Method Summary
 T create()
          Creates a control.
 

Method Detail

create

T create()
Creates a control.

Returns:
Control.