PATH |
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)
public EOStaticLabelController()
Instance Methods
alignment
public int alignment()
canBeTransient
public boolean canBeTransient()
color
public java.awt.Color color()
font
public java.awt.Font font()
generateComponent
protected void generateComponent()
setAlignment
public void setAlignment(int anInt)
setColor
public void setColor(java.awt.Color aColor)
setFont
public void setFont(java.awt.Font aFont)
setLabel
public void setLabel(String aString)
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)