Package mars.venus

Class MainPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class MainPane extends JTabbedPane
Creates the tabbed areas in the UI and also created the internal windows that exist in them.
Author:
Sanderson and Bumgarner
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getEditPane

      public EditPane getEditPane()
      Returns current edit pane. Implementation changed for MARS 4.0 support for multiple panes, but specification is same.
      Returns:
      the editor pane
    • getEditTabbedPane

      public JComponent getEditTabbedPane()
      Returns component containing editor display
      Returns:
      the editor tabbed pane
    • getExecutePane

      public ExecutePane getExecutePane()
      Returns component containing execution-time display
      Returns:
      the execute pane
    • getExecuteTab

      public ExecutePane getExecuteTab()
      Returns component containing execution-time display. Same as getExecutePane().
      Returns:
      the execute pane