jACOB 2.7 API Documentation.

de.tif.jacob.core.definition
Interface IToolbarButtonDefinition


public interface IToolbarButtonDefinition

This interface represents the definition of a toolbar button.


Method Summary
 ActionType getActionType()
          Returns the type of the underlying action to be performed when this toolbar button is pressed.
 java.lang.String getLabel()
          Returns the label of this toolbar button.
 java.lang.String getName()
          Returns the name of this toolbar button.
 boolean isVisible()
          Returns whether the toolbar button should be visible by default.
 

Method Detail

getName

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

Returns:
the toolbar button name.

getLabel

java.lang.String getLabel()
Returns the label of this toolbar button.

Returns:
the toolbar button label.

getActionType

ActionType getActionType()
Returns the type of the underlying action to be performed when this toolbar button is pressed.

Note that this method is currently for internal use only!

Returns:
the action type

isVisible

boolean isVisible()
Returns whether the toolbar button should be visible by default.

Returns:
true if the toolbar button should by visible by default, otherwise false.

jACOB 2.7 API Documentation.