source: trunk/gli/src/org/greenstone/gatherer/util/MutableComboBoxEntry.java@ 4364

Last change on this file since 4364 was 4364, checked in by mdewsnip, 21 years ago

Fixed tabbing.

  • Property svn:keywords set to Author Date Id Revision
File size: 119 bytes
Line 
1package org.greenstone.gatherer.util;
2
3public interface MutableComboBoxEntry {
4 public void setText(String text);
5}
Note: See TracBrowser for help on using the repository browser.