Examples of UndoableIntImpl


Examples of com.exigen.ie.constrainer.impl.UndoableIntImpl

   * @param name
   *            Symbolic name.
   * @return Added undoable integer.
   */
  public UndoableInt addUndoableInt(int value, String name) {
    return new UndoableIntImpl(this, value, name);
  }
View Full Code Here

Examples of com.exigen.ie.constrainer.impl.UndoableIntImpl

   * @param value
   *            Initial value.
   * @return Added undoable integer.
   */
  public UndoableInt addUndoableInt(int value) {
    return new UndoableIntImpl(this, value);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.