List of usage examples for org.eclipse.jface.dialogs DialogTray subclass-usage
From source file com.centurylink.mdw.plugin.designer.dialogs.CommentTray.java
public class CommentTray extends DialogTray { private String comment = ""; public String getComment() { return comment; }
From source file com.centurylink.mdw.plugin.designer.dialogs.WarningTray.java
public class WarningTray extends DialogTray { private TrayDialog dialog; private String message = ""; public String getMessage() {
From source file com.vectrace.MercurialEclipse.ui.ChangesetInfoTray.java
/** * @author bastian * */ public class ChangesetInfoTray extends org.eclipse.jface.dialogs.DialogTray {
From source file edu.tum.in.bruegge.epd.emfstore.dialog.CommitDialogTray.java
/** * This class defines DialogTrays which will be added to the CommitDialog. * * @author Shterev */ public abstract class CommitDialogTray extends DialogTray {
From source file eu.esdihumboldt.hale.ui.functions.groovy.internal.GroovyASTTray.java
/** * Dialog tray displaying the Groovy AST for the source. * * @author Simon Templer */ public class GroovyASTTray extends DialogTray {
From source file eu.esdihumboldt.hale.ui.functions.groovy.internal.PageFunctions.java
/** * Tools for helper function dialog page * * @author Sameer Sheikh */ public class PageFunctions extends DialogTray implements GroovyConstants {
From source file eu.esdihumboldt.hale.ui.functions.groovy.internal.TypeStructureTray.java
/** * Dialog tray displaying a type structure. * * @author Simon Templer */ public class TypeStructureTray extends DialogTray implements GroovyConstants {
From source file eu.esdihumboldt.hale.ui.service.align.resolver.internal.TextEntityTray.java
/**
* Dialog tray that displays details on a JAXB entity that could not be resolved
* as schema entity.
*
* @author Simon Templer
*/
From source file eu.esdihumboldt.hale.ui.service.align.resolver.internal.ViewerEntityTray.java
/**
* Dialog tray that displays details on a JAXB entity that could not be resolved
* as schema entity.
*
* @author Simon Templer
*/
From source file org.bonitasoft.studio.groovy.ui.dialog.GroovyEditorDocumentationDialogTray.java
/** * @author Romain Bioteau * */ public class GroovyEditorDocumentationDialogTray extends DialogTray {