Class SelectCNDialog


  • public class SelectCNDialog
    extends org.eclipse.swt.widgets.Dialog
    Dialog used to display an Object in a tree.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      SelectCNDialog​(org.eclipse.swt.widgets.Shell parent, java.lang.String dialogTitle, org.eclipse.swt.graphics.Image dialogImage, java.lang.Object root, org.eclipse.jface.viewers.ViewerFilter viewerFilter, java.lang.Object currentObject, int expandLevel, IExpandFilterObject expandFilter, IValidateSelection acceptor, TreeItemNavigatorPresentation currentClass)
      Create the dialog.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.Objectopen()
      Open the dialog.
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectCNDialog

        public SelectCNDialog​(org.eclipse.swt.widgets.Shell parent,
                              java.lang.String dialogTitle,
                              org.eclipse.swt.graphics.Image dialogImage,
                              java.lang.Object root,
                              org.eclipse.jface.viewers.ViewerFilter viewerFilter,
                              java.lang.Object currentObject,
                              int expandLevel,
                              IExpandFilterObject expandFilter,
                              IValidateSelection acceptor,
                              TreeItemNavigatorPresentation currentClass)
        Create the dialog.
        Parameters:
        parent - The parent shell.
    • Method Detail

      • open

        public java.lang.Object open()
        Open the dialog.