A B C D F G H I L M N O P Q R S T U V W

D

Data - Class in org.qriterium.dogma.resourcebase.data
 
Data() - Constructor for class org.qriterium.dogma.resourcebase.data.Data
 
data - Variable in class org.qriterium.qdupdater.readers.PdfParser
 
DataSaver - Class in org.qriterium.dogma
A class for reading files to the database.
DataSaver() - Constructor for class org.qriterium.dogma.DataSaver
 
dataToQuery(ResourceFactory) - Static method in class org.qriterium.dogma.SQLHandler
 
dateString(Date) - Static method in class org.qriterium.dogma.DogmaResource
 
dateToTimestampString(Date) - Static method in class org.qriterium.dogma.DogmaLib
Returns a Timestamp - string from the given date.
deleteRow(int) - Method in class org.qriterium.dogma.gui.DogmaURITable
Removes the given row from the table.
doBelongsToCell(int, int) - Method in class org.qriterium.dogma.gui.DogmaResourceTable
 
doBelongsToCell(int, int) - Method in class org.qriterium.dogma.gui.DogmaSearchTable
 
doBelongsToCell(int, int) - Method in class org.qriterium.dogma.gui.DogmaURITable
 
doCleanUp(String) - Static method in class org.qriterium.dogma.Library
Removes all files that end up with "gdf" from the given path.
doCleanUp() - Method in class org.qriterium.dogma.ResourceBase
Removes resources with canoname null or canoname as empty string
doCompare(Object, Object, int, int) - Method in class org.qriterium.dogma.gui.DogmaSortComparator
this method compares to strings for the KTableSortedModel to sort if it is a integer then compare it as int else compare it as String
doGetCellEditor(int, int) - Method in class org.qriterium.dogma.gui.DogmaResourceTable
 
doGetCellEditor(int, int) - Method in class org.qriterium.dogma.gui.DogmaSearchTable
 
doGetCellEditor(int, int, boolean) - Method in class org.qriterium.dogma.gui.DogmaURITable
 
doGetCellEditor(int, int) - Method in class org.qriterium.dogma.gui.DogmaURITable
 
doGetCellRenderer(int, int) - Method in class org.qriterium.dogma.gui.DogmaResourceTable
 
doGetCellRenderer(int, int) - Method in class org.qriterium.dogma.gui.DogmaSearchTable
 
doGetCellRenderer(int, int) - Method in class org.qriterium.dogma.gui.DogmaURITable
 
doGetColumnCount() - Method in class org.qriterium.dogma.gui.DogmaResourceTable
 
doGetColumnCount() - Method in class org.qriterium.dogma.gui.DogmaSearchTable
 
doGetColumnCount() - Method in class org.qriterium.dogma.gui.DogmaURITable
Returns the amount of columns.
doGetContentAt(int, int) - Method in class org.qriterium.dogma.gui.DogmaResourceTable
 
doGetContentAt(int, int) - Method in class org.qriterium.dogma.gui.DogmaSearchTable
 
doGetContentAt(int, int) - Method in class org.qriterium.dogma.gui.DogmaURITable
Returns the Object in the cell corresponding to the given values.
doGetRowCount() - Method in class org.qriterium.dogma.gui.DogmaResourceTable
 
doGetRowCount() - Method in class org.qriterium.dogma.gui.DogmaSearchTable
 
doGetRowCount() - Method in class org.qriterium.dogma.gui.DogmaURITable
Returns the amount of rows in the URI-table, including also header-row.
doGetTooltipAt(int, int) - Method in class org.qriterium.dogma.gui.DogmaResourceTable
 
doGetTooltipAt(int, int) - Method in class org.qriterium.dogma.gui.DogmaSearchTable
 
doGetTooltipAt(int, int) - Method in class org.qriterium.dogma.gui.DogmaURITable
 
doGetType(int) - Method in class org.qriterium.dogma.gui.DogmaURITable
Gets the type-value for the given row.
doGetUri(int) - Method in class org.qriterium.dogma.gui.DogmaURITable
Gets the uri-value for the given row.
DogmaActions - Class in org.qriterium.dogma
Contains reactions to different actions in dogma.
DogmaActions() - Constructor for class org.qriterium.dogma.DogmaActions
 
DogmaClipboard - Class in org.qriterium.dogma.gui
 
DogmaConnection - Class in org.qriterium.dogma
 
DogmaConnection(DogmaResource, DogmaResource) - Constructor for class org.qriterium.dogma.DogmaConnection
Creates new connection between (from,to)-pair of resources.
DogmaConnection(DogmaResource, DogmaResource, String) - Constructor for class org.qriterium.dogma.DogmaConnection
 
DogmaConnection(String, String, String, String) - Constructor for class org.qriterium.dogma.DogmaConnection
 
DogmaConnection(String, String, String, String, String) - Constructor for class org.qriterium.dogma.DogmaConnection
 
