Class OperationDialog

    • Method Detail

      • setVisible

        public void setVisible​(boolean isVisible)
        Overrides:
        setVisible in class Dialog
      • setValue

        public void setValue​(String propName,
                             Object value)
        Set the value of the underlying component. Note that this will not work for ListEditor components. Also, note that for a JComboBox, The value object must have the same identity as an object in the drop-down.
        Parameters:
        propName - The DMR property name to set.
        value - The value.