Newer
Older
adjustgpx-gui / src / main / java / osm / jp / gpx / matchtime / gui / PanelAction.java
@haya4 haya4 on 2 Feb 2020 208 bytes version 5.2
package osm.jp.gpx.matchtime.gui;

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