Class AbstractActionLeaf

    • Constructor Detail

    • Method Detail

      • actionPerformed

        public abstract void actionPerformed​(java.awt.event.ActionEvent arg0)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
      • getIcon

        public javax.swing.Icon getIcon()
        Specified by:
        getIcon in interface ActionLeaf
      • setIcon

        public void setIcon​(javax.swing.Icon icon)
        Specified by:
        setIcon in interface ActionLeaf
      • addPropertyChangeListener

        public void addPropertyChangeListener​(java.beans.PropertyChangeListener listener)
        Specified by:
        addPropertyChangeListener in interface javax.swing.Action
      • getValue

        public java.lang.Object getValue​(java.lang.String key)
        Specified by:
        getValue in interface javax.swing.Action
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface javax.swing.Action
      • putValue

        public void putValue​(java.lang.String key,
                             java.lang.Object value)
        Specified by:
        putValue in interface javax.swing.Action
      • removePropertyChangeListener

        public void removePropertyChangeListener​(java.beans.PropertyChangeListener listener)
        Specified by:
        removePropertyChangeListener in interface javax.swing.Action
      • setEnabled

        public void setEnabled​(boolean enabled)
        Specified by:
        setEnabled in interface javax.swing.Action