Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.dialogs
Interface FilteredList.FilterMatcher

Enclosing class:
FilteredList

public static interface FilteredList.FilterMatcher

The FilterMatcher is the interface used to check filtering criterea.


Method Summary
 boolean match ( Object element)
           
 void setFilter ( String pattern, boolean ignoreCase, boolean ignoreWildCards)
          Sets the filter.
 

Method Detail

setFilter

void setFilter(
String pattern,
               boolean ignoreCase,
               boolean ignoreWildCards)
Sets the filter.

Parameters:
pattern - the filter pattern.
ignoreCase - a flag indicating whether pattern matching is case insensitive or not.
ignoreWildCards - a flag indicating whether wildcard characters are interpreted or not.

match

boolean match(
Object element)
Parameters:
element - The element to test against.
Returns:
true if the object matches the pattern, false otherwise. setFilter() must have been called at least once prior to a call to this method.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire