Class BaseActionPanel

    • Constructor Detail

      • BaseActionPanel

        public BaseActionPanel()
    • Method Detail

      • fireActionEvent

        protected void fireActionEvent()
        Notifies all listeners that have registered interest for notification on this event type.
        See Also:
        EventListenerList
      • addActionListener

        public void addActionListener​(ActionListener l)
        Adds an ActionListener.

        The ActionListener will receive an ActionEvent when a selection has been made. If the combo box is editable, then an ActionEvent will be fired when editing has stopped.

        Parameters:
        l - the ActionListener that is to be notified
      • removeActionListener

        public void removeActionListener​(ActionListener l)
        Removes an ActionListener.
        Parameters:
        l - the ActionListener to remove