public class ControlStepUI extends java.lang.Object implements java.awt.event.ActionListener, ControlProcessingUI1
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CENTER |
static java.lang.String |
RESOURCE_BUNDLE |
Constructor and Description |
---|
ControlStepUI()
Construct the Panel
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
notify the observers of the event.getActionCommand()
with the params
|
void |
addObserver(java.util.Observer observer)
pass along to 'controlObservable'
|
void |
popupMessage(java.lang.String msg)
show an information popup dialog using JOptionPane
|
void |
processingComplete(boolean pc)
processing complete will be called by ControlObservable class run thread
|
void |
setAppMapItem(java.lang.String val)
set the text of the 'appMapItem' text field
|
void |
setDelim(java.lang.String d)
set the text of the 'delim' text field
|
void |
setInputRecord(java.lang.String rec)
set the text of the 'inputRecord' text field
|
void |
setStatusCode(java.lang.String status)
set the text of the 'statusCode' text field
|
void |
setTestLogMsg(java.lang.String testLogMsg)
set the text of the 'testLogMsg' text field
|
void |
start()
starts up the frame and adds the 'top' component to it;
also starts up the observable thread (ControlObservable)
|
public static final java.lang.String CENTER
public static final java.lang.String RESOURCE_BUNDLE
public void setStatusCode(java.lang.String status)
setStatusCode
in interface ControlProcessingUI1
public void setTestLogMsg(java.lang.String testLogMsg)
setTestLogMsg
in interface ControlProcessingUI1
public void setAppMapItem(java.lang.String val)
setAppMapItem
in interface ControlProcessingUI1
public void setInputRecord(java.lang.String rec)
setInputRecord
in interface ControlProcessingUI1
public void setDelim(java.lang.String d)
setDelim
in interface ControlProcessingUI1
public void start()
start
in interface ControlProcessing
public void addObserver(java.util.Observer observer)
addObserver
in interface ControlProcessing
public void popupMessage(java.lang.String msg)
msg,
- Stringpublic void processingComplete(boolean pc)
processingComplete
in interface ControlProcessing
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
Copyright © SAS Institute. All Rights Reserved.