Eclipse JFace's Wizards

前端 未结 4 1656
梦如初夏
梦如初夏 2020-12-15 23:52

I need a wizard which second page content depends on the first page\'s selection. The first page asks the user the \"kind\" of filter he wants to create and the second one a

4条回答
  •  北海茫月
    2020-12-16 00:27

    Another alternative is to @Override setVisible. You can update page values or add additional widgets at that time.

提交回复
热议问题