Changeset 555 in tmcsimulator for trunk/src/tmcsim/client/cadclientgui/data


Ignore:
Timestamp:
01/15/2020 01:01:32 PM (6 years ago)
Author:
jdalbey
Message:

Declaration and use of CardfileData? removed from CADClientGUI to fix #229. Add a length() function to CardfileList?.java.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/cadclientgui/data/CardfileList.java

    r3 r555  
    112112        return returnList; 
    113113    } 
     114    /** 
     115     * Used for debugging. 
     116     * @return the number of items in the list 
     117     */ 
     118    public int length() 
     119    { 
     120       return list.size(); 
     121    } 
    114122} 
Note: See TracChangeset for help on using the changeset viewer.