Class ExpressionWatchPanel.ExpressionDialog

    • Field Detail

      • m_TextExpression

        protected BaseTextField m_TextExpression
        the text field for the expression.
      • m_ComboBoxType

        protected BaseComboBox m_ComboBoxType
        the combobox with the expression types.
    • Constructor Detail

      • ExpressionDialog

        public ExpressionDialog​(Dialog owner)
        Creates a modal dialog.
        Parameters:
        owner - the owning dialog
      • ExpressionDialog

        public ExpressionDialog​(Frame owner)
        Creates a modal dialog.
        Parameters:
        owner - the owning frame
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the members.
        Overrides:
        initGUI in class ApprovalDialog
      • setExpression

        public void setExpression​(String value)
        Sets the expression to use.
        Parameters:
        value - the expression
      • getExpression

        public String getExpression()
        Returns the expression.
        Returns:
        the expression
      • reset

        public void reset()
        Sets the default expression/type.
      • updateButtons

        public void updateButtons()
        Updates the status of the buttons.