DogmaConnectionTest - Class in org.qriterium.dogma.test
 
DogmaConnectionTest() - Constructor for class org.qriterium.dogma.test.DogmaConnectionTest
 
DogmaCore - Class in org.qriterium.dogma.gui
An abstact class which should be extended by every Main-program, so that the communication between the components can be contained.
DogmaCore() - Constructor for class org.qriterium.dogma.gui.DogmaCore
 
DogmaDBCommComponent - Class in org.qriterium.dogma.gui
Used for containing the communication between resourcebase and other components.
DogmaDBCommComponent(ResourceBase, boolean) - Constructor for class org.qriterium.dogma.gui.DogmaDBCommComponent
Creates a new resourceComponent
DogmaDBCommComponent(ResourceBase) - Constructor for class org.qriterium.dogma.gui.DogmaDBCommComponent
Initiates the component with the given resourcebase and loads the last viewed resources to it.
DogmaDBCommComponent(boolean) - Constructor for class org.qriterium.dogma.gui.DogmaDBCommComponent
Initiates the component without searching for a tag.
DogmaDBCommComponent() - Constructor for class org.qriterium.dogma.gui.DogmaDBCommComponent
Initiates the component and automatically searches for resources with "LAST_VIEW" in their tag.
DogmaFormView - Class in org.qriterium.dogma.gui
 
DogmaFormView() - Constructor for class org.qriterium.dogma.gui.DogmaFormView
Makes FormView for new resource creation
DogmaFormView(DogmaResource) - Constructor for class org.qriterium.dogma.gui.DogmaFormView
Makes FormView for manipulation of existing resource
DogmaGraphHandler - Class in org.qriterium.dogma
 
DogmaGraphHandlerTest - Class in org.qriterium.dogma.test
 
DogmaGraphHandlerTest() - Constructor for class org.qriterium.dogma.test.DogmaGraphHandlerTest
 
DogmaLib - Class in org.qriterium.dogma
Library for usable methods.
DogmaLib() - Constructor for class org.qriterium.dogma.DogmaLib
 
DogmaListeners - Class in org.qriterium.dogma.gui
 
DogmaListeners() - Constructor for class org.qriterium.dogma.gui.DogmaListeners
 
DogmaLog - Class in org.qriterium.dogma
DogmaLog is a class for logging user behaviour in Dogma.
DogmaMain - Class in org.qriterium.dogma.gui
DogmaMain is the main class for opening the program and creating the components for it.
DogmaMain(Vector<DogmaResource>) - Constructor for class org.qriterium.dogma.gui.DogmaMain
Opens new resourcebrowser with given resources as table content.
DogmaMain() - Constructor for class org.qriterium.dogma.gui.DogmaMain
Opens the resourcebrowser and loads the resources that were open on last query to the window.
DogmaMenuComponent - Class in org.qriterium.dogma.gui
DogmaMenuComponent is one of the gui-components that the Dogma-program uses.
DogmaMenuComponent(Shell, DogmaDBCommComponent, DogmaMain) - Constructor for class org.qriterium.dogma.gui.DogmaMenuComponent
Creates a new Menu to the given shell.
DogmaOpen - Class in org.qriterium.dogma
Class that tries to open the given URI-strings in their default program.
DogmaOpen() - Constructor for class org.qriterium.dogma.DogmaOpen
 
DogmaQDUpdateParser - Class in org.qriterium.dogma
DogmaQDUpdateParser parses the input user gets from qdUpdater into useable format.
DogmaQDUpdateParser() - Constructor for class org.qriterium.dogma.DogmaQDUpdateParser
Creates a new instance of the parser and initiates the needed data-structures.
DogmaResource - Class in org.qriterium.dogma
DogmaResource is a class which represents resource in Dogma program's context (in this class's comments "resource" refer to "DogmaResource").
DogmaResource() - Constructor for class org.qriterium.dogma.DogmaResource
A minimal constructor which initializes empty collections for multi-valued attibutes.
DogmaResource(String, String, String, String, String, Date, Date, Date, String, int) - Constructor for class org.qriterium.dogma.DogmaResource
A default constructor for creating the resource from metadata (which is imported by Updater).
DogmaResource(String, String, String, String, String, Date, Date, Date, Date, Date, Date, String, int, int, int, int, int, int, int) - Constructor for class org.qriterium.dogma.DogmaResource
Another default constructor for creating the resource from metadata (which is imported by Updater).
DogmaResource(String, String, String, String, String, Date, Date, Date, Date, Date, Date, String, int, int, int, int, int, int, int, int, int, int) - Constructor for class org.qriterium.dogma.DogmaResource
Another default constructor for creating the resource from metadata (which is imported by Updater).
DogmaResource.defaultType - Enum in org.qriterium.dogma
 
