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

Packages that use DogmaDBCommComponent
org.qriterium.dogma.gui   
 

Uses of DogmaDBCommComponent in org.qriterium.dogma.gui
 

Methods in org.qriterium.dogma.gui with parameters of type DogmaDBCommComponent
static void DogmaListeners.addTagsToResources(DogmaResourceTable model, DogmaTable table, DogmaDBCommComponent dbcomm)
          Opens query dialog for adding tags to selected resources.
static void DogmaListeners.openNewFormView(DogmaDBCommComponent dbc)
          Opens empty DogmaFormView for adding a new resource.
static void DogmaListeners.openResourceInFormView(DogmaDBCommComponent dbc, DogmaResourceTable model, int row)
          Opens currently selected resource in DogmaFormView.
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 DogmaDBCommComponent
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.
DogmaSearchComponent(org.eclipse.swt.widgets.Shell shell, DogmaDBCommComponent base, DogmaCore core)
          Creates the searchtablecomponent for given shell.
DogmaURIComponent(org.eclipse.swt.widgets.Shell shell, DogmaDBCommComponent rc)
          Creates a new URI - component and the layout for a given shell.