|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.anadix.swingparser.TextContentEvent
public class TextContentEvent
TextContentEvent class.
| Constructor Summary | |
|---|---|
TextContentEvent(BigInteger id,
String textContent)
Constructor for TextContentEvent. |
|
TextContentEvent(BigInteger id,
String textContent,
int position)
Constructor for TextContentEvent. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
BigInteger |
getId()
Getter for the field id. |
int |
getPosition()
Getter for the field position. |
String |
getTextContent()
Getter for the field textContent. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextContentEvent(BigInteger id,
String textContent)
Constructor for TextContentEvent.
id - a BigInteger object.textContent - a String object.
public TextContentEvent(BigInteger id,
String textContent,
int position)
Constructor for TextContentEvent.
id - a BigInteger object.textContent - a String object.position - a int.| Method Detail |
|---|
public BigInteger getId()
Getter for the field id.
BigInteger object.public String getTextContent()
Getter for the field textContent.
String object.public int getPosition()
Getter for the field position.
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||