net.sourceforge.neurosdbm
Class ActionLock

java.lang.Object
  extended bynet.sourceforge.neurosdbm.ActionLock

public class ActionLock
extends java.lang.Object

This class is used to enable/disable the menu and tool bar during long operations.

Version:
$Id: ActionLock.java,v 1.3 2004/08/16 21:57:28 sstarkey Exp $

Field Summary
private static java.util.ArrayList actions
           
private static java.util.ArrayList menuItems
           
private static NeurosTableModel tableModel
           
 
Constructor Summary
private ActionLock()
           
 
Method Summary
static void lock()
           
static void register(BaseAction action)
           
static void register(javax.swing.JMenuItem menuItem)
           
static void register(NeurosTableModel tableModel_in)
           
static void unlock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actions

private static java.util.ArrayList actions

menuItems

private static java.util.ArrayList menuItems

tableModel

private static NeurosTableModel tableModel
Constructor Detail

ActionLock

private ActionLock()
Method Detail

register

public static void register(BaseAction action)

register

public static void register(javax.swing.JMenuItem menuItem)

register

public static void register(NeurosTableModel tableModel_in)

lock

public static void lock()

unlock

public static void unlock()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.