List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage
From source file com.bluexml.side.util.libs.eclipse.AbstractDialogCellEditor.java
public abstract class AbstractDialogCellEditor extends Dialog { protected AbstractDialogCellEditor(Shell parentShell) { super(parentShell); }
From source file com.bluexml.side.Workflow.modeler.diagram.dialogs.ActionEditDialog.java
/** * Updating task parameters */ public class ActionEditDialog extends Dialog implements IDialogConstants { public static final String ACTION_SCRIPT = "action script";
From source file com.bluexml.side.Workflow.modeler.diagram.dialogs.ProcessStateEditDialog.java
/** * Updating task parameters */ public class ProcessStateEditDialog extends Dialog implements IDialogConstants { public static final String ACTION_VARIABLE = "action variables";
From source file com.buglabs.dragonfly.ui.dialogs.AuthenticationDialog.java
public class AuthenticationDialog extends Dialog { private String username; private String pwd;
From source file com.buglabs.dragonfly.ui.editors.NewEventTriggerDialog.java
/**
* This dialog gets an Event URI from the user.
*
* @author ken
*
*/
From source file com.buzzcoders.yasw.widgets.map.ui.BasicInfoMapDialog.java
/**
* This dialog allows to configure the basic details of a map: its center, the
* zoom level and the type.
*
* @author Massimo Rabbi (mrabbi@users.sourceforge.net)
*
From source file com.buzzcoders.yasw.widgets.map.ui.MarkersPickupDialog.java
/**
* This dialog allows to place a list of markers in the map.
* Markers can be moved/removed and their position is update accordingly.
*
* @author Massimo Rabbi (mrabbi@users.sourceforge.net)
*
From source file com.byterefinery.rmbench.database.mysql.EnumAndSetDialog.java
/** * This is the dialog used for entering the list elements of the ENUM and SET datatypes * * @author Hannes Niederhausen */ public class EnumAndSetDialog extends Dialog {
From source file com.byterefinery.rmbench.dialogs.CheckConstraintEditorDialog.java
public class CheckConstraintEditorDialog extends Dialog { private CheckConstraint constraint; private Text nameText; private Text expressionText;
From source file com.byterefinery.rmbench.dialogs.ConnectionDialog.java
/**
* The dialog fpr managing the JDBC connections
*
* @author Hannes Niederhausen
*
*/