Class ParserHelpDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ParserHelpDialog extends JDialog
See Also:
  • Field Details

    • introLabel

      protected JLabel[] introLabel
    • operatorLabel

      protected JLabel operatorLabel
    • functionLabel

      protected JLabel functionLabel
    • operatorTable

      protected JTable operatorTable
    • functionTable

      protected JTable functionTable
    • operatorScrollPane

      protected JScrollPane operatorScrollPane
    • functionScrollPane

      protected JScrollPane functionScrollPane
    • mainPanel

      protected JPanel mainPanel
    • expressionTitleFont

      protected static final Font expressionTitleFont
    • bestDim

      protected static final Dimension bestDim
  • Constructor Details

    • ParserHelpDialog

      public ParserHelpDialog(JDialog parent)
  • Method Details

    • initComponents

      protected void initComponents()
    • addComponents

      protected void addComponents()
    • initBounds

      protected void initBounds()
    • setVisible

      public void setVisible(boolean visible)
      Overrides:
      setVisible in class Dialog