(String position, boolean modal)
| 1719 | /// |
| 1720 | /// the command selected if the dialog is modal and disposed via a command |
| 1721 | public Command showStretched(String position, boolean modal) { |
| 1722 | return showPackedImpl(position, modal, true); |
| 1723 | } |
| 1724 | |
| 1725 | /// Convenience method to show a dialog stretched to one of the sides |
| 1726 | /// |
nothing calls this directly
no test coverage detected