|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object writeattributes.AddressEdit.AttributeRegion
private class AddressEdit.AttributeRegion
Pair binding an attribute name to its position on the screen.
These objects are used to store attribute information in the priority queue.
Field Summary | |
---|---|
private java.lang.String |
name
Attribute name. |
private com.wrq.vhi.script.api.RectangularTerminalRegion |
region
Attribute position on terminal screen. |
Constructor Summary | |
---|---|
AddressEdit.AttributeRegion(java.lang.String name,
com.wrq.vhi.script.api.RectangularTerminalRegion region)
Constructor: bind attribute name to terminal region |
Method Summary | |
---|---|
int |
getColumn()
Get attribute column. |
java.lang.String |
getName()
Get attribute name. |
int |
getRow()
Get attribute row. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.String name
private final com.wrq.vhi.script.api.RectangularTerminalRegion region
Constructor Detail |
---|
public AddressEdit.AttributeRegion(java.lang.String name, com.wrq.vhi.script.api.RectangularTerminalRegion region)
name
- attribute nameregion
- rectangular terminal region occupied by attributeMethod Detail |
---|
public java.lang.String getName()
public int getRow()
public int getColumn()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |