Class JFrameView

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class JFrameView extends JFrame
View in the MVC pattern, defines all the components and process actions sent by the model.
Main groups of components:
- at the top: textfield inputs,
- at the center: tree on the left, table on the right,
- at the bottom: information labels.
See Also:
  • Constructor Details

    • JFrameView

      public JFrameView()
  • Method Details

    • resetInterface

      public void resetInterface()
    • getConsoles

      public final Map<UUID,AbstractShell> getConsoles()
      Get list of terminal by unique identifier.
      Returns:
      Map of key/value UUID => Terminal
    • getSubscriber

      public SubscriberInteraction getSubscriber()
    • getSplitHorizontalTopBottom

      public SplitHorizontalTopBottom getSplitHorizontalTopBottom()