|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.apptrieve.appconn.TerminalField
public class TerminalField
TerminalField provides information about a host terminal field on a current Host Integrator entity.
Method Summary | |
---|---|
int |
getLeftColumn()
Gets the left column screen position for the terminal field. |
int |
getLength()
Gets the length of terminal field. |
int |
getOffset()
Gets the offset screen position for the terminal field. |
TerminalAttributes |
getTerminalAttributes()
Get the terminal attributes of the screen terminal field. |
int |
getTopRow()
Gets the top row screen position for the terminal field. |
java.lang.String |
toString()
Generates a String object that represents the current values of this TerminalField object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getTopRow()
public int getLeftColumn()
public int getOffset()
public int getLength()
public TerminalAttributes getTerminalAttributes()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |