Class ParserOptionDialog

All Implemented Interfaces:
ActionListener, KeyListener, MouseListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener, RootPaneContainer, WindowConstants

public class ParserOptionDialog extends JLDataViewOption
See Also:
  • Field Details

    • isValidated

      protected boolean isValidated
    • cancelButton

      protected JButton cancelButton
    • dataView

      protected JLDataView dataView
    • expressionField

      protected JTextField expressionField
    • expressionLabel

      protected JLabel expressionLabel
    • dvNameField

      protected JTextField dvNameField
    • dvNameLabel

      protected JLabel dvNameLabel
    • axisBox

      protected JComboBox axisBox
    • axisLabel

      protected JLabel axisLabel
    • selectedAxis

      protected int selectedAxis
    • generateButton

      protected JButton generateButton
    • helpButton

      protected JButton helpButton
    • variablePanel

      protected fr.esrf.tangoatk.widget.util.chart.math.VariablePanel variablePanel
    • variableScrollPane

      protected JScrollPane variableScrollPane
  • Constructor Details

  • Method Details

    • initComponents

      protected void initComponents()
    • addWindowListener

      protected void addWindowListener()
    • setTitle

      protected void setTitle()
    • mouseClicked

      public void mouseClicked(MouseEvent e)
      Specified by:
      mouseClicked in interface MouseListener
      Overrides:
      mouseClicked in class JLDataViewOption
    • isX

      public boolean isX()
    • getVariables

      public String[] getVariables()
    • dispose

      public void dispose()
      Overrides:
      dispose in class Window