|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.brains2b.swingext.find.Find
public class Find
Constructor Summary | |
---|---|
Find(java.lang.String find)
|
|
Find(java.lang.String find,
java.lang.String replace)
|
Method Summary | |
---|---|
int |
getEndPosition()
|
java.lang.String |
getFind()
Gets the find. |
int |
getPosition()
Gets the position. |
java.lang.Object |
getReference()
Gets the reference. |
java.lang.String |
getReplace()
Gets the replace. |
void |
setPosition(int position)
Sets the position. |
void |
setReference(java.lang.Object reference)
Sets the reference. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Find(java.lang.String find)
public Find(java.lang.String find, java.lang.String replace)
Method Detail |
---|
public java.lang.String getFind()
public java.lang.String getReplace()
public int getPosition()
public int getEndPosition()
public void setPosition(int position)
position
- The position to setpublic java.lang.Object getReference()
public void setReference(java.lang.Object reference)
reference
- The reference to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |