Interface MainFrameWindowController

All Known Implementing Classes:
MainFrame

public interface MainFrameWindowController
Window-level actions implemented by the main frame.
  • Method Details

    • createPinnedStylesPanel

      default JPanel createPinnedStylesPanel()
      Creates a pinned styles panel.
      Returns:
      the created pinned styles panel
    • createSelectionPathLabel

      default JLabel createSelectionPathLabel()
      Creates a selection path label.
      Returns:
      the created selection path label
    • createStatusLabel

      default JLabel createStatusLabel()
      Creates a status label.
      Returns:
      the created status label
    • createStatusPanel

      default JPanel createStatusPanel()
      Creates a status panel.
      Returns:
      the created status panel