dsto.dfc.swt.commands
Interface CommandMenuItemProvider

All Known Implementing Classes:
CommandMenuButtonProvider, CommandMenuCheckboxProvider

public interface CommandMenuItemProvider

Interface for providers of menu command representations (eg menu button, checkboxes, etc). The constructor of instances of this interface create and manage the UI for a single command in a menu.

Version:
$Revision$
Author:
mpp

Method Summary
 void dispose()
          Dispose the provider and all items created.
 int getItemCount()
          The number of items the provider created.
 int getItemStart()
          The index of the first item the provider created.
 

Method Detail

getItemCount

int getItemCount()
The number of items the provider created.


getItemStart

int getItemStart()
The index of the first item the provider created.


dispose

void dispose()
Dispose the provider and all items created.



Copyright © 2008 Commonwealth of Australia