ti.chimera
Interface Plugin.ToolBarFactory

Enclosing interface:
Plugin

public static interface Plugin.ToolBarFactory

In order to create the ToolBarResource without creating the JToolBar itself, a ToolBarResource is created with a reference to a ToolBarFactory which is called on demand to create the tool-bar.


Method Summary
 javax.swing.JToolBar createToolBar()
           
 

Method Detail

createToolBar

public javax.swing.JToolBar createToolBar()