Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4326 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions

Subject: perfsonar development work

List archive

perfsonar: r4326 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4326 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions
  • Date: Fri, 1 Aug 2008 11:21:22 -0400

Author: nina
Date: 2008-08-01 11:21:22 -0400 (Fri, 01 Aug 2008)
New Revision: 4326

Added:

branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/DeleteEndpointAction.java
Modified:

branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/ShowEndpointsAction.java
Log:
Update for http://bugzilla.perfsonar.net/show_bug.cgi?id=533

Added:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/DeleteEndpointAction.java

Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/ShowEndpointsAction.java
===================================================================
---
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/ShowEndpointsAction.java
2008-08-01 15:04:22 UTC (rev 4325)
+++
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions/ShowEndpointsAction.java
2008-08-01 15:21:22 UTC (rev 4326)
@@ -109,7 +109,7 @@
actions[i] = null;
}
protected PSUIAction[] createActions() {
- PSUIAction[] actions = new PSUIAction[7];
+ PSUIAction[] actions = new PSUIAction[8];

PSUIAction a = new SelectAllEndpointsAction(endpoints,true,"Select
all");
actions[1] = a;
@@ -131,9 +131,10 @@
actions[4] = a;
a = new NewEndpointAction(endpoints);
actions[5] = a;
-
+ a = new DeleteEndpointAction(endpoints);
+ actions[6] = a;
a = new LSRetrieveEndpointsAction(endpoints);
- actions[6] = a;
+ actions[7] = a;
return actions;
}
protected MAEndpointsPanel createEndpointsPanel(PSUIAction[] actions) {



  • perfsonar: r4326 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/actions, svnlog, 08/01/2008

Archive powered by MHonArc 2.6.16.

Top of Page