Class BasicAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String HIGH_LIGHTED_KEY  
      • Fields inherited from class javax.swing.AbstractAction

        changeSupport, enabled
      • Fields inherited from interface javax.swing.Action

        ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      void addActionListener​(java.awt.event.ActionListener al)  
      protected void fireActionEvent​(java.awt.event.ActionEvent ae)  
      boolean isHighlighted()  
      void removeActionListener​(java.awt.event.ActionListener al)  
      void setHighlighted​(boolean highlighted)  
      • Methods inherited from class javax.swing.AbstractAction

        addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
      • Methods inherited from interface javax.swing.Action

        accept
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicAction

        public BasicAction()
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
      • addActionListener

        public void addActionListener​(java.awt.event.ActionListener al)
      • removeActionListener

        public void removeActionListener​(java.awt.event.ActionListener al)
      • fireActionEvent

        protected void fireActionEvent​(java.awt.event.ActionEvent ae)
      • isHighlighted

        public boolean isHighlighted()
        Returns:
        Returns the highlighted.
      • setHighlighted

        public void setHighlighted​(boolean highlighted)
        Parameters:
        highlighted - The highlighted to set.