|
Class Summary |
| AStreamTextArea |
A text area that has a PrintStream to append content to the text area. |
| InputTextField |
Text field that can be used to give input for the processors Input. |
| MDButton |
An extension of JButton that contains some default behavior that not each client should have to implement. |
| MDCheckBox |
An extension of JCheckBox that contains some default behavior that not each client should have to implement. |
| MDLabel |
An extension of JLabel that contains some default behavior that not each client should have to implement. |
| MDMenu |
An extension of JMenu that contains some default behavior that not each client should have to implement. |
| MDMenuItem |
An extension of JMenuItem that contains some default behavior that not each client should have to implement. |
| MDPanel |
An extension of JPanel that contains some default behavior that not each client should have to implement. |
| MDRadioButton |
An extension of JRadioButton that contains some default behavior that not each client should have to
implement. |
| MDScrollPane |
An extension of JScrollPane that contains some default behavior that not each client should have to
implement. |
| MDSplitPane |
An extension of JSplitPane that contains some default behavior that not each client should have to implement. |
| MDTabbedPane |
An extension of JTabbedPane that contains some default behavior that not each
client should have to implement. |
| MDTextArea |
An extension of JTextArea that contains some default behavior that not each client should have to implement. |
| MDTextField |
An extension of JTextField that contains some default behavior that not each client should have to implement. |
| MDTextPane |
An extension of JTextPane that contains some default behavior that not each client should have to implement. |
| NumberLabel |
This label is a special label to visualise numerical values. |
| OutputTextArea |
Text area that can be used to view the output of the Output. |
| PrinterTextArea |
Text area that can be used to view the output of the Printer. |
| SizedFrame |
A frame that has a predefined size. |