WebObjects 5.4.2

com.webobjects.eointerface.swing
Class EOSwingUtilities

java.lang.Object
  extended by com.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

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.


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.


Last updated June 2008

Copyright © 2000-2008 Apple Inc.