1 44 45 package org.jfree.ui.action; 46 47 import javax.swing.AbstractAction ; 48 49 55 public abstract class AbstractActionDowngrade extends AbstractAction implements ActionDowngrade { 56 62 public static final String ACCELERATOR_KEY = ActionDowngrade.ACCELERATOR_KEY; 63 64 68 public static final String MNEMONIC_KEY = ActionDowngrade.MNEMONIC_KEY; 69 70 73 protected AbstractActionDowngrade() { 74 } 76 77 } 78 | Popular Tags |