palmed.ui
Interface IToolbar

All Known Implementing Classes:
Toolbar

public interface IToolbar

This interface defines a toolbar.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Method Summary
 void add(ICommand command, java.lang.String image)
          Add a button to the toolbar.
 

Method Detail

add

void add(ICommand command,
         java.lang.String image)
Add a button to the toolbar.

Parameters:
command - the command to send to the command listener
image - the button image


Copyright © 2004-2006 PalmEd. All Rights Reserved.