| 
WebObjects 5.2.3 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EOWidgetAssociation | |
| com.webobjects.eointerface | Provides the infrastructure to display data for the control layer in a desktop application's user interface. | 
| com.webobjects.eointerface.cocoa | Provides an implementation of Cocoa-Java classes that plug in to the interface layer. | 
| com.webobjects.eointerface.swing | Provides an implementation of Swing classes that plug in to the interface layer. | 
| Uses of EOWidgetAssociation in com.webobjects.eointerface | 
| Subclasses of EOWidgetAssociation in com.webobjects.eointerface | |
 class | 
EOActionAssociation
An EOActionAssociation object allows you to set up an interface object, such as a button, to send a message to the Enterprise Objects selected in the association's display group when the interface object is acted on.  | 
 class | 
EOActionInsertionAssociation
An EOActionInsertionAssociation object inserts objects from one display group into another.  | 
 class | 
EOActionWidgetAssociation
EOActionWidgetAssociation is an abstract superclass for associations that invoke methods on objects in response to an action in a user interface widget  | 
 class | 
EOPickTextAssociation
An EOPickTextAssociation takes the value of its display object's plugin, a EOValueAssociation.ValuePlugin or subclass, and uses it's string value to form a qualifier with up to three LIKE operators, each compared to a different key of the EODisplayGroup.  | 
 class | 
EOTableAssociation
EOTableAssociation associates the contents of its SourceAspect's display group with a NSTableView, JTable or an EOTable (an object that places a javax.swing.JTable in a scroll view), via the repective WidgetPlugin's. | 
 class | 
EOTableColumnAssociation
EOTableColumnAssociation associates display group(s) with a table column, via the repective WidgetPlugin's (subclasses of TableColumnPlugin).  | 
 class | 
EOTextAssociation
EOTextAssociation is used as an association for displaying text values, with widgets such as NSTextFieldCell or JTextField.  | 
 class | 
EOTreeAssociation
EOTreeAssociation is used as an association for displaying hierarchical object trees, with widgets such as JTree.  | 
 class | 
EOValueAssociation
EOValueAssociation is used for associations that display a single value object in a widget, with the value usually being editable.  | 
 class | 
EOValueSelectionAssociation
EOValueSelectionAssociation displays an attribute or to-one relationship value in a display object that offers the user multiple choices and the option of choosing just one of those choices.  | 
| Methods in com.webobjects.eointerface that return EOWidgetAssociation | |
 EOWidgetAssociation | 
EOWidgetAssociation.WidgetPlugin.association()
Returns this plugin's associated EOAssociation.  | 
| Methods in com.webobjects.eointerface with parameters of type EOWidgetAssociation | |
static EOWidgetAssociation.WidgetPlugin | 
EOWidgetPluginRegistry.newWidgetPluginForAssociation(EOWidgetAssociation association,
                              Object widget)
Creates a new instance of the widget plugin class that is usable with association
 and widget. | 
| Constructors in com.webobjects.eointerface with parameters of type EOWidgetAssociation | |
EOWidgetAssociation.WidgetPlugin(EOWidgetAssociation association,
                                 Object widget)
Subclasses should override this constructor to perform any additional setup and then invoke super's implementation. | 
|
EOValueSelectionAssociation.ValueSelectionPlugin(EOWidgetAssociation association,
                                                 Object widget)
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor. | 
|
EOValueAssociation.ValuePlugin(EOWidgetAssociation association,
                               Object widget)
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor. | 
|
EOTreeAssociation.TreePlugin(EOWidgetAssociation association,
                             Object widget)
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor. | 
|
EOTextAssociation.TextPlugin(EOWidgetAssociation association,
                             Object widget)
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor. | 
|
EOTableColumnAssociation.TableColumnPlugin(EOWidgetAssociation association,
                                           Object widget)
Creates a new TableColumnPlugin for use with association and widget.  | 
|
EOTableAssociation.TablePlugin(EOWidgetAssociation association,
                               Object widget)
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor. | 
|
EOActionWidgetAssociation.ActionPlugin(EOWidgetAssociation association,
                                       Object widget)
