net.sourceforge.neurosdbm
Class ActionLock
java.lang.Object
net.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actions
private static java.util.ArrayList actions
menuItems
private static java.util.ArrayList menuItems
tableModel
private static NeurosTableModel tableModel
ActionLock
private ActionLock()
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.