clarion.common
Class InstrText

java.lang.Object
  extended byclarion.common.InstrText

public class InstrText
extends java.lang.Object

This class is to show instructions and rights of software information on the screen.


Field Summary
static int COLS
           
static int ROWS
           
 
Constructor Summary
InstrText()
           
 
Method Summary
static java.lang.String getMainInstruction()
           
static java.lang.String getRightReserveInfo()
           
static java.lang.String getTaskInstructions(java.lang.String taskName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROWS

public static final int ROWS
See Also:
Constant Field Values

COLS

public static final int COLS
See Also:
Constant Field Values
Constructor Detail

InstrText

public InstrText()
Method Detail

getRightReserveInfo

public static java.lang.String getRightReserveInfo()

getMainInstruction

public static java.lang.String getMainInstruction()

getTaskInstructions

public static java.lang.String getTaskInstructions(java.lang.String taskName)