Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Server/src/org/litesoft/testplan/TestPlanParserActionFactoryInputFormCheckBox.java

Diff revisions: vs.
  @@ -1,15 +1,15 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.testplan;
3 -
4 - import org.litesoft.GWT.client.dev.ui.testplan.*;
5 -
6 - public class TestPlanParserActionFactoryInputFormCheckBox extends AbstractTestPlanParserActionFactoryFormInput {
7 - public TestPlanParserActionFactoryInputFormCheckBox() {
8 - super( TestPlanActionInputFormCheckBox.FORM );
9 - }
10 -
11 - @Override
12 - protected TestPlanAction createAction( String pLabel, String pTooltip, Integer pNth, String pInputText ) {
13 - return new TestPlanActionInputFormCheckBox( pLabel, pTooltip, pNth, pInputText );
14 - }
15 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.testplan;
3 +
4 + import org.litesoft.GWT.client.dev.ui.testplan.*;
5 +
6 + public class TestPlanParserActionFactoryInputFormCheckBox extends AbstractTestPlanParserActionFactoryFormInput {
7 + public TestPlanParserActionFactoryInputFormCheckBox() {
8 + super( TestPlanActionInputFormCheckBox.FORM );
9 + }
10 +
11 + @Override
12 + protected TestPlanAction createAction( String pLabel, String pTooltip, Integer pNth, String pInputText ) {
13 + return new TestPlanActionInputFormCheckBox( pLabel, pTooltip, pNth, pInputText );
14 + }
15 + }