dsto.dfc.swt.commands
Interface CommandToolbarItemProvider

All Known Implementing Classes:
CommandToolbarButtonProvider, CommandToolbarCheckboxProvider

public interface CommandToolbarItemProvider

Interface for providers of toolbar command representations (eg buttons, checkboxes, etc). The constructor of the provider creates toolbar items for a single command on a toolbar.

Version:
$Revision$
Author:
mpp

Method Summary
 void dispose()
          Dispose all items created on the toolbar.
 int getItemCount()
          The number of items the provider creates on the toolbar.
 

Method Detail

getItemCount

int getItemCount()
The number of items the provider creates on the toolbar.


dispose

void dispose()
Dispose all items created on the toolbar.



Copyright © 2008 Commonwealth of Australia