com.webobjects.eointerface.swing
Class EOSwingUtilities
java.lang.Object
|
+--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 |
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.
Copyright © 2003 Apple Computer, Inc.