|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
wt.clients.workflow.definer.WfNodeTemplatePanel
wt.clients.workflow.definer.WfApplRobotTemplatePanel
Nested Class Summary | |
(package private) class |
WfApplRobotTemplatePanel.SymAction
|
Nested classes inherited from class wt.clients.workflow.definer.WfNodeTemplatePanel |
WfNodeTemplatePanel.InitializeThread |
Nested classes inherited from class java.awt.Panel |
Panel.AccessibleAWTPanel |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) Label |
argumentLbl
|
(package private) Checkbox |
asynchBtn
|
(package private) Label |
cmdLbl
|
(package private) TextField |
commandTxt
|
(package private) Button |
envCreateBtn
|
(package private) Button |
envDeleteBtn
|
(package private) Label |
environmentLbl
|
(package private) Button |
envUpdateBtn
|
(package private) boolean |
fComponentsAdjusted
|
(package private) CheckboxGroup |
Group1
|
(package private) List |
listVariables
|
(package private) WTMultiList |
multiListEnv
|
(package private) Label |
nameLbl
|
(package private) TextField |
nameTxt
|
(package private) Panel |
panel1
|
(package private) Panel |
panel2
|
(package private) Checkbox |
synchBtn
|
(package private) Label |
synchLabel
|
(package private) WfNodeTemplateEditor |
wfNodeTemplateEditor
|
Fields inherited from class wt.clients.workflow.definer.WfNodeTemplatePanel |
propertiesTabPanel, wfTemplateObjectEvents |
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
WfApplRobotTemplatePanel(WfNodeTemplateEditor wf_node_template_editor)
|
Method Summary | |
void |
addNotify()
|
protected void |
addTabs()
|
protected void |
cancel()
|
(package private) void |
envCreateBtn_ActionPerformed(ActionEvent event)
|
(package private) void |
envDeleteBtn_ActionPerformed(ActionEvent event)
|
(package private) void |
envUpdateBtn_ActionPerformed(ActionEvent event)
|
String |
getCommand()
Returns the line of text which will contain the filename to execute, exe or bat or cmd... |
String |
getCommandLine()
Returns the command line for the application robot. |
SignatureVector |
getEnvironment()
Returns the list of environment options which will be set when executing the command in a seperate process. |
String |
getHelpTag()
|
boolean |
getSynchronous()
Returns if the robot is to be Sunchronous or Asynchronous |
void |
initialize()
|
private void |
initVariableList()
|
protected void |
localize()
|
protected void |
save()
|
void |
setCommand(String command)
Sets the line of text which will contain the filename to execute, exe or bat or cmd... |
void |
setEnvironment(SignatureVector environment)
Sets the list of environment options which will be set when executing the command in a seperate process. |
void |
setSynchronous(boolean synch)
sets if the robot is to be Sunchronous or Asynchronous |
Methods inherited from class wt.clients.workflow.definer.WfNodeTemplatePanel |
getEditor, getPropertiesTabPanel, getUserEvents, reinitialize, setCurrentTab |
Methods inherited from class java.awt.Panel |
getAccessibleContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
WfNodeTemplateEditor wfNodeTemplateEditor
boolean fComponentsAdjusted
TextField commandTxt
Checkbox synchBtn
CheckboxGroup Group1
Checkbox asynchBtn
Label synchLabel
Label cmdLbl
TextField nameTxt
Label nameLbl
Panel panel1
Panel panel2
Button envCreateBtn
Button envUpdateBtn
Button envDeleteBtn
Label environmentLbl
WTMultiList multiListEnv
List listVariables
Label argumentLbl
Constructor Detail |
public WfApplRobotTemplatePanel(WfNodeTemplateEditor wf_node_template_editor)
Method Detail |
public void addNotify()
addNotify
in class WfNodeTemplatePanel
public void initialize()
initialize
in class WfNodeTemplatePanel
protected void addTabs()
addTabs
in class WfNodeTemplatePanel
protected void save() throws WTException
save
in class WfNodeTemplatePanel
WTException
protected void cancel() throws WTException
cancel
in class WfNodeTemplatePanel
WTException
private void initVariableList()
public String getCommandLine()
public SignatureVector getEnvironment()
public void setEnvironment(SignatureVector environment)
public void setCommand(String command)
public String getCommand()
public void setSynchronous(boolean synch)
public boolean getSynchronous()
protected void localize()
void envDeleteBtn_ActionPerformed(ActionEvent event)
void envCreateBtn_ActionPerformed(ActionEvent event)
void envUpdateBtn_ActionPerformed(ActionEvent event)
public String getHelpTag()
getHelpTag
in class WfNodeTemplatePanel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |