Package org.analyse.merise.gui.list

Examples of org.analyse.merise.gui.list.MeriseListModel


        super(Main.analyseFrame, Utilities.getLangueMessage (Constantes.MESSAGE_ENTITE), true);
        this.data = dictionnaireTable;

        initAction();

        listGauche = new MeriseListModel();        
        listDroite = new MeriseListModel();

        //Bug #347422
        listGauche.clear() ;       
        listDroite.clear() ;
      
View Full Code Here

TOP

Related Classes of org.analyse.merise.gui.list.MeriseListModel

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.