Generated by
JDiff

Class com.webobjects.eogeneration.EOStaticLabelController

The superclass changed from com.webobjects.eogeneration.EOController to com.webobjects.eoapplication.EOComponentController.

Removed Constructors
EOStaticLabelController(WOContext)  
 

Added Constructors
EOStaticLabelController(EOXMLUnarchiver)  
EOStaticLabelController()  
 

Added Methods
int alignment()  
boolean canBeTransient()  
Font font()  
void generateComponent()  
void setAlignment(int)  
void setColor(Color)  
void setFont(Font)  
void setLabel(String)  
 

Changed Methods
Color color() Change in return type from String to Color.
Method was inherited from com.webobjects.directtoweb.D2WComponent, but is now defined locally.