All Packages  This Package  Class Hierarchy  Class Search  Index

Class COM.tolstoy.jconfig.FinderInfo
java.lang.Object
   |
   +----COM.tolstoy.jconfig.FinderInfo

  Summary

public class  FinderInfo
     extends java.lang.Object
     implements COM.tolstoy.jconfig.FileCharacteristic
{
          // Fields 1
     public static final int kAPPLType;

          // Constructors 1
     public FinderInfo(int, int);

          // Methods 4
     public int getCreator();
     public int getFileType();
     public boolean isMatch(FileCharacteristic);
     public String toString();
}

Represents a Macintosh creator code/file type pair.

Author:
Copyright (c) 1997,1998 Samizdat Productions. All Rights Reserved.


  Cross Reference

Returned By:
FileSpecifier.getFinderInfo(), PluginI.getFinderInfo(), ConfigEntry.getFinderInfo(), ConfigListFile.findMatches(), ConfigList.findMatches(), FileRegistryI.findFinderInfo(), FileRegistry.findFinderInfo(), FileType.getFinderInfos()





  Fields

· kAPPLType

Summary  |  Top
   public static final int kAPPLType


  Constructors

· FinderInfo

Summary  |  Top

   public FinderInfo(int creator, 
                     int type) 

Construct from a creator and type.



  Methods

· getCreator

Summary  |  Top
   public int getCreator() 

Returns the creator value.



· getFileType

Summary  |  Top
   public int getFileType() 

Returns the file type value.



· isMatch

Summary  |  Top
   public boolean isMatch(FileCharacteristic fc) 

If 'fc' is a FinderInfo object, and if it has the same creator and file type values as this object, returns true. Otherwise, returns false.

Implements:
isMatch in interface FileCharacteristic


· toString

Summary  |  Top
   public String toString() 
Overrides:
toString in class Object


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7