.. | .. |
---|
505 | 505 | uneditButton.setToolTipText("Unedit selection"); |
---|
506 | 506 | uneditButton.addActionListener(this); |
---|
507 | 507 | |
---|
| 508 | + commandsPanel.add(allParamsButton = new JCheckBox("All", allparams)); //, oe.aConstraints); |
---|
| 509 | + allParamsButton.setToolTipText("Edit all params"); |
---|
| 510 | + allParamsButton.addActionListener(this); |
---|
| 511 | + |
---|
508 | 512 | commandsPanel.add(clearPanelButton = new cButton("C", !GrafreeD.NIMBUSLAF)); //, oe.aConstraints); |
---|
509 | 513 | clearPanelButton.setToolTipText("Clear edit panel"); |
---|
510 | 514 | clearPanelButton.addActionListener(this); |
---|
511 | | - |
---|
512 | | - commandsPanel.add(allParamsButton = new cButton("A", !GrafreeD.NIMBUSLAF)); //, oe.aConstraints); |
---|
513 | | - allParamsButton.setToolTipText("All params??"); |
---|
514 | | - allParamsButton.addActionListener(this); |
---|
515 | 515 | |
---|
516 | 516 | commandsPanel.add(unselectButton = new cButton("U", !GrafreeD.NIMBUSLAF)); //, oe.aConstraints); |
---|
517 | 517 | unselectButton.setToolTipText("Unselect"); |
---|
.. | .. |
---|
2892 | 2892 | |
---|
2893 | 2893 | child.editWindow = null; // ??????????? |
---|
2894 | 2894 | } |
---|
2895 | | - objEditor.ctrlPanel.validate(); |
---|
| 2895 | + objEditor.ctrlPanel.FlushUI(); |
---|
2896 | 2896 | //objEditor.jTree.clearSelection(); |
---|
2897 | 2897 | //objEditor.ResetSliders(); |
---|
2898 | 2898 | refreshContents(true); |
---|
.. | .. |
---|
4946 | 4946 | cButton flashSelectionButton; |
---|
4947 | 4947 | cButton editButton; |
---|
4948 | 4948 | cButton uneditButton; |
---|
| 4949 | + JCheckBox allParamsButton; |
---|
4949 | 4950 | cButton clearpanelButton; |
---|
4950 | | - cButton allParamsButton; |
---|
4951 | 4951 | cButton unselectButton; |
---|
4952 | 4952 | |
---|
4953 | 4953 | cButton screenfitButton; |
---|