com.SoftWoehr.JTOpenContrib.MEU
Class MEULineCommand

java.lang.Object
  |
  +--com.SoftWoehr.JTOpenContrib.MEU.MEULineCommand

public class MEULineCommand
extends java.lang.Object

Embodies the parsing of line commands entered in the line number area.


Field Summary
 java.lang.String command
          The line command entered by user.
 java.lang.Integer numericArg
          Numeric argument to command or null
 
Constructor Summary
MEULineCommand(java.lang.String cmd)
          Creates new MEULineCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

public java.lang.String command
The line command entered by user.

numericArg

public java.lang.Integer numericArg
Numeric argument to command or null
Constructor Detail

MEULineCommand

public MEULineCommand(java.lang.String cmd)
Creates new MEULineCommand
Parameters:
cmd - The text entered by user