static JTree jtree_openRootNode(final JTree tree) { if (tree != null) swing { tree.expandPath(new TreePath(jDynamicTree_root(tree))); } ret tree; }
Began life as a copy of #1017677
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020600 |
| Snippet name: | jtree_openRootNode |
| Eternal ID of this version: | #1020600/3 |
| Text MD5: | 8c71d9302ca25db8b744a1c8244efb87 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-27 21:29:36 |
| Source code size: | 162 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 524 / 574 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021477 - jtree_collapseAndOpenRootNode |