Uses of Interface
view.output.IOutput
Package | Description |
---|---|
controller | |
view | |
view.output |
-
Uses of IOutput in controller
Fields in controller with type parameters of type IOutput Modifier and Type Field Description private java.util.ArrayList<IOutput>
Controller. outputModules
-
Uses of IOutput in view
Fields in view with type parameters of type IOutput Modifier and Type Field Description private javax.swing.JComboBox<IOutput>
GUI. comboBoxOutput
Methods in view that return IOutput Modifier and Type Method Description IOutput
GUI. getSelectedOutput()
Getter for selected Output modules. -
Uses of IOutput in view.output
Classes in view.output that implement IOutput Modifier and Type Class Description class
JSONFileWriter
JSONFileWriter class implementsIOutput
.class
SimpleFileWriter
SimpleFileWriter class implementsIOutput
.class
TextBoxWriter
TextBoxWriter class inheritsJFrame
implementsIOutput
.