Package fr.soleil.comete.bean.datarecorder.model.dialogmodels

Examples of fr.soleil.comete.bean.datarecorder.model.dialogmodels.FileNameDialogModel


        super(parent, "File name", modal);
    }

    @Override
    protected void initDialogModel() {
  dialogModel = new FileNameDialogModel();
  currentDialogModel = (FileNameDialogModel) dialogModel;
    }
View Full Code Here


        super(parent, "File name", modal);
    }

    @Override
    protected void initDialogModel() {
  dialogModel = new FileNameDialogModel();
  currentDialogModel = (FileNameDialogModel) dialogModel;
    }
View Full Code Here

TOP

Related Classes of fr.soleil.comete.bean.datarecorder.model.dialogmodels.FileNameDialogModel

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.