|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceBase | |
---|---|
org.qriterium.dogma | |
org.qriterium.dogma.gui |
Uses of ResourceBase in org.qriterium.dogma |
---|
Methods in org.qriterium.dogma that return ResourceBase | |
---|---|
static ResourceBase |
ResourceBase.getInstance()
getInstance returns the ResourceBase instance. |
Methods in org.qriterium.dogma with parameters of type ResourceBase | |
---|---|
static java.util.Vector<DogmaResource> |
DataSaver.readFileToResourceBase(ResourceBase base,
java.lang.String file)
Reads the resources and their contents of the given String - file to the resourcebase. |
void |
DogmaQDUpdateParser.saveToResourceBase(ResourceBase base)
Saves the current resourceset and its uris and connections to the database. |
void |
DogmaGraphHandler.setResourceBase(ResourceBase rb)
Sets the database to use the given configuration file. |
void |
iDogmaGraphHandler.setResourceBase(ResourceBase rb)
|
Uses of ResourceBase in org.qriterium.dogma.gui |
---|
Fields in org.qriterium.dogma.gui declared as ResourceBase | |
---|---|
static ResourceBase |
DogmaDBCommComponent.resourceBase
|
Methods in org.qriterium.dogma.gui that return ResourceBase | |
---|---|
ResourceBase |
DogmaDBCommComponent.getResourceBase()
Returns the current database in use. |
ResourceBase |
DogmaMain.getResourceBase()
Returns the resourcebase currently in use. |
Methods in org.qriterium.dogma.gui with parameters of type ResourceBase | |
---|---|
static void |
DogmaListeners.openResourcesInGraph(ResourceBase rb,
DogmaResourceTable model,
DogmaTable table)
Open selected resources in Guess |
void |
DogmaDBCommComponent.setResourceBase(ResourceBase rb)
Sets the resourcebase to rb |
void |
DogmaMain.setResourceBase(ResourceBase base)
Sets the resourcebase to be the given resourcebase. |
Constructors in org.qriterium.dogma.gui with parameters of type ResourceBase | |
---|---|
DogmaDBCommComponent(ResourceBase rb)
Initiates the component with the given resourcebase and loads the last viewed resources to it. |
|
DogmaDBCommComponent(ResourceBase base,
boolean loadContent)
Creates a new resourceComponent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |