Author: tchemit Date: 2008-01-19 14:15:40 +0000 (Sat, 19 Jan 2008) New Revision: 209 Added: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/toolbar/ trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/toolbar/JSimExplorerToolbar.jaxx Log: la toolbar g?\195?\169n?\195?\169rale de l'application Copied: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/toolbar/JSimExplorerToolbar.jaxx (from rev 194, trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/SimExplorerUI.jaxx) =================================================================== --- trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/toolbar/JSimExplorerToolbar.jaxx (rev 0) +++ trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/toolbar/JSimExplorerToolbar.jaxx 2008-01-19 14:15:40 UTC (rev 209) @@ -0,0 +1,26 @@ +<JToolBar id="toolbar" floatable='false'> + <script> + import static org.codelutin.i18n.I18n._; + </script> + <fr.cemagref.simexplorer.is.ui.swing.util.MyToggleButton + id='toggleTab_local' + enabled='false' + glueText='{_("simexplorer.action.hideLocal")}' + normalText='{_("simexplorer.action.showLocal")}' + normalTooltipText='{_("simexplorer.action.showLocal.tooltip")}' + glueTooltipText='{_("simexplorer.action.hideLocal.tooltip")}'/> + <fr.cemagref.simexplorer.is.ui.swing.util.MyToggleButton + id='toggleTab_remote' + enabled='false' + glueText='{_("simexplorer.action.hideRemote")}' + normalText='{_("simexplorer.action.showRemote")}' + normalTooltipText='{_("simexplorer.action.showRemote.tooltip")}' + glueTooltipText='{_("simexplorer.action.hideRemote.tooltip")}'/> + <fr.cemagref.simexplorer.is.ui.swing.util.MyToggleButton + id='toggleTab_synchronize' + enabled='false' + glueText='{_("simexplorer.action.hideSynchonize")}' + normalText='{_("simexplorer.action.showSynchonize")}' + normalTooltipText='{_("simexplorer.action.showSynchonize.tooltip")}' + glueTooltipText='{_("simexplorer.action.hideSynchonize.tooltip")}'/> +</JToolBar>
participants (1)
-
tchemit@users.labs.libre-entreprise.org