Package gederedem.data

Examples of gederedem.data.DataSet


    * @param name
    */
   private void loadProfile(final String name) {
    log.entering(this.getClass().getName(), "loadProfile(" + name + ")");
    // Create
     profile = new DataSet(name, log);
     // Update
     profile.load();
     // Display
     ihm.loadTable(profile);
     log.exiting(this.getClass().getName(), "loadProfile()");
View Full Code Here


          // Exit(-1);
       } else {
        msg = MessageFormat.format(labels.getString("logs.gui.profileDialog.gotAProfile"),
            choosenProfile);
        log.bigDebug(msg);
          profile = new DataSet(choosenProfile, log);
           profile.CreateProfile();
         }
     } else {
      msg = MessageFormat.format(labels.getString("logs.gui.profileDialog.gotAProfile"),
          choosenProfile);
View Full Code Here

TOP

Related Classes of gederedem.data.DataSet

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.