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 class
AGGREGATE_Ger_Satellite
Aggregates all Satellites that have german channels implementsIAggregate
.class
AGGREGATE_Radio_Channels
Aggregates all Satellites with radio channels implementsIAggregate
.class
AGGREGATE_Satellite_Channels_HD
Aggregates all Satellites with HD channels implementsIAggregate
.class
AGGREGATE_Satellite_Eng_Channel
Aggregates all Satellites with english channels implementsIAggregate
.class
AGGREGATE_Satellite_Ger_Channel
Aggregates all Satellites with german channels implementsIAggregate
.class
AGGREGATE_Satellite_Transponder_Count_Channels
Aggregates 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. comboBoxAggregation
Methods in view that return IAggregate Modifier and Type Method Description IAggregate
GUI. getSelectedAggregation()
Getter for selected Aggregation modules.Method parameters in view with type arguments of type IAggregate Modifier and Type Method Description void
GUI. setModules(java.util.ArrayList<IAggregate> aggregationModules, java.util.ArrayList<IOutput> outputModules)
Adds the possible aggregation and output options to their respective combo box.