Author: tchemit Date: 2008-02-18 23:12:36 +0000 (Mon, 18 Feb 2008) New Revision: 1104 Modified: trunk/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ImportAction.java Log: utilisation m?\195?\169thode updateUI au lieu de afterAction Modified: trunk/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ImportAction.java =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ImportAction.java 2008-02-18 23:11:53 UTC (rev 1103) +++ trunk/simexplorer-is/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/ImportAction.java 2008-02-18 23:12:36 UTC (rev 1104) @@ -81,8 +81,8 @@ } @Override - protected void afterAction(ActionEvent e) throws Exception { - super.afterAction(e); + public void updateUI() { + super.updateUI(); //TODO should invalidate the 'remote' list //TODO look if detail history is touch by this modification //TODO look if synchronize is touched by this modification @@ -90,7 +90,6 @@ @Override protected void clear() { - super.clear(); f = null; remote = null; // this is a multi-tab action, must reset tab after each action
participants (1)
-
tchemit@users.labs.libre-entreprise.org