Wilson
- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 11
-
创建于 mac start plugin error
已回答mac start plugin error java.lang.NoSuchMethodError: 'void com.apple.eawt.Application.setAboutHandler(com.apple.eawt.AboutHandler)' at com.intellij.ui.mac.MacOSApplicationProvider$Worker.initMacAppl... -
已编辑于 panle create by ToolbarDecorator have a space
已回答ToolbarDecorator toolbarDecorator = ToolbarDecorator.createDecorator(table);toolbarDecorator.setRemoveAction(null);toolbarDecorator.setAddAction(null);toolbarDecorator.setMoveUpAction(null);toolbar... -
已编辑于 TreeTable First column is not editable by ColoredTreeCellRenderer
i have add this code when tree table is created, public boolean isCellEditable(int row, int column){ return true;} i also add code to make table like tree! class Renderer extends ColoredTreeCell... -
已编辑于 how to use ColoredTreeCellRenderer and make first column editable
已回答I user Treetable and add ColoredTreeCellRenderer to treetable and i also call append method , i make column editable by code public boolean isCellEditable(int row, int column) {return true;} but f... -
创建于 TreeTable Border
已计划TreeTable border Only part of it is shown how to set value border class Renderer extends ColoredTreeCellRenderer { @Override public void customizeCellRenderer(@NotNull JTree tree, Object va... -
已编辑于 GUI Designer dynamic change ResourceBundle
已回答please give any example to realize change ResourceBundle local by GUI Designer! Thanks very much! https://www.jetbrains.com/help/idea/localizing-forms.html#designTimeLocale Changing Design-Time ... -
创建于 How to get ToolWindow view instance
已回答How to get ToolWindow view instance? i want to change data in ToolWindow view when AnAction completed i want to get the instance of FastRequestToolWindow,any suggestions? public class FastRequestT... -
已编辑于 PersistentStateComponent data have changed when data have not execute set method
已回答1.DataMappingConfigurable public class DataMappingConfigurable extends AbstractConfigConfigurable { protected FastRequestConfiguration config = FastRequestComponent.getInstance().getState(); ... -
创建于 PersistentStateComponent getState not called
已回答problem when i start up plugin ,FastRequestComponent.getState not called, why? javacode @State(name = "fastRequest", storages = {@Storage("fastRequest.xml")})public class FastRequestComponent imp... -
创建于 how to remove the cell value marked
已回答1.question dev and test node show three value in table ,but i just want to show only The left one how to modify my code? 2.code public TreeTable createTable(){ ColumnInfo env = new ColumnI...