net.sf.dexterim.ui
Class IndexFilterMask

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

public class IndexFilterMask
extends java.lang.Object
implements FilterMask

Author:
christoph

Constructor Summary
IndexFilterMask()
           
IndexFilterMask(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

IndexFilterMask

public IndexFilterMask(int startIndex,
                       int endIndex)

IndexFilterMask

public IndexFilterMask()
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.