| isql.TabModel
TabModel | public interface TabModel (Code) | | |
doMatch | public int doMatch(String patt)(Code) | | this method is expected to do the actual matching, returning the
count of matches. It is expected that the user would use this to
store in his own custom strcuture. i dont know
whether it makes sense since it seems like an internal thing.
|
getMatched | public String getMatched(int index)(Code) | | returns matched item based on index, user will want to iterate
trough matches
|
getMatches | public String[] getMatches()(Code) | | returns all matches
|
matchedCount | public int matchedCount()(Code) | | returns count of matched items
|
|
|