Package net.sf.rej.gui.action

Examples of net.sf.rej.gui.action.ModifyFieldAction


    this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
  }

  public void modifyField(ConstantPool pool, Field field, String name,
      Descriptor desc, AccessFlags flags) {
    ModifyFieldAction mfa = new ModifyFieldAction(pool, field, name, desc,
        flags);
    SystemFacade.getInstance().performAction(mfa, this.openFile);
    this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
  }
View Full Code Here

TOP

Related Classes of net.sf.rej.gui.action.ModifyFieldAction

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.