public class TestCaseEditController extends java.lang.Object implements IController
Modifier and Type | Class and Description |
---|---|
class |
TestCaseEditController.AbstractEditorPane |
class |
TestCaseEditController.InputEditorPane |
class |
TestCaseEditController.InputFileEditor |
class |
TestCaseEditController.InputMultiEditor |
class |
TestCaseEditController.InputStringEditor |
class |
TestCaseEditController.OutputAstEditor |
class |
TestCaseEditController.OutputEditorPane |
class |
TestCaseEditController.OutputResultEditor |
class |
TestCaseEditController.OutputReturnEditor |
class |
TestCaseEditController.OutputStdEditor |
Modifier and Type | Field and Description |
---|---|
java.awt.event.ActionListener |
onTestCaseNumberChange |
Constructor and Description |
---|
TestCaseEditController() |
TestCaseEditController(WorkSpaceView workspace) |
Modifier and Type | Method and Description |
---|---|
Rule |
getCurrentRule() |
java.lang.Object |
getModel() |
java.awt.Component |
getView() |
void |
OnLoadRule(Rule rule) |
void |
setCurrentTestCase(TestCase testCase) |
public TestCaseEditController(WorkSpaceView workspace)
public TestCaseEditController()
public void OnLoadRule(Rule rule)
public void setCurrentTestCase(TestCase testCase)
public Rule getCurrentRule()
public java.lang.Object getModel()
getModel
in interface IController
public java.awt.Component getView()
getView
in interface IController
Copyright © 2013. All Rights Reserved.