package com.onaro.util.jfc; /** * Interface for all components used in summary views. */ public interface ISummaryField extends IHighlighting { /** * Clears the contents of the field. */ public void clear(); }