public TimelineToolBar( Session doc )
{
super( SwingConstants.HORIZONTAL );
final Preferences prefs = AbstractApplication.getApplication().getUserPrefs();
final CatchAction actionCatch;
final EditModeAction actionEditMode;
final AbstractButton button;
final BlendingAction actionBlending;
ToolAction toolAction;
JToggleButton toggle;
ButtonGroup bg;
Enumeration en;
actionCatch = new CatchAction( prefs ); // .node( PrefsUtil.NODE_SHARED ));
toggle = actionCatch.getButton();
// root.menuFactory.addGlobalKeyCommand( new DoClickAction( toggle, KeyStroke.getKeyStroke( KeyEvent.VK_V, 0 )));
GUIUtil.createKeyAction( toggle, KeyStroke.getKeyStroke( KeyEvent.VK_V, 0 ));
// HelpGlassPane.setHelp( toggle, "ToolCatch" );
addToggleButton( toggle, 2 );
addSeparator();