List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file eu.lod2.EURL.java
/** * Extract and upload the RDF content of a URL in a graph. */ //@SuppressWarnings("serial") public class EURL extends CustomComponent {
From source file eu.lod2.EXML.java
/** * extract RDF data from an XML file using an XSLT transformation */ public class EXML extends CustomComponent implements Button.ClickListener { // reference to the global internal state
From source file eu.lod2.EXMLExtended.java
/** * extract RDF data from an XML file using an XSLT transformation */ public class EXMLExtended extends CustomComponent implements Button.ClickListener { private VerticalLayout panel;
From source file eu.lod2.ExportSelector.java
/** * Export Selector. * A common way to select and set the output graph */ //@SuppressWarnings("serial") public class ExportSelector extends CustomComponent
From source file eu.lod2.ExportSelector2.java
/**
* Export Selector.
* A common way to select and set the output graph
* The second version has as additional feature to show the amount of triples (at time of selection)
*
*/
From source file eu.lod2.ExportSelector3.java
/**
* Export Selector.
* A common way to select and set the output graph
* The second version has as additional feature to show the amount of triples (at time of selection)
* The Third version is based on the lod2webapi
*
From source file eu.lod2.GeoSpatial.java
/** * The GeoSpatial allows to visualize geospatial data. * Deprecated temporarily */ //@SuppressWarnings("serial") public class GeoSpatial extends CustomComponent {
From source file eu.lod2.IframedUrl.java
/** * a generic class to display a url in an iframe */ //@SuppressWarnings("serial") public class IframedUrl extends CustomComponent {
From source file eu.lod2.Limes.java
/** * The colanut interface for limes */ //@SuppressWarnings("serial") public class Limes extends CustomComponent {
From source file eu.lod2.LinkingTab.java
/** * The enrichment tab which collects information about * ways and components to extract information. */ //@SuppressWarnings("serial") public class LinkingTab extends CustomComponent {