Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOTableController


Inherits from:
EOAssociationController : EOController (eoapplication) : Object
Implements:
ComponentListener
(java.awt.event package)
MouseListener (java.awt.event package)
EOWidgetController.TableWidget
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
TABLECONTROLLER widgetController




Method Types


All methods
EOTableController
allowsMultipleSelection
componentDidBecomeVisible
componentHidden
componentMoved
componentResized
componentShown
mouseClicked
mouseEntered
mouseExited
mousePressed
mouseReleased
newWidget
setAllowsMultipleSelection
startListeningToWidget
stopListeningToWidget
table


Constructors



EOTableController

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

Description forthcoming.

public EOTableController()

Description forthcoming.


Instance Methods



allowsMultipleSelection

public boolean allowsMultipleSelection()

Description forthcoming.

componentDidBecomeVisible

protected void componentDidBecomeVisible()

Description forthcoming.

componentHidden

public void componentHidden(java.awt.event.ComponentEvent aComponentEvent)

Description forthcoming.

componentMoved

public void componentMoved(java.awt.event.ComponentEvent aComponentEvent)

Description forthcoming.

componentResized

public void componentResized(java.awt.event.ComponentEvent aComponentEvent)

Description forthcoming.

componentShown

public void componentShown(java.awt.event.ComponentEvent aComponentEvent)

Description forthcoming.

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent aMouseEvent)

Description forthcoming.

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent aMouseEvent)

Description forthcoming.

mouseExited

public void mouseExited(java.awt.event.MouseEvent aMouseEvent)

Description forthcoming.

mousePressed

public void mousePressed(java.awt.event.MouseEvent aMouseEvent)

Description forthcoming.

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent aMouseEvent)

Description forthcoming.

newAssociation

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

Description forthcoming.

newWidget

protected javax.swing.JComponent newWidget()

Description forthcoming.

setAllowsMultipleSelection

public void setAllowsMultipleSelection(boolean aBoolean)

Description forthcoming.

setSortsByColumnOrder

public void setSortsByColumnOrder(boolean flag)

Description forthcoming.

sortsByColumnOrder

public boolean sortsByColumnOrder()

Description forthcoming.

startListeningToWidget

protected void startListeningToWidget()

Description forthcoming.

stopListeningToWidget

protected void stopListeningToWidget()

Description forthcoming.

table

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

Description forthcoming.

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


Table of Contents