Uses of Interface
misc.IDescriptor
Package | Description |
---|---|
model.aggregations | |
view.output |
-
Uses of IDescriptor in model.aggregations
Subinterfaces of IDescriptor in model.aggregations Modifier and Type Interface Description interface
IAggregate
Interface for all aggregation modules inheritsIDescriptor
Classes in model.aggregations that implement IDescriptor 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 IDescriptor in view.output
Subinterfaces of IDescriptor in view.output Modifier and Type Interface Description interface
IOutput
Interface for all output modules inheritsIDescriptor
Classes in view.output that implement IDescriptor Modifier and Type Class Description class
JSONFileWriter
JSONFileWriter class implementsIOutput
.class
SimpleFileWriter
SimpleFileWriter class implementsIOutput
.class
TextBoxWriter
TextBoxWriter class inheritsJFrame
implementsIOutput
.