保存dialog的位置和大小
程序员文章站
2022-04-01 08:53:43
...
/* @Override protected IDialogSettings getDialogBoundsSettings() { IDialogSettings dialogSettings = Activator.getDefault().getDialogSettings(); String dialogKey = EventSearchDialog.class.getCanonicalName(); IDialogSettings boundsSettings = dialogSettings.getSection(dialogKey); if (boundsSettings == null) { boundsSettings = dialogSettings.addNewSection(dialogKey); } return boundsSettings; } */
不管使用JFace的dialog,或者SWT的dialog。覆盖getDialogBoundsSettings方法就行了。
上一篇: 关于前端跨域总结的相关知识点
下一篇: 史蒂夫•乔布斯传中出现20次以上的单词
推荐阅读
-
tensorflow三种模型的加载和保存的方法(.ckpt,.pb,SavedModel)
-
七牛云存储 - 小白求助:关于百度ueditor编辑器 php版 文件保存位置的问题
-
php获取远程文件的内容和大小,
-
JavaScript数组的位置方法(indexOf和lastIndexOf)
-
数组的位置方法(indexOf和lastIndexOf)
-
nginx 和php上传附件大小的配置文件修改方法实例
-
php同时使用session和cookie来保存用户登录信息的实现代码
-
UIWebView控件中字体大小和字体样式的修改
-
Android编程获取地理位置的经度和纬度实例
-
iOS设置UIButton文字显示位置和字体大小、颜色的方法