Package com.ganteater.ae.desktop
Class WorkPlace
java.lang.Object
com.ganteater.ae.RecipeRunner
com.ganteater.ae.desktop.WorkPlace
- All Implemented Interfaces:
com.ganteater.ae.RecipeListener
- Direct Known Subclasses:
TaskEditor
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JToolBar
protected JLabel
protected String
protected FileDialog
protected JTextField
Fields inherited from class com.ganteater.ae.RecipeRunner
fConfigNode, manager, RUN_MODE_APPLICATION, RUN_MODE_WEB, STATUS_FAILED, STATUS_SUCCESS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
checkFailure
(com.ganteater.ae.CommandException e, com.ganteater.ae.processor.Processor processor) void
criticalError
(com.ganteater.ae.CommandException aThrowable, com.ganteater.ae.processor.Processor processor) void
endTask
(boolean aErrorState) com.ganteater.ae.processor.Processor
void
protected void
protected void
setActiveTest
(String theActiveTest) void
setTestName
(String aNameTask) void
setTestsFile
(String aTestsFile) void
Methods inherited from class com.ganteater.ae.RecipeRunner
changeVariable, closePort, createLog, createPort, errorInformation, exceptionIgnored, getConfigNode, getLogger, getManager, getRunMode, getStatus, getSystemVariables, getTaskNode, getTitle, isNotifyMe, main, makeRecipe, outToFrame, pause, resume, runCommandFrame, runTest, setLog, setProcessor, setProgress, setRunMode, setTaskNode, startChildProcess, startCommand, stopChildProcess, stopTest
-
Field Details
-
aboutButtonPanel
-
recipeFilePath
-
theAttacFileDialog
-
fTitleTest
-
theConfigName
-
-
Constructor Details
-
WorkPlace
-
-
Method Details
-
setActiveTest
-
startTask
- Specified by:
startTask
in interfacecom.ganteater.ae.RecipeListener
- Overrides:
startTask
in classcom.ganteater.ae.RecipeRunner
-
setTestName
- Overrides:
setTestName
in classcom.ganteater.ae.RecipeRunner
-
endTask
- Specified by:
endTask
in interfacecom.ganteater.ae.RecipeListener
- Overrides:
endTask
in classcom.ganteater.ae.RecipeRunner
-
runTest
-
getTestFile
-
setTestsFile
-
inputFile
- Overrides:
inputFile
in classcom.ganteater.ae.RecipeRunner
-
aboutTest
- Specified by:
aboutTest
in interfacecom.ganteater.ae.RecipeListener
- Overrides:
aboutTest
in classcom.ganteater.ae.RecipeRunner
-
setAbout
-
criticalError
public void criticalError(com.ganteater.ae.CommandException aThrowable, com.ganteater.ae.processor.Processor processor) - Specified by:
criticalError
in interfacecom.ganteater.ae.RecipeListener
- Overrides:
criticalError
in classcom.ganteater.ae.RecipeRunner
-
checkFailure
public void checkFailure(com.ganteater.ae.CommandException e, com.ganteater.ae.processor.Processor processor) - Specified by:
checkFailure
in interfacecom.ganteater.ae.RecipeListener
- Overrides:
checkFailure
in classcom.ganteater.ae.RecipeRunner
-
getTaskProcessor
- Overrides:
getTaskProcessor
in classcom.ganteater.ae.RecipeRunner
-
getAeFrame
-