PATH Documentation > WebObjects

Table of Contents

EOStaticLabelController


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




Method Types


All methods
EOStaticLabelController
alignment
canBeTransient
color
font
generateComponent
setAlignment
setColor
setFont
setLabel


Constructors



EOStaticLabelController

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

Description forthcoming.

public EOStaticLabelController()

Description forthcoming.


Instance Methods



alignment

public int alignment()

Description forthcoming.

canBeTransient

public boolean canBeTransient()

Description forthcoming.

color

public java.awt.Color color()

Description forthcoming.

font

public java.awt.Font font()

Description forthcoming.

generateComponent

protected void generateComponent()

Description forthcoming.

setAlignment

public void setAlignment(int anInt)

Description forthcoming.

setColor

public void setColor(java.awt.Color aColor)

Description forthcoming.

setFont

public void setFont(java.awt.Font aFont)

Description forthcoming.

setLabel

public void setLabel(String aString)

Description forthcoming.

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


Table of Contents