|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.qriterium.dogma.gui.DogmaCore
public abstract class DogmaCore
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 |
---|
public DogmaCore()
Method Detail |
---|
public abstract void setUriComponentContent(DogmaResource resource)
public abstract void setResourceTableContent(java.util.Vector<DogmaResource> resourceVector)
resourceVector
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |