.. java:import:: javax.swing BorderFactory .. java:import:: javax.swing JButton .. java:import:: javax.swing JCheckBox .. java:import:: javax.swing JFileChooser .. java:import:: javax.swing JPanel .. java:import:: javax.swing JTextField .. java:import:: java.awt GridBagLayout .. java:import:: java.awt.event ActionEvent .. java:import:: java.awt.event ActionListener .. java:import:: java.io File OutputPanel =========== .. java:package:: fr.inria.tapenade.gui :noindex: .. java:type:: class OutputPanel extends JPanel Tapenade graphical user interface. Constructors ------------ OutputPanel ^^^^^^^^^^^ .. java:constructor:: protected OutputPanel() :outertype: OutputPanel Methods ------- getDiffFuncNameCheckBox ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: protected JCheckBox getDiffFuncNameCheckBox() :outertype: OutputPanel getDiffFuncNameTextField ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: protected JTextField getDiffFuncNameTextField() :outertype: OutputPanel getDiffVarNameCheckBox ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: protected JCheckBox getDiffVarNameCheckBox() :outertype: OutputPanel getOutputDirectoryTextField ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: protected JTextField getOutputDirectoryTextField() :outertype: OutputPanel getOutputFileNameCheckBox ^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: protected JCheckBox getOutputFileNameCheckBox() :outertype: OutputPanel getOutputFileNameTextField ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: protected JTextField getOutputFileNameTextField() :outertype: OutputPanel getdiffVarNameTextField ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: protected JTextField getdiffVarNameTextField() :outertype: OutputPanel