|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.qdemo.chat.util.TextIconAttributes
Holds the Iconpath and two Integer which reprasents the start- and stopindex of the String (message) where the icon would be place.
Field Summary | |
private java.lang.String |
imageicon
|
private int |
startindex
|
private int |
stopindex
|
Constructor Summary | |
TextIconAttributes(java.lang.String icon,
int starti,
int stopi)
|
Method Summary | |
java.lang.String |
getImageIconPath()
Returns String imageicon |
int |
getStartIndex()
Returns the startindex |
int |
getStopIndex()
Returns the stopindex |
void |
setImageIcon(java.lang.String icon)
Set the iconpath |
void |
setStartIndex(int starti)
Sets the startindex |
void |
setStopIndex(int stopi)
Sets the stopindex |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String imageicon
private int startindex
private int stopindex
Constructor Detail |
public TextIconAttributes(java.lang.String icon, int starti, int stopi)
Method Detail |
public java.lang.String getImageIconPath()
public void setImageIcon(java.lang.String icon)
icon
- Stringpublic int getStartIndex()
public void setStartIndex(int starti)
starti
- intpublic int getStopIndex()
public void setStopIndex(int stopi)
stopi
- int
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |