List of usage examples for org.eclipse.jface.dialogs Dialog subclass-usage
From source file com.iw.plugins.spindle.ui.ChooseFromListDialog.java
public class ChooseFromListDialog extends Dialog implements IDialogFieldChangedListener {
RadioDialogField buttonGroup;
String[] buttonNames;
Object[] results;
From source file com.jaspersoft.studio.compatibility.dialog.VersionDialog.java
public class VersionDialog extends Dialog { private boolean hideNext = false; public VersionDialog(Shell parent, String version, IResource res) { super(parent);
From source file com.jaspersoft.studio.components.chart.model.theme.paintprovider.PaintProviderDialog.java
public class PaintProviderDialog extends Dialog { private PaintProvider value; private Button bgrad; public PaintProviderDialog(Shell parent) { super(parent);
From source file com.jaspersoft.studio.components.chart.model.theme.stroke.StrokeDialog.java
public class StrokeDialog extends Dialog { private BasicStroke value; private Text twidth; private Text tdash; private Text tdashphase; private StrokeWidget sw;
From source file com.jaspersoft.studio.components.customvisualization.properties.CVItemPropertyDialog.java
/**
* Dialog that allows editing the information associated to a {@link CVItemProperty} element.
*
* @author Massimo Rabbi (mrabbi@users.sourceforge.net)
*
*/
From source file com.jaspersoft.studio.components.map.model.itemdata.dialog.ItemPropertyDialog.java
/**
* Dialog that allows editing the information associated to a {@link ItemProperty} element.
*
* @author Massimo Rabbi (mrabbi@users.sourceforge.net)
*
*/
From source file com.jaspersoft.studio.custom.adapter.controls.ElementValueDialog.java
/**
* Dialog used to edit or add a value to a list of value
*
* @author Orlandin Marco
*
*/
From source file com.jaspersoft.studio.editor.gef.decorator.csv.ColumnsOrderDialog.java
/**
* A dialog to display all the csv column defined and to change their order
*
* @author Orlandin Marco
*
*/
From source file com.jaspersoft.studio.editor.gef.decorator.csv.NameChooserDialog.java
/**
* A simple dialog to ask a string value to the user
*
* @author Orlandin Marco
*
*/
From source file com.jaspersoft.studio.editor.gef.decorator.json.ColumnsOrderDialog.java
/**
* A dialog to display all the csv column defined and to change their order
*
* @author Orlandin Marco
*
*/