WebObjects 5.2.3

com.webobjects.eointerface.swing
Class EOSwingUtilities

java.lang.Object
  extended bycom.webobjects.eointerface.swing.EOSwingUtilities

public class EOSwingUtilities
extends Object

EOSwingUtilities is a class of static methods for convenience.


Method Summary
static void eventEnded()
          Lets the frameworks know that the completion of event handling will be necessary.
static void registerSwingSet()
          This method registers several classes needed to work with Swing in the EOInterface layer, including setting the default widget plugins for specific combinations of EOAssociation subclasses and widget classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

eventEnded

public static void eventEnded()
Lets the frameworks know that the completion of event handling will be necessary. When using JFC Widget Plugins, this function should be called at least once per user event/activity. The existing plugins do this, so you may have to call this method explicitly if you subclass and override some of the Plugin's methods.


registerSwingSet

public static void registerSwingSet()
This method registers several classes needed to work with Swing in the EOInterface layer, including setting the default widget plugins for specific combinations of EOAssociation subclasses and widget classes.


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

Copyright © 2004 Apple Computer, Inc.