Class BlockedIpsWindow


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

      Fields 
      Modifier and Type Field Description
      (package private) static Core core  
      (package private) static org.eclipse.swt.widgets.Shell instance  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BlockedIpsWindow()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static org.eclipse.swt.widgets.Shell create​(Core _core, org.eclipse.swt.widgets.Display display, java.lang.String ipsBlocked, java.lang.String ipsBanned)  
      static void show​(Core _core, org.eclipse.swt.widgets.Display display, java.lang.String ipsBlocked, java.lang.String ipsBanned)  
      static void showBlockedIps​(Core core, org.eclipse.swt.widgets.Shell mainWindow)  
      • Methods inherited from class java.lang.Object

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

      • core

        static Core core
      • instance

        static org.eclipse.swt.widgets.Shell instance
    • Constructor Detail

      • BlockedIpsWindow

        private BlockedIpsWindow()
    • Method Detail

      • show

        public static void show​(Core _core,
                                org.eclipse.swt.widgets.Display display,
                                java.lang.String ipsBlocked,
                                java.lang.String ipsBanned)
      • create

        private static org.eclipse.swt.widgets.Shell create​(Core _core,
                                                            org.eclipse.swt.widgets.Display display,
                                                            java.lang.String ipsBlocked,
                                                            java.lang.String ipsBanned)
      • showBlockedIps

        public static void showBlockedIps​(Core core,
                                          org.eclipse.swt.widgets.Shell mainWindow)