de.fh_mannheim.mm.dms.indexserver.gui.components
Interface DefaultListBox

All Known Implementing Classes:
CategoryListBox, FileListBox, StopwordListBox, UserListBox

public interface DefaultListBox

This is an interface for all listboxes in this package.

Version:
$Revision: 1.4 $
Author:
Jan Löffler, mail@jlsoft.de

Method Summary
 void clearList()
          Clear listbox.
 int getItemCount()
          Get number of items.
 void populate()
          Populating listbox.
 void updateList()
          Call this to update list.
 

Method Detail

clearList

public void clearList()
Clear listbox. Removes all items from listbox.


getItemCount

public int getItemCount()
Get number of items.

Returns:
number of item

populate

public void populate()
Populating listbox. Adds all items to the listbox.


updateList

public void updateList()
Call this to update list.