|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quadrique.jbuildingblocks.gui.CursorFactory
public class CursorFactory
This class provides CursorFactory support for any component in the application. The CursorFactory instances are created upon instantiation and are cached to optimize performances
| Constructor Summary | |
|---|---|
CursorFactory()
Constructor |
|
| Method Summary | |
|---|---|
static CursorFactory |
getInstance()
This method returns the instance of the Cursor class. |
void |
setCursorToWait(Component zComponent,
boolean zSetToWait)
To change the cursor of a component |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CursorFactory()
| Method Detail |
|---|
public static final CursorFactory getInstance()
public void setCursorToWait(Component zComponent,
boolean zSetToWait)
zComponent - the component whose cursor has to be changedzSetToWait - true to set the cursor to the WAIT_CURSOR, false to
set it back to the default
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||