118119120121122123124
public CommandButtonLabelInfo getShowViewCommandLabel() { return getLabel(); } public ActionCommand createShowViewCommand(ApplicationWindow window) { return new ShowViewCommand(this, window); }
85868788899091
return this.id; } public ActionCommand createShowViewCommand(final ApplicationWindow window) { return new ShowViewCommand(this, window); }
53545556575859
view.setDescriptor(this); } public ActionCommand createShowViewCommand(ApplicationWindow window) { return new ShowViewCommand(this, window); }