1 package org.woehlke.computer.kurzweil.commons.has; 2 3 import org.woehlke.computer.kurzweil.commons.widgets.PanelSubtitle; 4 5 public interface HasPanelSubtitle { 6 PanelSubtitle getPanelSubtitle(); 7 }