Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,328

    Re: SpinnerListModel setList(List list)

    The function setList is not defined for the interface SpinnerModel - the code abstracts the SpinnerListModel to SpinnerModel, eg:


    SpinnerModel hoursModel = new SpinnerListModel();

    Define it...
  2. Replies
    4
    Views
    2,328

    Re: SpinnerListModel setList(List list)

    Vector implements List, so there shouldn't be a need to perform the class cast, and a setList method that accepts a List should work for a Vector. Can you provide a short compilable example the...
Results 1 to 2 of 2