Class SystemWarningWindow


  • public class SystemWarningWindow
    extends java.lang.Object
    • Field Detail

      • 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
      • 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 java.lang.String title
      • text

        private java.lang.String text
      • numWarningWindowsOpen

        public static int numWarningWindowsOpen
    • Constructor Detail

      • SystemWarningWindow

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

      • openWindow

        protected void openWindow()
      • getWarningCount

        private int getWarningCount()