List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file eu.lod2.SameAsLinking.java
/** * SameAsLinking will guide the user to link an instance (uri) from the current graph to * other uris using the online service SameAs */ //@SuppressWarnings("serial") public class SameAsLinking extends CustomComponent {
From source file eu.lod2.SesameSPARQL.java
/** * Query the current graph via the Sesame interface. */ //@SuppressWarnings("serial") public class SesameSPARQL extends CustomComponent implements TextChangeListener {
From source file eu.lod2.Sigma.java
/** * Sigma online service * Deprecated temporarily */ //@SuppressWarnings("serial") public class Sigma extends CustomComponent {
From source file eu.lod2.Siren.java
public class Siren extends CustomComponent { // reference to the global internal state private LOD2DemoState state; public Siren(LOD2DemoState st) {
From source file eu.lod2.SPARQLPoolParty.java
/** * The SPARQL service van the public PoolParty */ //@SuppressWarnings("serial") public class SPARQLPoolParty extends CustomComponent {
From source file eu.lod2.stat.dsdrepo.DSDRepoComponent.java
/** * * @author vukm */ public class DSDRepoComponent extends CustomComponent { private Repository repository;
From source file eu.lod2.stat.dsdrepo.DSDRepoComponentWrapper.java
/** * * @author vukm */ public class DSDRepoComponentWrapper extends CustomComponent implements LOD2DemoState.CurrentGraphListener {
From source file eu.lod2.VirtuosoISPARQL.java
/** * Embed the Virtuoso iSPARQL query tool */ //@SuppressWarnings("serial") public class VirtuosoISPARQL extends CustomComponent {
From source file eu.lod2.VirtuosoSPARQL.java
/** * Embed the Virtuoso SPARQL query tool */ //@SuppressWarnings("serial") public class VirtuosoSPARQL extends CustomComponent {
From source file facs.components.Bill.java
public class Bill extends CustomComponent { private static final long serialVersionUID = 2871034203483322939L; private final String CAPTION = "Rechnungen"; public Bill() { this.setCaption(CAPTION);