====== Action Bar Plugin ====== **Action Bar** ===== Authors ===== Jerome Mutterer ([[mailto:mutterer@ibmp.fr|email]]) , Johannes Schindelin , Stephan Saalfeld , Michael Schmid , Serge Mazères , Olivier Burri , Simon Roussel , Gabriel Landini ===== Citing ===== Please cite ActionBar like this: Mutterer, Jerome (2017): Custom toolbars and mini applications with Action Bar. figshare. https://dx.doi.org/10.6084/m9.figshare.3397603 Retrieved: 14 17, Jan 09, 2017 (GMT) ===== Description ===== This plugin extends ImageJ's graphical user interface. It's purpose is to provide one or many easy to use button bar(s). This type of bars is called 'ActionBar'. It will be a good place to install frequently used items like macros, built-in commands, or user plugins. It can turn a series of plugins into a good looking user interface (see examples). {{ :plugin:utilities:action_bar:actionbar.jpeg |ABDemo}} Each button can have a name, an icon, and can do **one of three actions type**: * //run a macro string// * //hide or show the ImageJ window// * //close the current bar// Of course with the macro language you can run other macros, user or builtin plugins, javascripts, etc. ==== How to add a line of buttons ==== Each line of buttons should be included between line tags like this: // add buttons here ==== How to add buttons ==== All buttons are simply described in a basic configuration file. You can edit this file manually with ImageJ's built-in text editor. Simply add new buttons there with 5 descriptors for each button :\\ \\ |