Skip navigation links
com.essbase.eas.framework.client
Class CursorUtilities
java.lang.Object
com.essbase.eas.framework.client.CursorUtilities
-
public abstract class CursorUtilities
- extends java.lang.Object
This is an abstract class with utilities to set the wait cursor and then the original cursor on any given component.
- Since:
- 7.0.0
- Version:
- 7.0.0
- Author:
- Namita Varma
Method Summary |
static void |
activateGlassPane()
|
static void |
deactivateGlassPane()
|
static void |
resetCursor(java.awt.Cursor c)
Reset the cursor for the main console of the application. |
static void |
resetCursor(java.lang.Object component, java.awt.Cursor c)
Reset the cursor for component to c. |
static java.awt.Cursor |
setWaitCursor(java.lang.Object component)
Sets the wait cursor for the component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CursorUtilities
public CursorUtilities()
resetCursor
public static void resetCursor(java.lang.Object component,
java.awt.Cursor c)
- Reset the cursor for component to c. In case the component is null reset the cursor on the main Console of the application.
-
- Parameters:
component
- Component to reset the cursor for
c
- the cursor to reset
resetCursor
public static void resetCursor(java.awt.Cursor c)
- Reset the cursor for the main console of the application.
-
- Parameters:
c
- the cursor to reset
setWaitCursor
public static java.awt.Cursor setWaitCursor(java.lang.Object component)
- Sets the wait cursor for the component. In case the component is null, sets it to the main console of the application
-
- Parameters:
component
- to set the wait cursor on
- Returns:
- the original cursor for the component
activateGlassPane
public static void activateGlassPane()
deactivateGlassPane
public static void deactivateGlassPane()
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.