|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextWrapped
An interface for a text wrapper.
Classes implementing this interface wrap a Text
object.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Returns true if some other object is equal to this one. |
Text |
getText()
Gets the text. |
int |
hashCode()
Returns a hash code for the object. |
void |
setText(Text text)
Sets the text. |
Method Detail |
---|
Text getText()
void setText(Text text)
text
- The text. boolean equals(java.lang.Object obj)
The two work parts are equal if their ids are equal.
equals
in class java.lang.Object
obj
- The other object.
int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |