ItEr38S11RFMaquetacionDesenhoAplicacionItEr37S16: Added icons for contextual menus

This commit is contained in:
Lorenzo Tilve 2009-12-09 22:33:04 +01:00 committed by Javier Moran Rua
parent c097a2c01d
commit 0811a257d9
12 changed files with 5 additions and 4 deletions

View file

@ -286,7 +286,8 @@ public class TaskList extends XulElement implements AfterCompose {
MenuBuilder<TaskComponent> menuBuilder = MenuBuilder.on(getPage(),
getTaskComponents());
if (disabilityConfiguration.isAddingDependenciesEnabled()) {
menuBuilder.item("Add Dependency", null,
menuBuilder.item("Add Dependency",
"/common/img/ico_dependency.png",
new ItemAction<TaskComponent>() {
@Override

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 799 B

View file

@ -69,7 +69,7 @@ public class ResourceAllocationCommand implements IResourceAllocationCommand {
@Override
public String getIcon() {
return null;
return "/common/img/ico_allocation.png";
}

View file

@ -65,7 +65,7 @@ public class CalendarAllocationCommand implements ICalendarAllocationCommand {
@Override
public String getIcon() {
return null;
return "/common/img/ico_calendar.png";
}
}

View file

@ -101,7 +101,7 @@ public class AddMilestoneCommand implements IAddMilestoneCommand {
@Override
public String getIcon() {
return null;
return "/common/img/milestone.png";
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B