Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,16 +1,16 @@
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.*;
5 - import org.litesoft.GWT.client.dev.ui.testplan.*;
6 -
7 - public class TestPlanParserActionFactoryClickImageCellButton extends AbstractTestPlanParserActionFactoryClickCellButton {
8 - public TestPlanParserActionFactoryClickImageCellButton() {
9 - super( TestPlanActionClickImageCellButton.FORM );
10 - }
11 -
12 - @Override
13 - protected TestPlanAction createAction( String pName, String pTitle, KeyboardKeyModifier pKeyboardKeyModifier ) {
14 - return new TestPlanActionClickImageCellButton( pName, pTitle, pKeyboardKeyModifier );
15 - }
16 - }
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.*;
5 + import org.litesoft.GWT.client.dev.ui.testplan.*;
6 +
7 + public class TestPlanParserActionFactoryClickImageCellButton extends AbstractTestPlanParserActionFactoryClickCellButton {
8 + public TestPlanParserActionFactoryClickImageCellButton() {
9 + super( TestPlanActionClickImageCellButton.FORM );
10 + }
11 +
12 + @Override
13 + protected TestPlanAction createAction( String pName, String pTitle, KeyboardKeyModifier pKeyboardKeyModifier ) {
14 + return new TestPlanActionClickImageCellButton( pName, pTitle, pKeyboardKeyModifier );
15 + }
16 + }