All Packages Class Hierarchy This Package Previous Next Index
setCommandType()
Close window
setCommandType()
File defaults
setCommandType()
Launch macro file
setCommandType()
Start new session
setCommandType()
No command
setCommandType()
Perform calculation
setCommandType()
Receive files
setCommandType()
Run applet
setCommandType()
Send files
setCommandType()
Set cursor
public static final int SET_CURSOR
setCommandType()
Set cursor
public static final int CLOSE_WINDOW
setCommandType()
Close window
public static final int PERFORM_CALC
setCommandType()
Perform calculation
public static final int LAUNCH_MACRO
setCommandType()
Launch macro file
public static final int NEW_SESSION
setCommandType()
Start new session
public static final int RUN_APPLET
setCommandType()
Run applet
public static final int SEND_FILES
setCommandType()
Send files
public static final int RECEIVE_FILES
setCommandType()
Receive files
public static final int FILE_DEFAULTS
setCommandType()
File defaults
public static final int NUMBER_COMMANDS
public static final int NO_COMMAND
setCommandType()
No command
public abstract void setCommandType(int commandType) throws Exception
commandType
- the command type
commandType
is invalid.
public abstract int getCommandType()
NO_COMMAND
if no command has been set.
public abstract void setArgument(String argument)
argument
- the argument
public abstract String getArgument()
null
if no argument has been set.
public abstract void setCopyLength(int copyLength)
copyLength
- the copyLength
public abstract int getCopyLength()
-1
if no copy length has be specified.
public abstract void setHostPosition(int hostPosition)
hostPosition
- the host position
public abstract int getHostPosition()
-1
if no host position has be specified.
All Packages Class Hierarchy This Package Previous Next Index