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.
-
kAPPLType
-
-
FinderInfo(int, int)
-
-
getCreator()
-
-
getFileType()
-
-
isMatch(FileCharacteristic)
-
-
toString()
-
kAPPLType
public final static int kAPPLType
FinderInfo
public FinderInfo(int creator,
int type)
getCreator
public int getCreator()
getFileType
public int getFileType()
isMatch
public boolean isMatch(FileCharacteristic fc)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index