Package net.homeip.mleclerc.omnilinkbbclient.category

Examples of net.homeip.mleclerc.omnilinkbbclient.category.InformationCategory


    screen.addCategory(new ThermostatCategory(thermostatModel));
    screen.addCategory(new MessageCategory(messageModel, infoModel));
    screen.addCategory(new ButtonCategory(buttonModel));
    screen.addCategory(new UnitCategory(unitModel));
    screen.addCategory(new ZoneCategory(zoneModel));
    screen.addCategory(new InformationCategory(infoModel, systemModel));       
    pushScreen(screen);
   
    enterEventDispatcher();
  }
View Full Code Here

TOP

Related Classes of net.homeip.mleclerc.omnilinkbbclient.category.InformationCategory

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.