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 JDT
Release 3.5

org.eclipse.jdt.core.search
Class TypeNameMatchRequestor


java.lang.Object
  extended by 
org.eclipse.jdt.core.search.TypeNameMatchRequestor

public abstract class TypeNameMatchRequestor
extends Object

A TypeNameMatchRequestor collects matches from a searchAllTypeNames query to a SearchEngine. Clients must subclass this abstract class and pass an instance to the SearchEngine.searchAllTypeNames( char[] packageName, int packageMatchRule, char[] typeName, int typeMatchRule, int searchFor, IJavaSearchScope scope, TypeNameMatchRequestor nameMatchRequestor, int waitingPolicy, org.eclipse.core.runtime.IProgressMonitor monitor) method. Only top-level and member types are reported. Local types are not reported.

While TypeNameRequestor only reports type names information (e.g. package, enclosing types, simple name, modifiers, etc.), this class reports TypeNameMatch objects instead, which store this information and can return an IType handle.

This class may be subclassed by clients.

Since:
3.3
See Also:
TypeNameMatch, TypeNameRequestor

Constructor Summary
TypeNameMatchRequestor ()
           
 
Method Summary
abstract  void acceptTypeNameMatch ( TypeNameMatch match)
          Accepts a type name match ( TypeNameMatch) which contains top-level or a member type information as package name, enclosing types names, simple type name, modifiers, etc.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeNameMatchRequestor

public TypeNameMatchRequestor()
Method Detail

acceptTypeNameMatch

public abstract void acceptTypeNameMatch(
TypeNameMatch match)
Accepts a type name match ( TypeNameMatch) which contains top-level or a member type information as package name, enclosing types names, simple type name, modifiers, etc.

Parameters:
match - the match which contains all type information

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

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