jrworkspace by
jTEM

de.jtem.jrworkspace.plugin.flavor
Interface ToolBarFlavor

All Known Implementing Classes:
ToolBarAggregator

public interface ToolBarFlavor

A flavor that is interpreted as a tool-bar by the Controller

Author:
Stefan Sechelmann

Method Summary
 Class<? extends PerspectiveFlavor> getPerspective()
          Returns the Perspective flavor which is associated with this tool bar
 Component getToolBarComponent()
          Returns a tool-bar component usually this is a JToolBar
 double getToolBarPriority()
          The tool-bar priority.
 

Method Detail

getPerspective

Class<? extends PerspectiveFlavor> getPerspective()
Returns the Perspective flavor which is associated with this tool bar

Returns:
the perspective

getToolBarComponent

Component getToolBarComponent()
Returns a tool-bar component usually this is a JToolBar

Returns:

getToolBarPriority

double getToolBarPriority()
The tool-bar priority. If there are more that one tool-bar installed the tool-bar get sorted according to this priority. If JToolBars are used the user can change the

Returns:

jrworkspace by
jTEM

jTEM