Generated by
JDiff

Class com.webobjects.eogeneration.EORangeTextFieldController

The superclass changed from com.webobjects.eogeneration.EOController to com.webobjects.eogeneration.EORangeValueController.
Added interfaces com.webobjects.eogeneration.EOWidgetController.FormatWidget, com.webobjects.eogeneration.EOWidgetController.QueryWidget, java.awt.event.ActionListener.

Removed Constructors
EORangeTextFieldController(WOContext)  
 

Added Constructors
EORangeTextFieldController(EOXMLUnarchiver)  
EORangeTextFieldController()  
 

Added Methods
void actionPerformed(ActionEvent)  
boolean disposeIfTransient()  
Class formatClass()  
Format formatForMaximumAssociation()  
Format formatForMinimumAssociation()  
String formatPattern()  
boolean isFormatAllowed()  
boolean isQueryWidget()  
EOAssociation newMaximumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup)  
EOAssociation newMinimumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup)  
JComponent newWidget()  
boolean preferredUsesLabelComponent()  
void setAlignmentForWidget(JComponent, int)  
void setFormatAllowed(boolean)  
void setFormatClass(Class)  
void setFormatPattern(String)  
void setIsQueryWidget(boolean)  
void startListeningToRangeWidget()  
void startListeningToWidget()  
void stopListeningToRangeWidget()  
void stopListeningToWidget()