Derek,
Much of the original content of your use case model will still exist in the overall UML Model (that is, the entire suite of Views, Packages, etc. that describe your system).
Things like specification of parameters will be introduced and elaborated as you write scenarios and drill down into the use cases. Much of this will be textual, but some will still be captured in the use case descriptions. You will see certain patterns emerge, which will be modelled via the other UML model types. These patterns may also allow you to see common portions for <<include>> and <<extend>> situations.
As you describe the use cases you will also introduce the Launcher and its various brethren (or other relatives, however distant). This will lead you into elaborating the use case via sequence and class diagrams, and perhaps collaboration diagrams. [I'll duck the discussions of which come first, as it can get pretty evangelistic, and you have a more basic concern.] More modelling along these lines will quickly follow.
Personally, I've always been a bit concerned that the use case is only weakly linked to the rest of the model - at least compared to the semantic cohesiveness elsewhere in UML. Version 2.0 improves this a lot, but I still find myself a bit queasy. There's a very wide variation in use case modelling skills and styles (not to say this isn't true elsewhere in UML). Some people - including some posters in this forum are wizards; heed what they say. Others, poor sad mortals like myself, have to work at it.
I comfort myself by repeating (endlessly) that as one work through the use cases, the amount of work involved acts as a powerful incentive to identify opportunities for simplification, clarification and consolidation of the resulting models. I even speculate that this could lead to a better system down the road, but perhaps that's just the wine talking...
David