List of usage examples for org.eclipse.jface.dialogs PopupDialog subclass-usage
From source file bndtools.utils.MessagesPopupDialog.java
public class MessagesPopupDialog extends PopupDialog { private final Control controlAttachment; private final IMessage[] messages; private final IWorkbenchPart part; private final HyperlinkGroup hyperlinkGroup;
From source file com.aptana.snippets.ui.views.SnippetPopupDialog.java
/** * PopupDialog that displays the contents of a snippets, formatted and colored based on the preferences * * @author nle */ public class SnippetPopupDialog extends PopupDialog {
From source file com.aptana.ui.dialogs.GenericInfoPopupDialog.java
/** * A popup dialog that shows a message where you could click on it to run additional task. */ public class GenericInfoPopupDialog extends PopupDialog { private static final int POPUP_OFFSET = 20;
From source file com.aptana.ui.dialogs.TitaniumUpdatePopup.java
/**
* TitaniumUpdatePopup is a more simple version of AutomaticUpdatesPopup that has been modified for Titanium Updates.
*
* @author ayeung
*/
From source file com.aptana.ui.QuickMenuDialog.java
/**
* Pop up a quick menu. useful for commands when we want users to be able to select a value without having to take their
* hands off the keyboard. Much better UI than a dialog with a combo!
*
* @author cwilliams
*/
From source file com.atlassian.connector.eclipse.internal.crucible.ui.annotations.CrucibleCommentPopupDialog.java
/** * Popup to show the information about the annotation in * * @author Shawn Minto */ public class CrucibleCommentPopupDialog extends PopupDialog implements IReviewActionListener {
From source file com.axmor.eclipse.typescript.editor.TypeScriptQuickOutlineDialog.java
/** * Class that implements a quick outline dialog * * @author Asya Vorobyova */ @SuppressWarnings("restriction")
From source file com.google.cloud.tools.eclipse.appengine.login.ui.AccountsPanel.java
/** * A panel listing all currently logged-in accounts. The panel allows adding new accounts and * logging out all accounts. */ public class AccountsPanel extends PopupDialog {
From source file com.google.cloud.tools.eclipse.login.ui.AccountsPanel.java
/** * A panel listing all currently logged-in accounts. The panel allows adding new accounts and * logging out all accounts. */ public class AccountsPanel extends PopupDialog {
From source file com.google.dart.tools.ui.internal.text.functions.AbstractInformationControl.java
/** * Abstract class for Show hierarchy in light-weight controls. */ @SuppressWarnings("deprecation") public abstract class AbstractInformationControl extends PopupDialog implements IInformationControl, IInformationControlExtension, IInformationControlExtension2, DisposeListener {