Class COM.tolstoy.jconfig.FinderInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.tolstoy.jconfig.FinderInfo

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

public class FinderInfo
extends Object
implements FileCharacteristic
Represents a Macintosh creator code/file type pair.

Variable Index

 o kAPPLType

Constructor Index

 o FinderInfo(int, int)

Method Index

 o getCreator()
 o getFileType()
 o isMatch(FileCharacteristic)
 o toString()

Variables

 o kAPPLType
  public final static int kAPPLType

Constructors

 o FinderInfo
  public FinderInfo(int creator,
                    int type)

Methods

 o getCreator
  public int getCreator()
 o getFileType
  public int getFileType()
 o isMatch
  public boolean isMatch(FileCharacteristic fc)
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index