Package ru.kai.assistantschedule.core.cache

Examples of ru.kai.assistantschedule.core.cache.ScheduleEntry


  }

  @Override
  public String getColumnText(Object element, int columnIndex) {
    // Выводим данные в колонках
    ScheduleEntry classRow = (ScheduleEntry) element;
   
    switch (columnIndex) {
      case 0:
        return classRow.groupName;
      case 1:
View Full Code Here

TOP

Related Classes of ru.kai.assistantschedule.core.cache.ScheduleEntry

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.