org.qriterium.dogma.gui
Class DogmaResourceTableComponent
java.lang.Object
org.qriterium.dogma.gui.DogmaResourceTableComponent
public class DogmaResourceTableComponent
- extends java.lang.Object
DogmaResourceTableComponent is one of the gui-components that the Dogma-program uses.
It creates the contents of the resourcetable and sends each resource to the main-program
on selection, so that they can be viewed in uritable.
Method Summary |
void |
setContent(java.util.Vector<DogmaResource> resources)
Sets the content of the ResourceTableComponent to match the given resourcevector. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DogmaResourceTableComponent
public DogmaResourceTableComponent(org.eclipse.swt.widgets.Shell shell,
DogmaDBCommComponent rc,
DogmaMain core)
- Creates the component to the given shell.
- Parameters:
shell
- rc
- core
-
setContent
public void setContent(java.util.Vector<DogmaResource> resources)
- Sets the content of the ResourceTableComponent to match the given resourcevector.