Example usage for org.eclipse.jface.dialogs Dialog subclass-usage

List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.dialogs Dialog subclass-usage.

Usage

From source file com.gorillalogic.monkeyconsole.tableview.editors.ArgumentEditorDialog.java

/**
 * Class to allow users to edit arguments to a command
 * 
 * @author digitalogic8
 * 
 */

From source file com.hangum.tadpole.application.start.api.APIServiceDialog.java

/**
 * API service dialog
 *
 *  test url   http://127.0.0.1:10081/tadpole?serviceID=10d3625a-eee1-409b-8a5f-16bb2a5f68d2
 *           http://127.0.0.1:10081/tadpole?serviceID=10d3625a-eee1-409b-8a5f-16bb2a5f68d2&1=1&2=SQL
 *  

From source file com.hangum.tadpole.application.start.dialog.about.AboutDialog.java

/**
 * About dialog
 * 
 * @author hangum
 *
 */

From source file com.hangum.tadpole.application.start.dialog.infos.UserInformationDialog.java

/**
 * When your browser shows incorrect information.
 * 
 * @author hangum
 *
 */

From source file com.hangum.tadpole.application.start.dialog.login.ChangePasswordDialog.java

/**
 * 
 * @author billygoo
 *
 */
public class ChangePasswordDialog extends Dialog {

From source file com.hangum.tadpole.application.start.dialog.login.FindPasswordDialog.java

/**
 * 
 * 
 * @author billygoo
 *
 */

From source file com.hangum.tadpole.application.start.dialog.login.LoginDialog.java

/**
 * Tadpole DB Hub User login dialog.
 * support the localization : (http://wiki.eclipse.org/RAP/FAQ#How_to_switch_locale.2Flanguage_on_user_action.3F) 
 * 
 * @author hangum
 *

From source file com.hangum.tadpole.application.start.dialog.login.OTPLoginDialog.java

/**
 * OTP Code Dialog
 * 
 * @author hangum
 *
 */

From source file com.hangum.tadpole.application.start.dialog.perspective.SelectPerspectiveDialog.java

/**
 * select perstive dialog
 * 
 * @author hangum
 *
 */

From source file com.hangum.tadpole.commons.admin.core.dialogs.LDAPConfigurationDialog.java

/**
 * LDAP Configuration dialog
 * @author hangum
 *
 */
public class LDAPConfigurationDialog extends Dialog {