Package org.scictrl.mp.orbitcorrect.mvc
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>
The Swing components.
- Author:
- igor@kriznar.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetComponent
(String name) Returns component which is stored in this class instance
-
Constructor Details
-
Components
protected Components()Constructor.
-
-
Method Details
-
getComponent
Returns component which is stored in this class instance- Parameters:
name
- property name that has getter that returns the component- Returns:
- component
-