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

Packages that use DogmaTable
org.qriterium.dogma.gui   
 

Uses of DogmaTable in org.qriterium.dogma.gui
 

Methods in org.qriterium.dogma.gui with parameters of type DogmaTable
static void DogmaListeners.addTagsToResources(DogmaResourceTable model, DogmaTable table, DogmaDBCommComponent dbcomm)
          Opens query dialog for adding tags to selected resources.
static void DogmaListeners.copyResources(DogmaResourceTable model, DogmaTable table)
          Copies currently selected resources to the clipboard.
static void DogmaListeners.openResourcesInGraph(ResourceBase rb, DogmaResourceTable model, DogmaTable table)
          Open selected resources in Guess
static void DogmaListeners.openResourcesInNewBrowser(DogmaResourceTable model, DogmaTable table)
          Opens selected resources in new resourcebrowser.
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.
static void DogmaListeners.selectAllResources(DogmaResourceTable model, DogmaTable table)
          Selects all resources from the target resourcetable.
static org.eclipse.swt.widgets.Menu DogmaListeners.uriMenu(DogmaTable table, DogmaURITable model, org.eclipse.swt.graphics.Point location, org.eclipse.swt.graphics.Point visibleLocation, boolean onRow)
          uriMenu is a menu that is intended to be created when user right-clicks on a URI-table cell, but it can also be used in other implementations.
 

Constructors in org.qriterium.dogma.gui with parameters of type DogmaTable
DogmaSearchTable(DogmaTable table)