com.dt.iTunesController
Class ITWindow

java.lang.Object
  extended by com.dt.iTunesController.ITWindow
Direct Known Subclasses:
ITBrowserWindow

public class ITWindow
extends java.lang.Object

Represents an iTunes window.


Field Summary
protected  com.jacob.com.Dispatch object
           
 
Constructor Summary
ITWindow(com.jacob.com.Dispatch d)
           
 
Method Summary
 com.jacob.com.Dispatch fetchDispatch()
          Returns the JACOB Dispatch object for this object.
 java.lang.String getName()
          Returns the name of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected com.jacob.com.Dispatch object
Constructor Detail

ITWindow

public ITWindow(com.jacob.com.Dispatch d)
Method Detail

fetchDispatch

public com.jacob.com.Dispatch fetchDispatch()
Returns the JACOB Dispatch object for this object.

Returns:
Returns the JACOB Dispatch object for this object.

getName

public java.lang.String getName()
Returns the name of the object.

Returns:
Returns the name of the object.