Class LayoutEditorPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public final class LayoutEditorPane extends JPanel
An editor Pane that allows a user to Edit a Pattern Layout and preview the output it would generate with an example LoggingEvent
Author:
Paul Smith <psmith@apache.org>
See Also:
  • Constructor Details

    • LayoutEditorPane

      public LayoutEditorPane()
  • Method Details

    • setConversionPattern

      public void setConversionPattern(String pattern)
    • getConversionPattern

      public String getConversionPattern()
    • addOkActionListener

      public void addOkActionListener(ActionListener l)
    • addCancelActionListener

      public void addCancelActionListener(ActionListener l)
    • main

      public static void main(String[] args)