1 package org.woehlke.computer.kurzweil.commons.has; 2 3 import org.woehlke.computer.kurzweil.commons.widgets.PanelStartStopButtons; 4 5 public interface HasPanelStartStopButtons { 6 7 PanelStartStopButtons getPanelStartStopButtonsSubTab(); 8 }