Subclasses should override this constructor to perform any additional setup and then invoke super's implementation.  | 
|
| Uses of EOWidgetAssociation in com.webobjects.eointerface.cocoa | 
| Constructors in com.webobjects.eointerface.cocoa with parameters of type EOWidgetAssociation | |
EOCocoaTextPlugin(EOWidgetAssociation association,
                  Object widget)
Creates a new EOCocoaTextPlugin for use with association and widget.  | 
|
EOCocoaTextFieldPlugin(EOWidgetAssociation association,
                       Object widget)
Creates a new EOCocoaTextFieldPlugin for use with association and widget.  | 
|
EOCocoaTableViewPlugin(EOWidgetAssociation association,
                       Object widget)
Creates a new EOCocoaTableViewPlugin for use with association and widget. | 
|
EOCocoaTableColumnPlugin(EOWidgetAssociation association,
                         Object widget)
Creates a new EOCocoaTableColumnPlugin for use with association and widget. | 
|
EOCocoaSimpleTextPlugin(EOWidgetAssociation association,
                        Object widget)
EOCocoaSimpleTextPlugin is an abstract class, you should never try to create a new EOCocoaSimpleTextPlugin object.  | 
|
EOCocoaRadioMatrixPlugin(EOWidgetAssociation association,
                         Object widget)
Creates a new EOCocoaRadioMatrixPlugin for use with association and widget.  | 
|
EOCocoaPopUpButtonPlugin(EOWidgetAssociation association,
                         Object widget)
Creates a new EOCocoaPopUpButtonPlugin for use with association and widget.  | 
|
EOCocoaImageViewPlugin(EOWidgetAssociation association,
                       Object widget)
Creates a new EOCocoaImageViewPlugin connected to an association and a UI widget.  | 
|
EOCocoaComboBoxPlugin(EOWidgetAssociation association,
                      Object widget)
Creates a new EOCocoaComboBoxPlugin for use with association and widget.  | 
|
EOCocoaCheckBoxPlugin(EOWidgetAssociation association,
                      Object widget)
Creates a new EOCocoaCheckBoxPlugin for use with association and widget.  | 
|
EOCocoaButtonPlugin(EOWidgetAssociation association,
                    Object widget)
Creates a new EOCocoaButtonPlugin for use with association and widget. | 
|
| Uses of EOWidgetAssociation in com.webobjects.eointerface.swing | 
| Constructors in com.webobjects.eointerface.swing with parameters of type EOWidgetAssociation | |
EOSwingTreePlugin(EOWidgetAssociation association,
                  Object widget)
 | 
|
EOSwingTextPlugin(EOWidgetAssociation association,
                  Object widget)
Creates a new EOSwingTextPlugin connected to an association and a UI widget.  | 
|
EOSwingTablePlugin(EOWidgetAssociation association,
                   Object widget)
Creates a new EOSwingTablePlugin connected to an association and a UI widget.  | 
|
EOSwingTableColumnPlugin(EOWidgetAssociation association,
                         Object widget)
Creates a new EOSwingTableColumnPlugin connected to an association and a UI widget.  | 
|
EOSwingQuickTimeViewPlugin(EOWidgetAssociation association,
                           Object widget)
Creates a new EOSwingQuickTimeViewPlugin connected to an association and a UI widget.  | 
|
EOSwingImageViewPlugin(EOWidgetAssociation association,
                       Object widget)
Creates a new EOSwingImageViewPlugin connected to an association and a UI widget.  | 
|
EOSwingComboBoxPlugin(EOWidgetAssociation association,
                      Object widget)
Creates a new EOSwingComboBoxPlugin connected to an association and a UI widget.  | 
|
EOSwingCheckBoxPlugin(EOWidgetAssociation association,
                      Object widget)
Creates a new EOSwingCheckBoxPlugin connected to an association and a UI widget.  | 
|
EOSwingButtonPlugin(EOWidgetAssociation association,
                    Object widget)
Creates a new EOSwingButtonPlugin connected to an association and a UI widget.  | 
|
  | 
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||