Class Log4JTreePane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class Log4JTreePane extends JmriPanel
Show the current Log4J Logger tree.
Since:
2.9.4
See Also:
  • Constructor Details

  • Method Details

    • getTitle

      public String getTitle()
      Provide a recommended title for an enclosing frame.
      Overrides:
      getTitle in class JmriPanel
      Returns:
      the title; a null value will be treated as "" by the enclosing frame
    • initComponents

      public void initComponents()
      2nd stage of initialization, invoked after the constructor is complete. Sets up the entire dialog box
      Overrides:
      initComponents in class JmriPanel
    • initContext

      public void initContext(Object context)
      3rd stage of initialization, invoked after Swing components exist.
      Overrides:
      initContext in class JmriPanel
      Parameters:
      context - the context that this panel may be initialized with