com.mindbright.terminal.tandem6530
public class IBM3270FieldAttributes extends FieldAttributes
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BG_COLOR |
static int |
DEFAULT_FG_COLOR |
DEFAULT_DATA_ATTRIB, DEFAULT_EXT_DATA_ATTRIB, DEFAULT_VIDEO
Constructor and Description |
---|
IBM3270FieldAttributes(char video,
char data,
char extData) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getBgColor() |
int |
getFgColor() |
int |
hashCode() |
void |
setBgColor(int color) |
void |
setFgColor(int color) |
java.lang.String |
toString() |
getAid, getAutoTab, getDataType, getKeyboard, getMdt, getProtect, getUpShift, getVideoAttrib, setAttribs, setAutoTab, setDataType, setMdt, setProtect, setUpShift, setVideoAttrib
public static final int DEFAULT_FG_COLOR
public static final int DEFAULT_BG_COLOR
public IBM3270FieldAttributes(char video, char data, char extData) throws ParseException
ParseException
public int getFgColor()
public void setFgColor(int color) throws BadColorException
BadColorException
public int getBgColor()
public void setBgColor(int color) throws BadColorException
BadColorException
public int hashCode()
hashCode
in class FieldAttributes
public boolean equals(java.lang.Object o)
equals
in class FieldAttributes
public java.lang.String toString()
toString
in class FieldAttributes