|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.SoftWoehr.JTOpenContrib.MEU.MEULineCommand
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 |
public java.lang.String command
public java.lang.Integer numericArg
Constructor Detail |
public MEULineCommand(java.lang.String cmd)
cmd
- The text entered by user
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |