Class SlickerMessageBar

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.fluxicon.slickerbox.components.GradientPanel
org.processmining.framework.util.ui.SlickerMessageBar
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SlickerMessageBar extends com.fluxicon.slickerbox.components.GradientPanel
See Also:
  • Field Details

    • colorTop

      protected static Color colorTop
    • colorBottom

      protected static Color colorBottom
    • colorBorder

      protected static Color colorBorder
    • console

      protected SlickerConsole console
    • largeConsolePanel

      protected com.fluxicon.slickerbox.components.RoundedPanel largeConsolePanel
    • expandPanel

      protected JPanel expandPanel
    • expand

      protected ExpandButton expand
    • largeConsoleScrollPane

      protected JScrollPane largeConsoleScrollPane
    • filterPanel

      protected JPanel filterPanel
  • Constructor Details

    • SlickerMessageBar

      public SlickerMessageBar()
      Parameters:
      colorTop -
      colorBottom -
  • Method Details

    • toggleExpanded

      public void toggleExpanded()
    • receiveMessage

      public void receiveMessage(String text, Logger.MessageLevel type)
    • toggleDimension

      protected void toggleDimension()
    • paintComponent

      protected void paintComponent(Graphics g)
      Overrides:
      paintComponent in class com.fluxicon.slickerbox.components.GradientPanel
    • isShowMessages

      public boolean isShowMessages()
      Returns:
      the showMessages
    • setShowMessages

      public void setShowMessages(boolean showMessages)
      Parameters:
      showMessages - the showMessages to set
    • isShowWarnings

      public boolean isShowWarnings()
      Returns:
      the showWarnings
    • setShowWarnings

      public void setShowWarnings(boolean showWarnings)
      Parameters:
      showWarnings - the showWarnings to set
    • isShowErrors

      public boolean isShowErrors()
      Returns:
      the showErrors
    • setShowErrors

      public void setShowErrors(boolean showErrors)
      Parameters:
      showErrors - the showErrors to set
    • isShowDebug

      public boolean isShowDebug()
      Returns:
      the showDebug
    • setShowDebug

      public void setShowDebug(boolean showDebug)
      Parameters:
      showDebug - the showDebug to set
    • isShowTest

      public boolean isShowTest()
      Returns:
      the showTest
    • setShowTest

      public void setShowTest(boolean showTest)
      Parameters:
      showTest - the showTest to set