Ignore:
Timestamp:
2003-07-16T15:56:23+12:00 (21 years ago)
Author:
jmt12
Message:

Major changes to CDM - MGPP extension.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/DOMProxyListModel.java

    r4932 r4967  
    165165    }
    166166
    167     public synchronized boolean contains(DOMProxyListEntry entry) {
     167    public synchronized boolean contains(Object entry) {
    168168    boolean found = false;
    169169    int size = getSize();
     
    232232    fireIntervalRemoved(this, index, index);
    233233    }
     234
     235    /** Changes the 'root' element that this list sources its information from.
     236     * @param  root the new root Element
     237     */
     238    public synchronized void setRoot(Element root) {
     239    this.children = null;
     240    this.root = root;
     241    }
    234242}
    235243
Note: See TracChangeset for help on using the changeset viewer.