dogmaResourceOnClipboard() - Method in class org.qriterium.dogma.gui.DogmaClipboard
Function for checking the Clipboard status.
DogmaResourceTable - Class in org.qriterium.dogma.gui
this class instance contains information for getting the resource data
DogmaResourceTable() - Constructor for class org.qriterium.dogma.gui.DogmaResourceTable
 
DogmaResourceTable(Vector<DogmaResource>) - Constructor for class org.qriterium.dogma.gui.DogmaResourceTable
this is the main method for starting the table with vector of resources
DogmaResourceTableComponent - Class in org.qriterium.dogma.gui
DogmaResourceTableComponent is one of the gui-components that the Dogma-program uses.
DogmaResourceTableComponent(Shell, DogmaDBCommComponent, DogmaMain) - Constructor for class org.qriterium.dogma.gui.DogmaResourceTableComponent
Creates the component to the given shell.
DogmaResourceTest - Class in org.qriterium.dogma.test
 
DogmaResourceTest() - Constructor for class org.qriterium.dogma.test.DogmaResourceTest
 
DogmaResourceTransfer - Class in org.qriterium.dogma.gui
 
DogmaSearch - Class in org.qriterium.dogma.gui
Keeps track of the searches shown in the searchcomponent.
DogmaSearch(String, String[], String[][], String) - Constructor for class org.qriterium.dogma.gui.DogmaSearch
 
DogmaSearchComponent - Class in org.qriterium.dogma.gui
 
DogmaSearchComponent(Shell, DogmaDBCommComponent, DogmaCore) - Constructor for class org.qriterium.dogma.gui.DogmaSearchComponent
Creates the searchtablecomponent for given shell.
DogmaSearchTable - Class in org.qriterium.dogma.gui
 
DogmaSearchTable(String[], String[][]) - Constructor for class org.qriterium.dogma.gui.DogmaSearchTable
 
DogmaSearchTable() - Constructor for class org.qriterium.dogma.gui.DogmaSearchTable
 
DogmaSearchTable(DogmaTable) - Constructor for class org.qriterium.dogma.gui.DogmaSearchTable
 
DogmaSortComparator - Class in org.qriterium.dogma.gui
 
DogmaSortComparator(KTableSortedModel, int, int) - Constructor for class org.qriterium.dogma.gui.DogmaSortComparator
 
DogmaTable - Class in org.qriterium.dogma.gui
DogmaTable is a subclass of KTable that gives the user possibility to retain selected rows on rightclick.
DogmaTable(Composite, int) - Constructor for class org.qriterium.dogma.gui.DogmaTable
 
DogmaTime - Class in org.qriterium.dogma
DogmaTime is a class for timestamps and time management used in Dogma.
DogmaTime() - Constructor for class org.qriterium.dogma.DogmaTime
Creates a new DogmaTime instance.
DogmaTime(int, int, int, int, int, int) - Constructor for class org.qriterium.dogma.DogmaTime
Creates a new DogmaTime instance with given values for time.
DogmaTime(String) - Constructor for class org.qriterium.dogma.DogmaTime
Creates a new DogmaTime-instance based on the given time.
DogmaTime(Date) - Constructor for class org.qriterium.dogma.DogmaTime
Creates a new DogmaTime from given java.util.Date
DogmaURI - Class in org.qriterium.dogma
 
DogmaURI(String) - Constructor for class org.qriterium.dogma.DogmaURI
Creates a DogmaURI based on the given uriString.
DogmaURI(String, String) - Constructor for class org.qriterium.dogma.DogmaURI
Creates a DogmaURI based on the given uriString.
DogmaURI(String, String, String, String, String) - Constructor for class org.qriterium.dogma.DogmaURI
 
DogmaURIComponent - Class in org.qriterium.dogma.gui
DogmaURIComponent is one of the gui-components that the Dogma-program uses.
DogmaURIComponent(Shell, DogmaDBCommComponent) - Constructor for class org.qriterium.dogma.gui.DogmaURIComponent
Creates a new URI - component and the layout for a given shell.
DogmaURITable - Class in org.qriterium.dogma.gui
 
DogmaURITable(DogmaResource, DogmaURIComponent) - Constructor for class org.qriterium.dogma.gui.DogmaURITable
Creates a new URITable based on the given resource and it's uris.
DogmaURITable(DogmaURIComponent) - Constructor for class org.qriterium.dogma.gui.DogmaURITable
 
doSetContentAt(int, int, Object) - Method in class org.qriterium.dogma.gui.DogmaResourceTable
 
doSetContentAt(int, int, Object) - Method in class org.qriterium.dogma.gui.DogmaSearchTable
 
doSetContentAt(int, int, Object) - Method in class org.qriterium.dogma.gui.DogmaURITable
Sets the given value to the cell corresponding to the given column and row.

A B C D F G H I L M N O P Q R S T U V W