Newer
Older
adjustgpx-gui / src / main / java / osm / jp / gpx / matchtime / gui / ParamAction.java
@haya4 haya4 on 2 Feb 2020 145 bytes version 5.2
  1. package osm.jp.gpx.matchtime.gui;
  2.  
  3. public interface ParamAction {
  4. boolean isEnable();
  5. void setText(String text);
  6. String getText();
  7. }