Package edu.isi.karma.rep

Examples of edu.isi.karma.rep.StringCellValue


 
  EditCellCommand(String id, String worksheetId, String nodeIdArg,
      String newValueArg, String selectionId) {
    super(id, worksheetId, selectionId);
    this.nodeIdArg = nodeIdArg;
    this.newValueArg = new StringCellValue(newValueArg);
  }
View Full Code Here

TOP

Related Classes of edu.isi.karma.rep.StringCellValue

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.