Author: tchemit Date: 2008-02-15 15:43:57 +0000 (Fri, 15 Feb 2008) New Revision: 1000 Removed: trunk/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ToggleSynchronizeTabAction.java Log: no more used Deleted: trunk/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ToggleSynchronizeTabAction.java =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ToggleSynchronizeTabAction.java 2008-02-15 15:43:48 UTC (rev 999) +++ trunk/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ToggleSynchronizeTabAction.java 2008-02-15 15:43:57 UTC (rev 1000) @@ -1,45 +0,0 @@ -/* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Code Lutin, -* Tony Chemit, Gabriel Landais -* -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License -* as published by the Free Software Foundation; either version 2 -* of the License, or (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -* ##% */ -package fr.cemagref.simexplorer.is.ui.swing.actions; - -import fr.cemagref.simexplorer.is.ui.swing.actions.util.ToggleTabAbstractAction; - -/** @author chemit */ - at jaxx.runtime.builder.ToggleActionConfig( - actionCommand = "toggleTab_synchronize", - name = "simexplorer.action.show.synchronize", - shortDescription = "simexplorer.action.show.synchronize.tooltip", - longDescription = "simexplorer.action.show.synchronize.help", - smallIcon = "action/reload.png", - mnemonic = 'S', - name2 = "simexplorer.action.hide.synchronize", - shortDescription2 = "simexplorer.action.hide.synchronize.tooltip", - longDescription2 = "simexplorer.action.hide.synchronize.help", - smallIcon2 = "action/reload.png", - mnemonic2 = 'S', - selected = true, - hideActionText = false -) -public class ToggleSynchronizeTabAction extends ToggleTabAbstractAction { - private static final long serialVersionUID = -3389620707293969262L; - - public ToggleSynchronizeTabAction(String name) { - super(name); - } -} \ No newline at end of file
participants (1)
-
tchemit@users.labs.libre-entreprise.org