PATH Documentation > WebObjects

Table of Contents

EOTableColumnController


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


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
TABLECOLUMNCONTROLLER widgetController




Method Types


All methods
EOTableColumnController
canBeTransient
generateComponent
newAssociation
newWidget
setTableColumn
table
tableColumn


Constructors



EOTableColumnController

public EOTableColumnController( com.webobjects.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)

Description forthcoming.

public EOTableColumnController()

Description forthcoming.


Instance Methods



canBeTransient

public boolean canBeTransient()

Description forthcoming.

generateComponent

protected void generateComponent()

Description forthcoming.

newAssociation

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

Description forthcoming.

newWidget

protected javax.swing.JComponent newWidget()

Description forthcoming.

setTableColumn

public void setTableColumn(javax.swing.table.TableColumn aTableColumn)

Description forthcoming.

table

protected com.webobjects.eointerface.swing.EOTable table()

Description forthcoming.

tableColumn

public javax.swing.table.TableColumn tableColumn()

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 15, 2001)


Table of Contents