Package net.homeip.mleclerc.omnilinkbbclient.category

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


      public void fieldChanged(Field field, int context) {
        if (context == ChoiceField.CONTEXT_CHANGE_OPTION) {
          ChoiceField choiceField = (ChoiceField) field;
          int index = choiceField.getSelectedIndex();
          if (index >= 0) {
            Category category = (Category) choiceField.getChoice(index);
            displayCategory(category);
          }
        }
      }
    });
View Full Code Here

TOP

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

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.