perfsonar-dev - perfsonar: r5139 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r5139 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui
- Date: Thu, 21 May 2009 10:52:51 -0400
Author: iva
Date: 2009-05-21 10:52:51 -0400 (Thu, 21 May 2009)
New Revision: 5139
Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/PerfsonarModel.java
Log:
"clearAction" key is changed to "1", the keys are now numeric and are to be
used to sort the actions order in the TaskPane
Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/PerfsonarModel.java
===================================================================
--- branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/PerfsonarModel.java
2009-05-21 14:50:00 UTC (rev 5138)
+++ branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/PerfsonarModel.java
2009-05-21 14:52:51 UTC (rev 5139)
@@ -225,7 +225,8 @@
}
clearAction = createClearAction();
- actions.put(clearAction.getValue(Action.NAME),clearAction);
+ //actions.put(clearAction.getValue(Action.NAME),clearAction);
+ actions.put("1",clearAction); //the key value is now set to
"3" and is to be used for ordering the Action in the TaskPane
clearAction.setActions(actions);
}
- perfsonar: r5139 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui, svnlog, 05/21/2009
Archive powered by MHonArc 2.6.16.