Package visualisation

Klasse ParameterArea

Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible
Bekannte direkte Unterklassen:
OurMethodButtons, OurParameterArea

public abstract class ParameterArea extends JPanel
This class provides the basic parameter input area for an algorithm visualization. Add the components and corresponding methods you need and use them in your algorithm.
Siehe auch:
  • Felddetails

    • scrollPane

      protected JScrollPane scrollPane
      The parameter area's scroll pane.
  • Konstruktordetails

    • ParameterArea

      public ParameterArea()
      Standard constructor. Creates an empty parameter area with scroll pane.
  • Methodendetails

    • getScrollPane

      public JScrollPane getScrollPane()
      Returns the parameter area's scroll pane.
      Gibt zurück:
      the parameter area's scroll pane