public class PhantomMacro extends Object implements Comparable<PhantomMacro>
Modifier and Type | Class and Description |
---|---|
class |
PhantomMacro.MacroStep
The definition of macro steps.
|
class |
PhantomMacro.PhantomMacroThread
This starter class just starts the play back of the macro in
another thread.
|
class |
PhantomMacro.WaitAnyScreen
The definition of macro steps.
|
Modifier and Type | Field and Description |
---|---|
String |
comment
The comment of the macro.
|
PhantomMacro.MacroStep[] |
steps
The macro steps.
|
static int |
TYPE_CALLDLG
Call another macro.
|
static int |
TYPE_CALLREXX
Call REXX (not supported).
|
static int |
TYPE_CHANGESESSION
Change session.
|
static int |
TYPE_COMMENT
Note.
|
static int |
TYPE_DEBUG
Output text.
|
static int |
TYPE_JMPDLG
Jump to macro.
|
static int |
TYPE_NOP
No operation.
|
static int |
TYPE_PAUSETIMER
Pause timer.
|
static int |
TYPE_SENDFILEPSW
Send user ID password (not supported).
|
static int |
TYPE_SENDKEY
Send key.
|
static int |
TYPE_SENDPARAM
Send parameter.
|
static int |
TYPE_SENDPASSWORD
Send password (not supported).
|
static int |
TYPE_SENDSTRING
Send a character string.
|
static int |
TYPE_SETTIMEOUT
Set time-out.
|
static int |
TYPE_STARTTIMER
Start timer.
|
static int |
TYPE_STOPTIMER
Stop timer.
|
static int |
TYPE_WAIT
Delay (seconds).
|
static int |
TYPE_WAITANYSCR
Wait for screens.
|
static int |
TYPE_WAITSCREEN
Wait for a screen.
|
static int |
WAS_CALLDLG
WaitAnyScreen: Call another macro.
|
static int |
WAS_DEFAULT
WaitAnyScreen: Default screen: keep on going in this macro.
|
static int |
WAS_JMPDLG
WaitAnyScreen: Jump or branch away to another dialog.
|
static int |
WAS_RC
WaitAnyScreen: A return code that is returned to the potential
CallObject issuer.
|
static int |
WAS_REXX
WaitAnyScreen: Call a REXX procedure (not supported).
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PhantomMacro o)
Used to sort the Phantom Macros at save.
|
String |
getName()
Gets the name of the macro.
|
String |
playBack(PhantomWorker worker)
Plays back the macro.
|
public static final int TYPE_NOP
public static final int TYPE_SETTIMEOUT
public static final int TYPE_STARTTIMER
public static final int TYPE_STOPTIMER
public static final int TYPE_SENDSTRING
public static final int TYPE_SENDKEY
public static final int TYPE_WAITSCREEN
public static final int TYPE_CHANGESESSION
public static final int TYPE_SENDPARAM
public static final int TYPE_SENDPASSWORD
public static final int TYPE_WAIT
public static final int TYPE_PAUSETIMER
public static final int TYPE_WAITANYSCR
public static final int TYPE_CALLREXX
public static final int TYPE_CALLDLG
public static final int TYPE_JMPDLG
public static final int TYPE_SENDFILEPSW
public static final int TYPE_COMMENT
public static final int TYPE_DEBUG
public static final int WAS_DEFAULT
public static final int WAS_CALLDLG
public static final int WAS_JMPDLG
public static final int WAS_REXX
public static final int WAS_RC
public final PhantomMacro.MacroStep[] steps
public String comment
public String getName()
public String playBack(PhantomWorker worker)
public int compareTo(PhantomMacro o)
compareTo
in interface Comparable<PhantomMacro>
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.