package osm.jp.gpx.matchtime.gui; public interface ParamAction { boolean isEnable(); void setText(String text); String getText(); }