Class UISwitcherWindow


  • public class UISwitcherWindow
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.swt.widgets.Button btnOk  
      private static java.lang.String CFG_PREFIX  
      private java.util.List<java.lang.Object> disposeList  
      private static java.lang.String[] IDS  
      private org.eclipse.swt.widgets.Shell shell  
      private int ui  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void open()  
      • Methods inherited from class java.lang.Object

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

      • CFG_PREFIX

        private static java.lang.String CFG_PREFIX
      • IDS

        private static java.lang.String[] IDS
      • shell

        private org.eclipse.swt.widgets.Shell shell
      • btnOk

        private org.eclipse.swt.widgets.Button btnOk
      • ui

        private int ui
      • disposeList

        private java.util.List<java.lang.Object> disposeList
    • Constructor Detail

      • UISwitcherWindow

        public UISwitcherWindow()
      • UISwitcherWindow

        public UISwitcherWindow​(boolean standalone,
                                boolean allowCancel)
    • Method Detail

      • open

        public void open()
      • main

        public static void main​(java.lang.String[] args)