|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.barracudamvc.testbed.workbench.util.gui.Cursors
Cursors utility
Constructor Summary | |
Cursors()
|
Method Summary | |
static void |
setWorking_private(Component[] comps,
boolean isWorking)
This is the method that gets called recursively and does all the work |
static void |
setWorking(Component[] comps,
boolean isWorking)
This method basically runs through all the components in the heirarchy and sets the cursor for them depending on the value of isWorking. |
static void |
setWorking(Container cont,
boolean isWorking)
This method basically runs through all the components in the heirarchy and sets the cursor for them depending on the value of isWorking. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Cursors()
Method Detail |
public static void setWorking(Container cont, boolean isWorking)
cont
- - The container in questionisWorking
- - True if we want to show that we're workingpublic static void setWorking(Component[] comps, boolean isWorking)
comps
- - An array of components in questionsisWorking
- - True if we want to show that we're workingpublic static void setWorking_private(Component[] comps, boolean isWorking)
comps
- isWorking
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |