- Inherits from:
- EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
- Package:
- com.apple.client.eogeneration
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 |
- All methods
- EOQuickTimeViewController
- URLKey
- canBeTransient
- isEditable
- newAssociation
- newWidget
- quickTimeCanvasResizing
- setQuickTimeCanvasResizing
- setURLKey
- toString
public EOQuickTimeViewController(
com.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)
public String URLKey()
public boolean canBeTransient()
public boolean isEditable()
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)
protected javax.swing.JComponent newWidget()
public int quickTimeCanvasResizing()
public void setQuickTimeCanvasResizing(int anInt)
public void setURLKey(String aString)
public String toString()
DRAFT