List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage
From source file com.amalto.workbench.dialogs.datamodel.SelectXPathDialog.java
public class SelectXPathDialog extends Dialog implements PropertyChangeListener { private SelectXPathComposite selectXPathComposite; private IAllDataModelHolder allDataModelHolder;
From source file com.amalto.workbench.dialogs.DataModelFilterDialog.java
public class DataModelFilterDialog extends Dialog {
FormToolkit toolkit = WidgetFactory.getWidgetFactory();
TreeObject xObject;
From source file com.amalto.workbench.dialogs.DataModelSelectDialog.java
public class DataModelSelectDialog extends org.eclipse.jface.dialogs.Dialog { // The ending| bug:21784 private static final long serialVersionUID = 1L; // Modified by hbhong,to fix bug 21784|Add a TreeParent parameter to constructor
From source file com.amalto.workbench.dialogs.DOMViewDialog.java
public class DOMViewDialog extends Dialog implements IKeyWordProvider { private static Log log = LogFactory.getLog(DOMViewDialog.class); public final static int BUTTON_CLOSE = 10;
From source file com.amalto.workbench.dialogs.FacetsListInputDialog.java
public class FacetsListInputDialog extends Dialog { protected List itemsList = null; protected Text newItemText = null;
From source file com.amalto.workbench.dialogs.FKFilterDialog.java
public class FKFilterDialog extends Dialog { String title; private TisTableViewer viewer;
From source file com.amalto.workbench.dialogs.IdentityConstraintInputDialog.java
public class IdentityConstraintInputDialog extends Dialog { private CLabel typeCLabel = null; private CCombo fieldNameCombo = null;
From source file com.amalto.workbench.dialogs.ImportExchangeOptionsDialog.java
public class ImportExchangeOptionsDialog extends Dialog implements SelectionListener { private static Log log = LogFactory.getLog(ImportExchangeOptionsDialog.class); private Button exportsBtn, dataModelBtn, executeBtn;
From source file com.amalto.workbench.dialogs.InputComboDialog.java
public class InputComboDialog extends Dialog { private String title; private String message;
From source file com.amalto.workbench.dialogs.JobProcesssOptionsDialog.java
public class JobProcesssOptionsDialog extends Dialog { private String title; private Button btnIntegrated;