I want to show a specific view in my RCP application using a command. Using showView opens a dialog to select view. Is there any way to do without selection dialog? I tried parameters but didn't help. Related part of plugin.xml is below. com.dbtek.hyperbola.views.contactsView is my view ID
相关问题
- Android ContextMenu for View (Not Activity)
- Pass code to a method as an argument
- Can I parameterize labels and properties on CREATE
- JasperReports Server parameter dependency
- Templates In Kohana 3.1
相关文章
- What the logcat message: “E/MoreInfoHPW_ViewGroup(
- How can I convert a PHP function's parameter l
- Using UNREFERENCED_PARAMETER macro
- Is there a simple way to pass specific *named* Pow
- PowerShell Pass Named parameters to ArgumentList
- Do I need NO LOCK in my CREATE View query
- Adb install progress bar
- [removed] Which parameters are there for the onerr
You need to add a command parameter with the id of the view to show. E.g.