Example usage for com.vaadin.ui Window subclass-usage

List of usage examples for com.vaadin.ui Window subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui Window subclass-usage.

Usage

From source file ac.uk.icl.dell.vaadin.MessageDialogBox.java

public class MessageDialogBox extends Window {
    private static final long serialVersionUID = 5330733385455292529L;

    public MessageDialogBox(String message, Window parent) {
        init("", message, parent);
    }

From source file annis.gui.AboutWindow.java

/**
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class AboutWindow extends Window {

From source file annis.gui.admin.NewPasswordWindow.java

/**
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class NewPasswordWindow extends Window {
    public NewPasswordWindow(final String userName, final List<UserListView.Listener> listeners) {

From source file annis.gui.CitationWindow.java

/**
 *
 * @author thomas
 */
public class CitationWindow extends Window implements Button.ClickListener {

From source file annis.gui.components.ExceptionDialog.java

/**
 * A dialog that displays the message of an exception and allows to show
 * the stack trace if requested.
 * 
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */

From source file annis.gui.HelpUsWindow.java

/**
 * A window displaying an invitation to participate in the development of ANNIS.
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class HelpUsWindow extends Window {

From source file annis.gui.LoginWindow.java

/**
 * A window for logging in.
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class LoginWindow extends Window {

From source file annis.gui.ReportBugWindow.java

/**
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class ReportBugWindow extends Window {

From source file annis.gui.ShareQueryReferenceWindow.java

/**
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class ShareQueryReferenceWindow extends Window implements Button.ClickListener {

From source file annis.gui.ShareSingleMatchGenerator.java

/**
 *
 * @author Thomas Krause <krauseto@hu-berlin.de>
 */
public class ShareSingleMatchGenerator extends Window implements SelectionEvent.SelectionListener {
    private final static Logger log = LoggerFactory.getLogger(ShareSingleMatchGenerator.class);