Package com.santiagolizardo.beobachter.gui.actions

Examples of com.santiagolizardo.beobachter.gui.actions.ClearSelectedBufferAction


        actionFactory.getSelectAllAction());

    JMenuItem findMenuItem = new JMenuItem(new FindAction(mainWindow));
    JMenuItem findNextMenuItem = new JMenuItem(new FindNextAction(mainWindow));
   
    JMenuItem clearSelectedBufferMenuItem = new JMenuItem(new ClearSelectedBufferAction(mainWindow));
    JMenuItem clearAllBuffersMenuItem = new JMenuItem(new ClearAllBuffersAction(mainWindow));

    add(copyMenuItem);
    addSeparator();
    add(selectAllMenuItem);
View Full Code Here

TOP

Related Classes of com.santiagolizardo.beobachter.gui.actions.ClearSelectedBufferAction

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.