Package org.objectstyle.wolips.eomodeler.actions

Examples of org.objectstyle.wolips.eomodeler.actions.CutAction


  private PasteAction _pasteAction;

  private DeleteAction _deleteAction;

  public EOModelClipboardHandler() {
    _cutAction = new CutAction();
    _copyAction = new CopyAction();
    _pasteAction = new PasteAction();
    _deleteAction = new DeleteAction();
  }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.eomodeler.actions.CutAction

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.