Package com.ganteater.ae.desktop.editor
Class TaskEditor
java.lang.Object
com.ganteater.ae.RecipeRunner
com.ganteater.ae.desktop.WorkPlace
com.ganteater.ae.desktop.editor.TaskEditor
- All Implemented Interfaces:
AeEditPanel
,AEPanel
,RecipeListener
- Version:
- 1.0, 29-Jul-2005
- Author:
- victort
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) class
-
Field Summary
FieldsFields inherited from class com.ganteater.ae.desktop.WorkPlace
aboutButtonPanel, fTitleTest, recipeFilePath, theAttacFileDialog, theConfigName
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
changeVariable
(String aAttribut, Object aValue) void
checkFailure
(CommandException exception, Processor processor) void
closeTab()
void
contextHelp
(DialogPopupMenu menu) void
void
criticalError
(CommandException exception, Processor processor) void
void
endTask
(boolean aErrorState) void
errorInformation
(Processor processor, Throwable exception, Node command) void
format()
int
getFrame()
getText()
boolean
boolean
void
outputPaneAdd
(LogPresenter logPanel) void
outToFrame
(Processor processor, Properties properties, Object value) void
pause()
protected void
void
reload()
void
void
replaceRange
(String text, int i, int caretPosition2) void
resume()
void
runCommandFrame
(Properties params) void
runTask()
void
void
void
save()
void
saveTask()
void
select()
void
setActiveTest
(String theActiveTest) void
void
setProgress
(String message, long aMaxTags, long aCurrTags, boolean aErrorState) void
setRunButtonAction
(boolean runAction) void
void
setTaskNode
(Node taskNode) void
void
showPanel
(JTabbedPane panel, String name) void
void
void
startCommand
(int aNumberCommand) void
stopTask()
Methods inherited from class com.ganteater.ae.desktop.WorkPlace
getAeFrame, getTaskProcessor, getTestFile, inputFile, runTest, setAbout, setTestName, setTestsFile, startTask
Methods inherited from class com.ganteater.ae.RecipeRunner
closePort, createPort, exceptionIgnored, getConfigNode, getLogger, getManager, getRunMode, getStatus, getSystemVariables, getTaskNode, getTitle, main, makeRecipe, setProcessor, setRunMode, startChildProcess, stopChildProcess, stopTest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ganteater.ae.desktop.editor.AeEditPanel
getManager, getTaskProcessor
-
Field Details
-
fNumberLog
int fNumberLog
-
-
Constructor Details
-
TaskEditor
-
TaskEditor
-
-
Method Details
-
setSplitPanel
-
reload
- Specified by:
reload
in interfaceAeEditPanel
-
save
- Specified by:
save
in interfaceAeEditPanel
- Throws:
IOException
-
format
- Specified by:
format
in interfaceAeEditPanel
-
setProgress
- Specified by:
setProgress
in interfaceRecipeListener
- Overrides:
setProgress
in classRecipeRunner
-
stopTask
-
compileTask
-
showPanel
-
getMainPanel
- Specified by:
getMainPanel
in interfaceAEPanel
-
endTask
- Specified by:
endTask
in interfaceRecipeListener
- Overrides:
endTask
in classWorkPlace
-
refreshTaskTree
-
changeVariable
- Specified by:
changeVariable
in interfaceRecipeListener
- Overrides:
changeVariable
in classRecipeRunner
-
startCommand
- Specified by:
startCommand
in interfaceRecipeListener
- Overrides:
startCommand
in classRecipeRunner
-
aboutTest
- Specified by:
aboutTest
in interfaceRecipeListener
- Overrides:
aboutTest
in classWorkPlace
-
runCommandFrame
- Specified by:
runCommandFrame
in interfaceRecipeListener
- Overrides:
runCommandFrame
in classRecipeRunner
-
outToFrame
- Specified by:
outToFrame
in interfaceRecipeListener
- Overrides:
outToFrame
in classRecipeRunner
-
removeActivePresentationPanel
-
createLog
- Specified by:
createLog
in interfaceRecipeListener
- Overrides:
createLog
in classRecipeRunner
-
setLog
- Overrides:
setLog
in classRecipeRunner
-
errorInformation
public void errorInformation(Processor processor, Throwable exception, Node command) throws CommandException - Specified by:
errorInformation
in interfaceRecipeListener
- Overrides:
errorInformation
in classRecipeRunner
- Throws:
CommandException
-
outputPaneAdd
-
setActiveTest
- Overrides:
setActiveTest
in classWorkPlace
-
runTaskNode
-
start
-
setRunButtonAction
-
edit
-
create
-
getPanelName
- Specified by:
getPanelName
in interfaceAEPanel
-
saveTask
- Throws:
IOException
-
runTask
- Specified by:
runTask
in interfaceAeEditPanel
-
criticalError
- Specified by:
criticalError
in interfaceRecipeListener
- Overrides:
criticalError
in classWorkPlace
-
checkFailure
- Specified by:
checkFailure
in interfaceRecipeListener
- Overrides:
checkFailure
in classWorkPlace
-
closeTab
-
showAbout
-
showTaskTreePane
-
getCaretPosition
- Specified by:
getCaretPosition
in interfaceAeEditPanel
-
getMagicCaretPosition
- Specified by:
getMagicCaretPosition
in interfaceAeEditPanel
-
getText
- Specified by:
getText
in interfaceAeEditPanel
-
replaceRange
- Specified by:
replaceRange
in interfaceAeEditPanel
-
contextHelp
- Specified by:
contextHelp
in interfaceAeEditPanel
-
runTest
- Overrides:
runTest
in classRecipeRunner
-
getFrame
-
pause
- Specified by:
pause
in interfaceRecipeListener
- Overrides:
pause
in classRecipeRunner
-
resume
- Specified by:
resume
in interfaceRecipeListener
- Overrides:
resume
in classRecipeRunner
-
isRunning
-
getEditor
- Specified by:
getEditor
in interfaceAeEditPanel
-
select
-
setTaskNode
- Overrides:
setTaskNode
in classRecipeRunner
-
isNotifyMe
- Specified by:
isNotifyMe
in interfaceRecipeListener
- Overrides:
isNotifyMe
in classRecipeRunner
-