jACOB 2.7 API Documentation.

de.tif.jacob.core.definition
Interface IToolbarDefinition


public interface IToolbarDefinition

This interface represents the definition of a toolbar.


Method Summary
 java.lang.String getName()
          Returns the name of this toolbar.
 java.util.List getToolbarButtons()
          Returns the definitions of all toolbar buttons contained within this toolbar.
 

Method Detail

getName

java.lang.String getName()
Returns the name of this toolbar.

Returns:
the toolbar name.

getToolbarButtons

java.util.List getToolbarButtons()
Returns the definitions of all toolbar buttons contained within this toolbar.

Returns:
List of IToolbarButtonDefinition

jACOB 2.7 API Documentation.