org.qriterium.dogma.gui
Class DogmaMenuComponent

java.lang.Object
  extended by org.qriterium.dogma.gui.DogmaMenuComponent

public class DogmaMenuComponent
extends java.lang.Object

DogmaMenuComponent is one of the gui-components that the Dogma-program uses. It creates the contents of the menubar and also has the listeners for each event needed there.


Constructor Summary
DogmaMenuComponent(org.eclipse.swt.widgets.Shell shell, DogmaDBCommComponent db, DogmaMain core)
          Creates a new Menu to the given shell.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DogmaMenuComponent

public DogmaMenuComponent(org.eclipse.swt.widgets.Shell shell,
                          DogmaDBCommComponent db,
                          DogmaMain core)
Creates a new Menu to the given shell.