All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.QTObject

java.lang.Object
   |
   +----quicktime.QTObject

public abstract class QTObject
extends Object
This is a class that defines an unique identifier for QT objects.


Method Index

 o equals(Object)
Indicates whether some other object is equal to this one.
 o ID(QTObject)
 o toString()
A String representation of the class.

Methods

 o ID
 public static final int ID(QTObject id)
 o equals
 public boolean equals(Object anObject)
Indicates whether some other object is equal to this one. If true, indicates that the two objects refer to the same memory.

Overrides:
equals in class Object
 o toString
 public String toString()
A String representation of the class.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index