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, setVideoAttribpublic static final int DEFAULT_FG_COLOR
public static final int DEFAULT_BG_COLOR
public IBM3270FieldAttributes(char video,
char data,
char extData)
throws ParseException
ParseExceptionpublic int getFgColor()
public void setFgColor(int color)
throws BadColorException
BadColorExceptionpublic int getBgColor()
public void setBgColor(int color)
throws BadColorException
BadColorExceptionpublic int hashCode()
hashCode in class FieldAttributespublic boolean equals(java.lang.Object o)
equals in class FieldAttributespublic java.lang.String toString()
toString in class FieldAttributes