Class AbstractLayoutTool.AbstractZOrderAction

    • Field Summary

      • 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 
      Modifier Constructor Description
      protected AbstractZOrderAction​(java.lang.String resourceBase, javax.swing.Icon icon)  
    • Constructor Detail

      • AbstractZOrderAction

        protected AbstractZOrderAction​(java.lang.String resourceBase,
                                       javax.swing.Icon icon)
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent ae)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
      • evaluateEnabled

        public boolean evaluateEnabled​(DesignableDelegate delegate,
                                       java.util.List<javax.swing.JComponent> selected)