org.enhydra.barracuda.testbed.workbench.util.gui
Class Cursors

java.lang.Object
  extended byorg.enhydra.barracuda.testbed.workbench.util.gui.Cursors

public class Cursors
extends Object

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

Cursors

public Cursors()
Method Detail

setWorking

public 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.

Parameters:
cont - - The container in question
isWorking - - True if we want to show that we're working

setWorking

public 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.

Parameters:
comps - - An array of components in questions
isWorking - - True if we want to show that we're working

setWorking_private

public static void setWorking_private(Component[] comps,
                                      boolean isWorking)
This is the method that gets called recursively and does all the work

Parameters:
comps -
isWorking -


Copyright © 2003 BarracudaMVC.org All Rights Reserved.