Uses of Class
org.qriterium.dogma.gui.DogmaMain

Packages that use DogmaMain
org.qriterium.dogma.gui   
 

Uses of DogmaMain in org.qriterium.dogma.gui
 

Methods in org.qriterium.dogma.gui with parameters of type DogmaMain
static org.eclipse.swt.widgets.Menu DogmaListeners.resourcePopUpMenu(DogmaTable table, DogmaMain core, DogmaResourceTable model, DogmaResourceTableComponent parent, DogmaDBCommComponent database, int col, int row)
          Creates pop-up menu UI for the resource table and adds listeners to it.
 

Constructors in org.qriterium.dogma.gui with parameters of type DogmaMain
DogmaMenuComponent(org.eclipse.swt.widgets.Shell shell, DogmaDBCommComponent db, DogmaMain core)
          Creates a new Menu to the given shell.
DogmaResourceTableComponent(org.eclipse.swt.widgets.Shell shell, DogmaDBCommComponent rc, DogmaMain core)
          Creates the component to the given shell.