org.brains2b.swingext.find
Class Find

java.lang.Object
  extended by org.brains2b.swingext.find.Find

public class Find
extends java.lang.Object


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

Find

public Find(java.lang.String find)

Find

public Find(java.lang.String find,
            java.lang.String replace)
Method Detail

getFind

public java.lang.String getFind()
Gets the find.

Returns:
Returns a String

getReplace

public java.lang.String getReplace()
Gets the replace.

Returns:
Returns a String

getPosition

public int getPosition()
Gets the position.

Returns:
Returns a int

getEndPosition

public int getEndPosition()

setPosition

public void setPosition(int position)
Sets the position.

Parameters:
position - The position to set

getReference

public java.lang.Object getReference()
Gets the reference.

Returns:
Returns a Object

setReference

public void setReference(java.lang.Object reference)
Sets the reference.

Parameters:
reference - The reference to set