01: /* 02: * To change this template, choose Tools | Templates 03: * and open the template in the editor. 04: */ 05: package workbench.interfaces; 06: 07: /** 08: * 09: * @author support@sql-workbench.net 10: */ 11: public interface Moveable { 12: void moveTab(int oldIndex, int newIndex); 13: }