Module org.autogui

Class GuiSwingLogManager.GuiSwingLogWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Enclosing class:
GuiSwingLogManager

public static class GuiSwingLogManager.GuiSwingLogWindow extends JFrame
a window for displaying log-list
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • initList

      protected void initList(JPanel pane)
      Parameters:
      pane - the content pane of the window
      Since:
      1.1
    • initStatusBar

      protected void initStatusBar()
      initializing the status bar
      Since:
      1.1
    • getManager

      public GuiSwingLogManager getManager()
      Returns:
      the log-manager
      Since:
      1.1
    • dispose

      public void dispose()
      Overrides:
      dispose in class Window
    • getList

      public GuiSwingLogList getList()
    • getStatusBar

      public GuiSwingLogStatusBar getStatusBar()
    • getToolbar

      public JToolBar getToolbar()
    • getPaneWithStatusBar

      public JPanel getPaneWithStatusBar(JComponent centerPane)