MOMRecentSearchGroup.java
上传用户:luxiaowei
上传日期:2022-06-06
资源大小:58k
文件大小:1k
源码类别:

J2ME

开发平台:

Java

  1. /*
  2.  * To change this template, choose Tools | Templates
  3.  * and open the template in the editor.
  4.  */
  5. package com.MOM.ui.control;
  6. /**
  7.  *
  8.  * @author Swaroop Kumar
  9.  */
  10. public class MOMRecentSearchGroup extends MOMInfoGroup{
  11.     public MOMRecentSearchGroup(String title) {
  12.         super(title);
  13.     }
  14.     public void addInformation(String name,String reading,String change)
  15.     {
  16.         
  17. //        control.setSelectionFont(Resources.getInstance().getFontWhiteSmallPalin());
  18. //        control.setLeftArrowColor(0x999999);
  19. //        control.setSelectionBgColor(0x558ED5);
  20. //        control.setSelectionBorderColor(0x558ED5);
  21. //        if(!extraInformationAdded)
  22. //        {
  23. //            addChildren(control);
  24. //        }else{
  25. //            addChildrenAt(control, getSize() - 1);
  26. //        }
  27. //        changeSize();
  28.     }
  29. }