|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextAttrInfo
This interface defines the text attribute field interface. This will allow a user to query the color and extended attributes of each character in the text of a field.
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object of the same class as this object. |
boolean |
equals(java.lang.Object other)
This method determines if the two TextAttrInfo types are equivalent. |
char[] |
getTextColors()
Returns a character array of the text colors. |
char[] |
getTextExtAttrs()
Returns a character array of the extended attributes. |
Method Detail |
---|
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- The reference object with which to compare.
true
if this TextAttrInfo type is the same as the obj argument;
false
otherwise.char[] getTextColors()
char[] getTextExtAttrs()
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |