SingleSelectionModel
The {@link #selectionAllowed(int)} method must return true ifthe tab at the index can be selected, or false if not. @author Peter De Bruycker
true
false
8283848586878889909192
page2tab.put(page, tab); tab2Page.put(tab, page); tabbedPaneView.addTab(tab); } tabbedPane.setModel(new VetoableSingleSelectionModel() { protected boolean selectionAllowed(int index) { return canChangeTabs(); } });