Package gri.tasks.gui.util

Examples of gri.tasks.gui.util.BasicTaskGrouper


  // ------------------------------------------------- Constructors

  public GroupedTaskWidget() {
    super();

    taskGrouper = new BasicTaskGrouper();
    super.lstValues.setCellRenderer(new CustomListCellRenderer());
  }
View Full Code Here


  public IconSelectPanel(TaskIconManager iconManager) {
    super(null);

    this.iconManager = iconManager;
    this.taskGrouper = new BasicTaskGrouper();

    init();
  }
View Full Code Here

TOP

Related Classes of gri.tasks.gui.util.BasicTaskGrouper

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.