Package com.dmissoh.biologic.actions

Examples of com.dmissoh.biologic.actions.OpenSequenceEditorAction


    register(aboutAction);

    newWindowAction = ActionFactory.OPEN_NEW_WINDOW.create(window);
    register(newWindowAction);

    openSequenceViewAction = new OpenSequenceEditorAction(window,
        "New Sequence View");
    register(openSequenceViewAction);

    saveAsAction = new SaveAsAction("Save As...", window);
    register(saveAsAction);
View Full Code Here

TOP

Related Classes of com.dmissoh.biologic.actions.OpenSequenceEditorAction

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.