Class Help

java.lang.Object
  |
  +--Help

public class Help
extends java.lang.Object

This class stores the help texts and handles the creation and deletion of the help windows.


Constructor Summary
Help()
           
 
Method Summary
static void general()
          Creates the general help window
static void macros()
          Creates the macros help window
static void tools()
          Creates the tools help window
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Help

public Help()
Method Detail

general

public static void general()
Creates the general help window

tools

public static void tools()
Creates the tools help window

macros

public static void macros()
Creates the macros help window