Uses of Class
org.unitConverter.converterGUI.UnitConverterGUI.View
-
Packages that use UnitConverterGUI.View Package Description org.unitConverter.converterGUI The GUI interface of the Unit Converter. -
-
Uses of UnitConverterGUI.View in org.unitConverter.converterGUI
Fields in org.unitConverter.converterGUI declared as UnitConverterGUI.View Modifier and Type Field Description private UnitConverterGUI.View
UnitConverterGUI.Presenter. view
The presenter's associated view.Constructors in org.unitConverter.converterGUI with parameters of type UnitConverterGUI.View Constructor Description Presenter(UnitConverterGUI.View view)
Creates the presenter.
-