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 JToolBarprotected JLabelprotected Stringprotected FileDialogprotected JTextFieldFields 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 TypeMethodDescriptionvoidvoidcheckFailure(com.ganteater.ae.CommandException e, com.ganteater.ae.processor.Processor processor) voidcriticalError(com.ganteater.ae.CommandException aThrowable, com.ganteater.ae.processor.Processor processor) voidendTask(boolean aErrorState) com.ganteater.ae.processor.Processorvoidprotected voidprotected voidsetActiveTest(String theActiveTest) voidsetTestName(String aNameTask) voidsetTestsFile(String aTestsFile) voidMethods inherited from class com.ganteater.ae.RecipeRunner
changeVariable, closePort, createLog, createPort, errorInformation, exceptionIgnored, getConfigNode, getLogger, getManager, getRunMode, getStatus, getSystemVariables, getTaskNode, getTitle, isNotifyMe, main, makeRecipe, outToView, pause, resume, runCommandView, runTest, setLog, setProcessor, setProgress, setRunMode, setStatus, setTaskNode, startChildProcess, startCommand, stopChildProcess, stopTest
-
Field Details
-
aboutButtonPanel
-
recipeFilePath
-
theAttacFileDialog
-
fTitleTest
-
theConfigName
-
-
Constructor Details
-
WorkPlace
-
-
Method Details
-
setActiveTest
- Throws:
com.ganteater.ae.CommandException
-
startTask
- Specified by:
startTaskin interfacecom.ganteater.ae.RecipeListener- Overrides:
startTaskin classcom.ganteater.ae.RecipeRunner
-
setTestName
- Overrides:
setTestNamein classcom.ganteater.ae.RecipeRunner
-
endTask
- Specified by:
endTaskin interfacecom.ganteater.ae.RecipeListener- Overrides:
endTaskin classcom.ganteater.ae.RecipeRunner
-
runTest
-
getTestFile
-
setTestsFile
-
inputFile
- Overrides:
inputFilein classcom.ganteater.ae.RecipeRunner
-
aboutTest
- Specified by:
aboutTestin interfacecom.ganteater.ae.RecipeListener- Overrides:
aboutTestin classcom.ganteater.ae.RecipeRunner
-
setAbout
-
criticalError
public void criticalError(com.ganteater.ae.CommandException aThrowable, com.ganteater.ae.processor.Processor processor) - Specified by:
criticalErrorin interfacecom.ganteater.ae.RecipeListener- Overrides:
criticalErrorin classcom.ganteater.ae.RecipeRunner
-
checkFailure
public void checkFailure(com.ganteater.ae.CommandException e, com.ganteater.ae.processor.Processor processor) - Specified by:
checkFailurein interfacecom.ganteater.ae.RecipeListener- Overrides:
checkFailurein classcom.ganteater.ae.RecipeRunner
-
getProcessor
- Overrides:
getProcessorin classcom.ganteater.ae.RecipeRunner
-
getAeFrame
-