Package com.exigen.ie.constrainer.impl

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


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

TOP

Related Classes of com.exigen.ie.constrainer.impl.UndoableIntImpl

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.