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

Packages that use DogmaURITable
org.qriterium.dogma.gui   
 

Uses of DogmaURITable in org.qriterium.dogma.gui
 

Methods in org.qriterium.dogma.gui with parameters of type DogmaURITable
static org.eclipse.swt.widgets.Menu DogmaListeners.uriHeaderMenu(de.kupzog.ktable.KTable table, DogmaURITable model, int col)
          uriHeaderMenu is a menu that is intended to be created when user right-clicks on a URI-table header, but it can also be used in other implementations.
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.