List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file eu.lod2.ConfigurationTab.java
/** * The configuration tab which collects information about * the default settings van the LOD2 demonstrator. */ //@SuppressWarnings("serial") public class ConfigurationTab extends CustomComponent {
From source file eu.lod2.D2RCordis.java
/** * Extract RDF via a D2R wrapper which maps a SQL database to a RDF view. * Each SPARQL query to D2R SPARQL endpoints will be translated to a corresponding SQL query. * The data hence is not materialized as RDF. */ //@SuppressWarnings("serial")
From source file eu.lod2.DBpedia.java
/** * DBpedia online service */ //@SuppressWarnings("serial") public class DBpedia extends CustomComponent {
From source file eu.lod2.DebCKAN.java
/** * CKAN: the collection of datasets */ //@SuppressWarnings("serial") public class DebCKAN extends CustomComponent {
From source file eu.lod2.DeleteGraphs.java
/** * An about page on the LOD2 stack */ //@SuppressWarnings("serial") public class DeleteGraphs extends CustomComponent {
From source file eu.lod2.ELoadRDFFile.java
/** * The ELoadRDFFile allows to upload a file into virtuoso via the conductor */ //@SuppressWarnings("serial") public class ELoadRDFFile extends CustomComponent {
From source file eu.lod2.EnrichmentTab.java
/** * The enrichment tab which collects information about * ways and components to extract information. */ //@SuppressWarnings("serial") public class EnrichmentTab extends CustomComponent {
From source file eu.lod2.EPoolPartyExtractor.java
/** * The extract from a natural language text (english) the relevant * concepts w.r.t. a controlled vocabulary in PoolParty. */ //@SuppressWarnings("serial") public class EPoolPartyExtractor extends CustomComponent implements TextChangeListener {
From source file eu.lod2.EPoolPartyLabel.java
/** * extracting concept uri's for anonymous nodes based on matching criteria such a skos:prefLabel * w.r.t. a taxonomy in PoolParty */ //@SuppressWarnings("serial") public class EPoolPartyLabel extends CustomComponent implements TextChangeListener {
From source file eu.lod2.ESpotlight.java
/** * Extract RDF data from a text document using spotlight. */ //@SuppressWarnings("serial") public class ESpotlight extends CustomComponent implements TextChangeListener {