Add remove functionality to RuntimeOutput tab SIERRA
authorrnithya@netbeans.org
Mon, 22 Oct 2007 11:54:25 +0000
changeset 1344548db058ea46
parent 1343 9cc65bb53623
child 1345 e7db1eee3103
Add remove functionality to RuntimeOutput tab
etl.editor/src/org/netbeans/modules/sql/framework/ui/view/graph/SQLRuntimeOutputArea.java
     1.1 --- a/etl.editor/src/org/netbeans/modules/sql/framework/ui/view/graph/SQLRuntimeOutputArea.java	Mon Oct 22 11:53:21 2007 +0000
     1.2 +++ b/etl.editor/src/org/netbeans/modules/sql/framework/ui/view/graph/SQLRuntimeOutputArea.java	Mon Oct 22 11:54:25 2007 +0000
     1.3 @@ -102,6 +102,8 @@
     1.4          popUpMenu.add(editRuntimeItem);
     1.5          
     1.6          addSelectVisibleColumnsPopUpMenu(aListener);
     1.7 +        popUpMenu.addSeparator();
     1.8 +        addRemovePopUpMenu(aListener);
     1.9      }
    1.10      
    1.11      Icon createIcon() {