| |
|
| java.lang.Object org.cougaar.tools.csmart.ui.viewer.GUIUtils
GUIUtils | public class GUIUtils (Code) | | Methods to put up a wait cursor and consume mouse events while
a time consuming task is being done in the background.
Also a method to create a UI based DBConflictHandler
|
createSaveToDbConflictHandler | public static DBConflictHandler createSaveToDbConflictHandler(Component parent)(Code) | | Create a new window to prompt the user to handle conflicts in
saving to the database.
Parameters: parent - a Component frame to base this one on, may be null a DBConflictHandler to show |
timeConsumingTaskEnd | public static void timeConsumingTaskEnd(Component c)(Code) | | |
timeConsumingTaskStart | public static void timeConsumingTaskStart(Component c)(Code) | | |
|
|
|