List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage
From source file com.amalto.workbench.dialogs.SelectImportedModulesDialog.java
public class SelectImportedModulesDialog extends Dialog { protected static Log log = LogFactory.getLog(SelectImportedModulesDialog.class); private String title;
From source file com.amalto.workbench.dialogs.SetupTransformerInputVariablesDialog.java
public class SetupTransformerInputVariablesDialog extends Dialog {
WSTransformerV2 transformer;
FormToolkit toolkit;
From source file com.amalto.workbench.dialogs.SimpleListStringContentDialog.java
public class SimpleListStringContentDialog extends Dialog { private TextboxListStringContentComposite compInfos; private String[] infos = new String[0];
From source file com.amalto.workbench.dialogs.SimpleTypeInputDialog.java
public class SimpleTypeInputDialog extends Dialog implements ModifyListener { protected List<String> customTypes = null; protected List<String> builtInTypes = null;
From source file com.amalto.workbench.dialogs.SimpleXpathInputDialog.java
public class SimpleXpathInputDialog extends Dialog { private DataModelMainPage parentPage; private String title = "";//$NON-NLS-1$
From source file com.amalto.workbench.dialogs.TextViewDialog.java
public class TextViewDialog extends Dialog { private static Log log = LogFactory.getLog(TextViewDialog.class); private final static int BUTTON_CLOSE = 10;
From source file com.amalto.workbench.dialogs.ValidationRuleDialog.java
public class ValidationRuleDialog extends Dialog { private static Log log = LogFactory.getLog(ValidationRuleDialog.class); String title;
From source file com.amalto.workbench.dialogs.ValidationRuleExcpressDialog.java
public class ValidationRuleExcpressDialog extends Dialog { private String title; private SchematronExpressBuilder builder;
From source file com.amalto.workbench.dialogs.VariableDefinitionDialog.java
public class VariableDefinitionDialog extends Dialog { protected TableViewer descriptionsViewer; private String outPut;
From source file com.amalto.workbench.dialogs.ViewInputDialog.java
public class ViewInputDialog extends Dialog implements SelectionListener { /** * The title of the dialog. */ private String title;