Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOGeneration Reference

Table of Contents

EOQuickTimeViewController


Inherits from:
EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Package:
com.apple.client.eogeneration


Class Description


Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.


XML Tag Default Rule System Controller Type
QUICKTIMEVIEWCONTROLLER widgetController




Method Types


All methods
EOQuickTimeViewController
URLKey
canBeTransient
isEditable
newAssociation
newWidget
quickTimeCanvasResizing
setQuickTimeCanvasResizing
setURLKey
toString


Constructors



EOQuickTimeViewController

public EOQuickTimeViewController( com.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)




Instance Methods



URLKey

public String URLKey()



canBeTransient

public boolean canBeTransient()



isEditable

public boolean isEditable()



newAssociation

protected com.apple.client.eointerface.EOAssociation newAssociation( javax.swing.JComponent aJComponent, com.apple.client.eointerface.EODisplayGroup anEODisplayGroup, String aString, com.apple.client.eointerface.EODisplayGroup anEODisplayGroup)



newWidget

protected javax.swing.JComponent newWidget()



quickTimeCanvasResizing

public int quickTimeCanvasResizing()



setQuickTimeCanvasResizing

public void setQuickTimeCanvasResizing(int anInt)



setURLKey

public void setURLKey(String aString)



toString

public String toString()




Table of Contents

DRAFT