Changeset 12072


Ignore:
Timestamp:
2006-07-07T11:27:44+12:00 (18 years ago)
Author:
kjdon
Message:

all these managers now implement modeChanged()

Location:
trunk/gli/src/org/greenstone/gatherer/cdm
Files:
3 edited

Legend:

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

    r11905 r12072  
    160160    }
    161161
     162    /** Called when the detail mode has changed which in turn may cause several design elements to be available/hidden
     163     * @param mode the new mode as an int
     164     */
     165    public void modeChanged(int mode) {
     166
     167    }
     168
     169
     170
    162171    /** Determine if the Phind classifier has been assigned.
    163172     * @return true if it has, false otherwise
  • trunk/gli/src/org/greenstone/gatherer/cdm/SuperCollectionManager.java

    r11038 r12072  
    103103    }
    104104    return result;
     105    }
     106    /** Called when the detail mode has changed which in turn may cause several design elements to be available/hidden
     107     * @param mode the new mode as an int
     108     */
     109    public void modeChanged(int mode) {
     110
    105111    }
    106112
  • trunk/gli/src/org/greenstone/gatherer/cdm/TranslationView.java

    r11038 r12072  
    7070    }
    7171    return controls;
     72    }
     73
     74    /** Called when the detail mode has changed which in turn may cause several design elements to be available/hidden
     75     * @param mode the new mode as an int
     76     */
     77    public void modeChanged(int mode) {
     78
    7279    }
    7380
Note: See TracChangeset for help on using the changeset viewer.