Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOCocoaTextFieldPlugin


Inherits from:
EOCocoaSimpleTextPlugin : EOTextAssociation.TextPlugin (EOInterface) : EOValueAssociation.ValuePlugin (EOInterface) : EOWidgetAssociation.WidgetPlugin (EOInterface) : Object
Implements:
EOWidgetAssociation.WidgetPlugin.Formatting
(EOInterface)
NSDisposable
Package:
com.webobjects.eointerface.cocoa


Class Description


Documentation for this class is forthcoming.




Interfaces Implemented


NSDisposable
dispose


Method Types


All methods
EOCocoaTextFieldPlugin
breakConnection
establishConnection
setColors
setFontProperties
setValue
setValueFormatter
value
valueFormatter


Constructors



EOCocoaTextFieldPlugin

public EOCocoaTextFieldPlugin( com.webobjects.eointerface.EOWidgetAssociation anEOWidgetAssociation, Object widget)

Description forthcoming.


Instance Methods



breakConnection

public void breakConnection()

See the breakConnection method description in the superclass EOAssociation.

dispose

public void dispose()

See the description in the documentation for NSDisposable.

establishConnection

public void establishConnection()

See the establishConnection method description in the superclass (EOAssociation).

setColors

public void setColors( Object textColor, Object backGround)

Description forthcoming.

setFontProperties

public void setFontProperties( int boldState, int italicState)

Description forthcoming.

setValue

public void setValue( Object value, boolean editable)

Description forthcoming.

setValueFormatter

public void setValueFormatter(Object formatter)

Description forthcoming.

value

public Object value()

Description forthcoming.

valueFormatter

public Object valueFormatter()

Description forthcoming.

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


Table of Contents