Package org.jitterbit.ui.input.undo

Examples of org.jitterbit.ui.input.undo.ComboUndoableEdit


     *            the object that was selected by the edit
     * @return an <tt>UndoableEdit</tt> instance that will be sent to any registered
     *         <tt>UndoableEditListener</tt>s, or <code>null</code> if the change is not undoable
     */
    protected UndoableEdit createUndoableEdit(Object previousSelection, Object newSelection) {
        return new ComboUndoableEdit(this, previousSelection, newSelection);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.ui.input.undo.ComboUndoableEdit

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.