Uses of Interface
model.aggregations.IAggregate
| Package | Description |
|---|---|
| controller | |
| model.aggregations | |
| view |
-
Uses of IAggregate in controller
Fields in controller with type parameters of type IAggregate Modifier and Type Field Description private java.util.ArrayList<IAggregate>Controller. aggregationModules -
Uses of IAggregate in model.aggregations
Classes in model.aggregations that implement IAggregate Modifier and Type Class Description classAGGREGATE_Ger_SatelliteAggregates all Satellites that have german channels implementsIAggregate.classAGGREGATE_Radio_ChannelsAggregates all Satellites with radio channels implementsIAggregate.classAGGREGATE_Satellite_Channels_HDAggregates all Satellites with HD channels implementsIAggregate.classAGGREGATE_Satellite_Eng_ChannelAggregates all Satellites with english channels implementsIAggregate.classAGGREGATE_Satellite_Ger_ChannelAggregates all Satellites with german channels implementsIAggregate.classAGGREGATE_Satellite_Transponder_Count_ChannelsAggregates all Satellites with their respective count of radio and TV channels implementsIAggregate. -
Uses of IAggregate in view
Fields in view with type parameters of type IAggregate Modifier and Type Field Description private javax.swing.JComboBox<IAggregate>GUI. comboBoxAggregationMethods in view that return IAggregate Modifier and Type Method Description IAggregateGUI. getSelectedAggregation()Getter for selected Aggregation modules.Method parameters in view with type arguments of type IAggregate Modifier and Type Method Description voidGUI. setModules(java.util.ArrayList<IAggregate> aggregationModules, java.util.ArrayList<IOutput> outputModules)Adds the possible aggregation and output options to their respective combo box.