org.qriterium.dogma.gui
Class DogmaCore

java.lang.Object
  extended by org.qriterium.dogma.gui.DogmaCore
Direct Known Subclasses:
DogmaMain

public abstract class DogmaCore
extends java.lang.Object

An abstact class which should be extended by every Main-program, so that the communication between the components can be contained.


Constructor Summary
DogmaCore()
           
 
Method Summary
abstract  void setResourceTableContent(java.util.Vector<DogmaResource> resourceVector)
          Sets the content of the resourcetablecomponent to match the given resourcevector.
abstract  void setUriComponentContent(DogmaResource resource)
          Sets the content of the uritablecomponent to match the given resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DogmaCore

public DogmaCore()
Method Detail

setUriComponentContent

public abstract void setUriComponentContent(DogmaResource resource)
Sets the content of the uritablecomponent to match the given resource.


setResourceTableContent

public abstract void setResourceTableContent(java.util.Vector<DogmaResource> resourceVector)
Sets the content of the resourcetablecomponent to match the given resourcevector.

Parameters:
resourceVector -