.. java:import:: fr.inria.tapenade.representation Unit .. java:import:: javax.swing BorderFactory .. java:import:: javax.swing DefaultListModel .. java:import:: javax.swing JButton .. java:import:: javax.swing JList .. java:import:: javax.swing JPanel .. java:import:: javax.swing JScrollPane .. java:import:: java.awt Dimension .. java:import:: java.awt GridBagLayout .. java:import:: java.awt.event ActionEvent .. java:import:: java.awt.event ActionListener .. java:import:: java.util Enumeration VariablesPanel ============== .. java:package:: fr.inria.tapenade.gui :noindex: .. java:type:: final class VariablesPanel extends JPanel Tapenade graphical user interface. Fields ------ INPUT ^^^^^ .. java:field:: protected static final int INPUT :outertype: VariablesPanel OUTPUT ^^^^^^ .. java:field:: protected static final int OUTPUT :outertype: VariablesPanel Constructors ------------ VariablesPanel ^^^^^^^^^^^^^^ .. java:constructor:: protected VariablesPanel(int mode) :outertype: VariablesPanel Methods ------- getAddButton ^^^^^^^^^^^^ .. java:method:: protected JButton getAddButton() :outertype: VariablesPanel getRemoveButton ^^^^^^^^^^^^^^^ .. java:method:: protected JButton getRemoveButton() :outertype: VariablesPanel getScrollFiles ^^^^^^^^^^^^^^ .. java:method:: protected JScrollPane getScrollFiles() :outertype: VariablesPanel getVariablesList ^^^^^^^^^^^^^^^^ .. java:method:: protected JList getVariablesList() :outertype: VariablesPanel