1 package org.woehlke.computer.kurzweil.commons.has; 2 3 import org.woehlke.computer.kurzweil.commons.tabs.TabContext; 4 5 public interface HasTabContext { 6 7 TabContext getTabCtx(); 8 }