net.sf.dexterim.ui
Class NegativeIndexFilterMask

java.lang.Object
  extended bynet.sf.dexterim.ui.NegativeIndexFilterMask
All Implemented Interfaces:
FilterMask

public class NegativeIndexFilterMask
extends java.lang.Object
implements FilterMask

Author:
christoph

Constructor Summary
NegativeIndexFilterMask()
           
NegativeIndexFilterMask(int startIndex, int endIndex)
           
 
Method Summary
 java.lang.String filter(java.lang.String text)
           
 int getEndIndex()
           
 int getStartIndex()
           
 void setEndIndex(int endIndex)
           
 void setStartIndex(int startIndex)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NegativeIndexFilterMask

public NegativeIndexFilterMask(int startIndex,
                               int endIndex)

NegativeIndexFilterMask

public NegativeIndexFilterMask()
Method Detail

filter

public java.lang.String filter(java.lang.String text)
Specified by:
filter in interface FilterMask

getEndIndex

public int getEndIndex()
Returns:
Returns the endIndex.

setEndIndex

public void setEndIndex(int endIndex)
Parameters:
endIndex - The endIndex to set.

getStartIndex

public int getStartIndex()
Returns:
Returns the startIndex.

setStartIndex

public void setStartIndex(int startIndex)
Parameters:
startIndex - The startIndex to set.

toString

public java.lang.String toString()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.