Class SystemWarningWindow

java.lang.Object
com.biglybt.ui.swt.mainwindow.SystemWarningWindow

public class SystemWarningWindow extends Object
  • Field Details

    • WIDTH

      private int WIDTH
    • BORDER_X

      private int BORDER_X
    • BORDER_Y0

      private int BORDER_Y0
    • BORDER_Y1

      private int BORDER_Y1
    • GAP_Y

      private int GAP_Y
    • GAP_BUTTON_Y

      private int GAP_BUTTON_Y
    • GAP_Y_TITLE_COUNT

      private int GAP_Y_TITLE_COUNT
    • logAlert

      private final LogAlert logAlert
    • ptBottomRight

      private final org.eclipse.swt.graphics.Point ptBottomRight
    • parent

      private final org.eclipse.swt.widgets.Shell parent
    • shell

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

      private org.eclipse.swt.graphics.Image imgClose
    • boundsClose

      private org.eclipse.swt.graphics.Rectangle boundsClose
    • spText

      private GCStringPrinter spText
    • spTitle

      private GCStringPrinter spTitle
    • spCount

      private GCStringPrinter spCount
    • sizeTitle

      private org.eclipse.swt.graphics.Point sizeTitle
    • sizeText

      private org.eclipse.swt.graphics.Point sizeText
    • sizeCount

      private org.eclipse.swt.graphics.Point sizeCount
    • fontTitle

      private org.eclipse.swt.graphics.Font fontTitle
    • fontCount

      private org.eclipse.swt.graphics.Font fontCount
    • height

      private int height
    • rectX

      private org.eclipse.swt.graphics.Rectangle rectX
    • historyPosition

      private int historyPosition
    • title

      private String title
    • text

      private String text
    • numWarningWindowsOpen

      public static int numWarningWindowsOpen
  • Constructor Details

    • SystemWarningWindow

      public SystemWarningWindow(LogAlert logAlert, org.eclipse.swt.graphics.Point ptBottomRight, org.eclipse.swt.widgets.Shell parent, int historyPosition)
  • Method Details

    • openWindow

      protected void openWindow()
    • getWarningCount

      private int getWarningCount()