Class ApplicationView.Components

java.lang.Object
org.scictrl.mp.orbitcorrect.mvc.ApplicationView.Components
Enclosing class:
ApplicationView<C extends ApplicationController<?,?>,AC extends ApplicationView<?,?,?>.Actions,CO extends ApplicationView<?,?,?>.Components>

public abstract class ApplicationView.Components extends Object
The Swing components.
Author:
igor@kriznar.com
  • Constructor Details

    • Components

      protected Components()
      Constructor.
  • Method Details

    • getComponent

      public JComponent getComponent(String name)
      Returns component which is stored in this class instance
      Parameters:
      name - property name that has getter that returns the component
      Returns:
      component