WebObjects 5.2.3

Uses of Class
com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin

Packages that use EOWidgetAssociation.WidgetPlugin
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.WidgetPlugin in com.webobjects.eointerface
 

Subclasses of EOWidgetAssociation.WidgetPlugin in com.webobjects.eointerface
static class EOActionWidgetAssociation.ActionPlugin
          ActionPlugin is an abstract superclass for plugins that provide a layer of abstraction between user interface widgets and EOActionWidgetAssociation subclasses.
static class EOTableAssociation.TablePlugin
          TablePlugin communicates with a UI widget (NSTableView, JTable or EOTable, for example) on behalf of an EOTableAssociation.
static class EOTableColumnAssociation.TableColumnPlugin
          TableColumnPlugin communicates with a UI widget (Cocoa's NSTableColumn or JFC's TableColumn, for example) on behalf of an EOTableAssociation.
static class EOTextAssociation.TextPlugin
          TextPlugin communicates with a UI widget (NSTextFieldCell or JTextField, for example) on behalf of an EOTextAssociation.
static class EOTreeAssociation.TreePlugin
          TreePlugin communicates with a tree UI widget on behalf of an EOTreeAssociation.
static class EOValueAssociation.ValuePlugin
          ValuePlugin communicates with a UI widget on behalf of an EOValueAssociation.
static class EOValueSelectionAssociation.ValueSelectionPlugin
          ValueSelectionPlugin communicates with a UI widget on behalf of a EOValueSelectionAssociation.
 

Methods in com.webobjects.eointerface that return EOWidgetAssociation.WidgetPlugin
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.
 EOWidgetAssociation.WidgetPlugin EOWidgetAssociation.widgetPlugin()
           
 

Uses of EOWidgetAssociation.WidgetPlugin in com.webobjects.eointerface.cocoa
 

Subclasses of EOWidgetAssociation.WidgetPlugin in com.webobjects.eointerface.cocoa
 class EOCocoaButtonPlugin
          EOCocoaButtonPlugin is used in Cocoa applications to connect buttons and button cells to action and action insertion associations.
 class EOCocoaCheckBoxPlugin
          EOCocoaCheckBoxPlugin is used in Cocoa applications to connect check box buttons and button cells to value associations.
 class EOCocoaComboBoxPlugin
          EOCocoaComboBoxPlugin is used in Cocoa applications to connect combo boxes to value selection associations.
 class EOCocoaImageViewPlugin
          EOCocoaImageViewPlugin is a concrete subclass of EOValueAssociation.ValuePlugin that displays NSData as an NSImage in an NSImageView.
 class EOCocoaPopUpButtonPlugin
          EOCocoaPopUpButtonPlugin is used in Cocoa applications to connect pop-up buttons to value selection associations.
 class EOCocoaRadioMatrixPlugin
          EOCocoaRadioMatrixPlugin is used in Cocoa applications to connect matrices of radio buttons to value selection associations.
 class EOCocoaSimpleTextPlugin
          EOCocoaSimpleTextPlugin is the an abstract superclass for plugin classes (specifically EOCocoaTextPlugin and EOCocoaTextFieldPlugin) that want to manage Cocoa text input widgets.
 class EOCocoaTableColumnPlugin
          EOCocoaTableColumnPlugin is used in Cocoa applications to connect NSTableColumns to table column associations.
 class EOCocoaTableViewPlugin
          EOCocoaTableViewPlugin is used in Cocoa applications to connect NStableViews to table associations.
 class EOCocoaTextFieldPlugin
          EOCocoaTextFieldPlugin is used in Cocoa applications to connect text field widgets to EOTextAssociations and EOPickTextAssociations.
 class EOCocoaTextPlugin
          EOCocoaTextPlugin is used in Cocoa applications to connect text view widgets to EOTextAssociations.
 

Uses of EOWidgetAssociation.WidgetPlugin in com.webobjects.eointerface.swing
 

Subclasses of EOWidgetAssociation.WidgetPlugin in com.webobjects.eointerface.swing
 class EOSwingButtonPlugin
          EOSwingButtonPlugin is a concrete subclass of EOActionWidgetAssociation.ActionPlugin which is used with Swing buttons.
 class EOSwingCheckBoxPlugin
          EOSwingCheckBoxPlugin is a concrete subclass of EOValueAssociation.ValuePlugin which is used with Swing's JCheckBox.
 class EOSwingComboBoxPlugin
          EOSwingComboBoxPlugin is a concrete subclass of EOValueSelectionAssociation.ValueSelectionPlugin which is used with Swing's JComboBox.
 class EOSwingImageViewPlugin
          EOSwingImageViewPlugin is a concrete subclass of EOValueAssociation.ValuePlugin that displays NSData as an java.awt.Image in an EOImageView.
 class EOSwingQuickTimeViewPlugin
          EOSwingQuickTimeViewPlugin is a concrete subclass of EOValueAssociation.ValuePlugin that displays QuickTime content from a URL which is passed in as a value, using an EOQuickTimeView.
 class EOSwingTableColumnPlugin
          EOSwingTableColumnPlugin is a concrete subclass of EOTableColumnAssociation.TableColumnPlugin which is used with Swing table columns.
 class EOSwingTablePlugin
          EOSwingTablePlugin is a concrete subclass of EOTableAssociation.TablePlugin which is used with Swing tables.
 class EOSwingTextPlugin
          EOSwingTextPlugin is a concrete subclass of EOTextAssociation.TextPlugin which is used a Swing JTextComponent (or a EOTextComponentAccess, which includes a JTextComponent).
 class EOSwingTreePlugin
           
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.