|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.media.quicktime.QTip
public class QTip
This is a utility class used by Quicktime objects needing cleanup services when exiting or being garbage collected.
| Field Summary | |
|---|---|
static int |
REMOVE_DRAWING_COMPLETE_PROC
|
| Constructor Summary | |
|---|---|
QTip(int _action,
java.lang.Object[] toBeCleaned)
Constructs a QTip object. |
|
| Method Summary | |
|---|---|
protected void |
cleanup()
Performs cleanup services--typically removing Quicktime callbacks and releasing Quicktime resources. |
int |
id()
Returns the unique id assigned to this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int REMOVE_DRAWING_COMPLETE_PROC
| Constructor Detail |
|---|
public QTip(int _action,
java.lang.Object[] toBeCleaned)
_action - type of cleanup service requiredtoBeCleaned - array of objects to be cleaned up| Method Detail |
|---|
public int id()
protected void cleanup()
throws quicktime.QTException
quicktime.QTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||