List of usage examples for com.vaadin.ui Panel subclass-usage
From source file annis.gui.paging.PagingComponent.java
/** * * @author thomas */ public class PagingComponent extends Panel implements Button.ClickListener {
From source file annis.gui.querybuilder.EdgeWindow.java
/** * * @author thomas */ public class EdgeWindow extends Panel implements Button.ClickListener {
From source file annis.gui.querybuilder.NodeWindow.java
/** * * @author thomas */ public class NodeWindow extends Panel implements Button.ClickListener {
From source file annis.gui.querybuilder.QueryBuilderChooser.java
/** * Wrapper for selecting and showing the desired query builder. * @author Thomas Krause <krauseto@hu-berlin.de> */ public class QueryBuilderChooser extends Panel implements Property.ValueChangeListener { private final PluginSystem pluginSystem;
From source file annis.gui.querybuilder.TigerQueryBuilderCanvas.java
/** * * @author thomas */ public class TigerQueryBuilderCanvas extends Panel {
From source file annis.gui.resultview.ResultSetPanel.java
/** * * @author thomas */ public class ResultSetPanel extends Panel implements ResolverProvider {
From source file annis.libgui.ImagePanel.java
/** * Panel that displays an image. * @author Thomas Krause <krauseto@hu-berlin.de> */ public class ImagePanel extends Panel { public ImagePanel(Embedded image) {
From source file annis.visualizers.component.grid.GridComponent.java
/** * * @author Thomas Krause <krauseto@hu-berlin.de> */ public class GridComponent extends Panel {
From source file annis.visualizers.component.rst.RSTImpl.java
/**
* The Visualizer Plugin for RST-Visualization.
*
* This Visualization transforms the salt graph to a json object, which is sent
* to the {@link VJITWrapper}.
*
From source file annis.visualizers.component.rst.RSTPanel.java
/**
* RSTPanel manages the scrollbuttons and calles then {@link RSTImpl} the actual
* implementation of RST. {@link RSTImpl} compute the json out of the Salt
* document. The whole rendering stuff is done in {@link JITWrapper}.
*
* @author Benjamin Weienfels <b.pixeldrama@gmail.com>