work
Class ActionCommands

java.lang.Object
  extended by work.ActionCommands

public class ActionCommands
extends java.lang.Object

Contains ActionCommand-Strings to use for menu and toolbar

Author:
Markus Krebs

Field Summary
static boolean showReloadKBButton
          Sets whether to display the reload button for the knowledge- base or not.
 
Constructor Summary
ActionCommands()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

showReloadKBButton

public static boolean showReloadKBButton
Sets whether to display the reload button for the knowledge- base or not.
true to show the button, false otherwise

Constructor Detail

ActionCommands

public ActionCommands()