package osm.surveyor.matchtime.gui; public interface PanelAction { void openAction(); /** * 入力条件が満たされているかどうか * @return */ boolean isEnable(); }