|
|
@ -257,7 +257,7 @@ public class TableDataTreePane extends BasicTableDataTreePane { |
|
|
|
esdAction = new EsdOnAction(); |
|
|
|
esdAction = new EsdOnAction(); |
|
|
|
esdOffAction = new EsdOffAction(); |
|
|
|
esdOffAction = new EsdOffAction(); |
|
|
|
switchAction = new SwitchAction(); |
|
|
|
switchAction = new SwitchAction(); |
|
|
|
|
|
|
|
extraActions = new HashSet<>(); |
|
|
|
toolbarDef = new ToolBarDef(); |
|
|
|
toolbarDef = new ToolBarDef(); |
|
|
|
toolbarDef.addShortCut(addMenuDef, SeparatorDef.DEFAULT, editAction, removeAction); |
|
|
|
toolbarDef.addShortCut(addMenuDef, SeparatorDef.DEFAULT, editAction, removeAction); |
|
|
|
ShortCut[] extraShortCut = initExtraAction(); |
|
|
|
ShortCut[] extraShortCut = initExtraAction(); |
|
|
|