public class TestCaseEditController extends 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 |
---|---|
ActionListener |
onTestCaseNumberChange |
Constructor and Description |
---|
TestCaseEditController() |
TestCaseEditController(WorkSpaceView workspace) |
Modifier and Type | Method and Description |
---|---|
Rule |
getCurrentRule() |
Object |
getModel() |
Component |
getView() |
void |
OnLoadRule(Rule rule) |
void |
setCurrentTestCase(TestCase testCase) |
public ActionListener onTestCaseNumberChange
public TestCaseEditController(WorkSpaceView workspace)
public TestCaseEditController()
public void OnLoadRule(Rule rule)
public void setCurrentTestCase(TestCase testCase)
public Rule getCurrentRule()
public Object getModel()
getModel
in interface IController
public Component getView()
getView
in interface IController
Copyright © 2015. All rights reserved.