PATH Documentation > WebObjects

Table of Contents

EOWidgetController


Inherits from:
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
None (abstract class) widgetController




Method Types


All methods
EOWidgetController
dispose
generateComponent
highlightsLabel
labelComponent
labelComponentAlignment
labelComponentPosition
newWidget
preferredLabelComponentPosition
preferredUsesLabelComponent
preferredWidgetAutosizingMask
setAlignmentForWidget
setHighlightsLabel
setLabelComponent
setLabelComponentAlignment
setLabelComponentPosition
setUsesLabelComponent
setWidget
setWidgetAlignment
startListeningToWidget
stopListeningToWidget
usesLabelComponent
widget
widgetAlignment


Constructors



EOWidgetController

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

Description forthcoming.

public EOWidgetController()

Description forthcoming.


Instance Methods



dispose

public void dispose()

Description forthcoming.

generateComponent

protected void generateComponent()

Description forthcoming.

highlightsLabel

public boolean highlightsLabel()

Description forthcoming.

labelComponent

public com.webobjects.eointerface.swing.EOTextField labelComponent()

Description forthcoming.

labelComponentAlignment

public int labelComponentAlignment()

Description forthcoming.

labelComponentPosition

public int labelComponentPosition()

Description forthcoming.

newWidget

protected abstract javax.swing.JComponent newWidget()

Description forthcoming.

preferredLabelComponentPosition

protected int preferredLabelComponentPosition()

Description forthcoming.

preferredUsesLabelComponent

protected boolean preferredUsesLabelComponent()

Description forthcoming.

preferredWidgetAutosizingMask

protected int preferredWidgetAutosizingMask()

Description forthcoming.

setAlignmentForWidget

protected void setAlignmentForWidget( javax.swing.JComponent aJComponent, int anInt)

Description forthcoming.

setHighlightsLabel

public void setHighlightsLabel(boolean aBoolean)

Description forthcoming.

setLabelComponent

public void setLabelComponent(com.webobjects.eointerface.swing.EOTextField anEOTextField)

Description forthcoming.

setLabelComponentAlignment

public void setLabelComponentAlignment(int anInt)

Description forthcoming.

setLabelComponentPosition

public void setLabelComponentPosition(int anInt)

Description forthcoming.

setUsesLabelComponent

public void setUsesLabelComponent(boolean aBoolean)

Description forthcoming.

setWidget

public void setWidget(javax.swing.JComponent aJComponent)

Description forthcoming.

setWidgetAlignment

public void setWidgetAlignment(int anInt)

Description forthcoming.

startListeningToWidget

protected void startListeningToWidget()

Description forthcoming.

stopListeningToWidget

protected void stopListeningToWidget()

Description forthcoming.

usesLabelComponent

public boolean usesLabelComponent()

Description forthcoming.

widget

public javax.swing.JComponent widget()

Description forthcoming.

widgetAlignment

public int widgetAlignment()

Description forthcoming.

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


Table of Contents