Package de.ailis.xadrian.actions

Examples of de.ailis.xadrian.actions.ChangePricesAction


        popupMenu.add(new SelectAllAction(this));
        popupMenu.addSeparator();
        popupMenu.add(new AddFactoryAction(this));
        popupMenu.add(new ChangeSectorAction(this.complex, this, "complex"));
        popupMenu.add(new ChangeSunsAction(this));
        popupMenu.add(new ChangePricesAction(this));
        popupMenu.add(new JCheckBoxMenuItem(new ToggleBaseComplexAction(this)));
        SwingUtils.setPopupMenu(this.textPane, popupMenu);

        final HTMLDocument document =
            (HTMLDocument) this.textPane.getDocument();
View Full Code Here

TOP

Related Classes of de.ailis.xadrian.actions.ChangePricesAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.