Class LogTable

    • Field Detail

      • _rowHeight

        protected int _rowHeight
      • _detailTextArea

        protected JTextArea _detailTextArea
      • _numCols

        protected int _numCols
      • _colWidths

        protected int[] _colWidths
      • _colDate

        protected int _colDate
      • _colThread

        protected int _colThread
      • _colMessageNum

        protected int _colMessageNum
      • _colLevel

        protected int _colLevel
      • _colNDC

        protected int _colNDC
      • _colCategory

        protected int _colCategory
      • _colMessage

        protected int _colMessage
      • _colLocation

        protected int _colLocation
      • _colThrown

        protected int _colThrown
    • Constructor Detail

      • LogTable

        public LogTable​(JTextArea detailTextArea)
    • Method Detail

      • getDateFormatManager

        public DateFormatManager getDateFormatManager()
        Get the DateFormatManager for formatting dates.
      • setDateFormatManager

        public void setDateFormatManager​(DateFormatManager dfm)
        Set the date format manager for formatting dates.
      • clearLogRecords

        public void clearLogRecords()
      • setDetailedView

        public void setDetailedView()
      • setView

        public void setView​(List columns)
      • init

        protected void init()
      • getColumnNameAndNumber

        protected Vector getColumnNameAndNumber()