Class MultiInputDialogConsole

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.vividsolutions.jump.workbench.ui.MultiInputDialogConsole
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MultiInputDialogConsole extends JPanel
Console panel for the MultiInputDialog. This console is used to flash warning messages to the user in a MultiInputDialog. For example, it can be used when the user pressed the OK button to explain why input values are inconsistant.
See Also:
  • Constructor Details

    • MultiInputDialogConsole

      public MultiInputDialogConsole()
  • Method Details

    • getMessage

      public String getMessage()
      Returns:
      the message displayed by this console.
    • addMessage

      public void addMessage(String message)
      Parameters:
      message - the message to add to the console.
    • setMessage

      public void setMessage(String message)
      Parameters:
      message - the message to set in this console.
    • setFlashColor

      public void setFlashColor(Color flashColor)
      Parameters:
      flashColor - the color of the flashed message.
    • flashMessage

      public void flashMessage(String message)
      Flash a message in the console.