package bluej.stride.framedjava.slots;

import bluej.utility.javafx.FXPlatformRunnable;
import bluej.utility.javafx.FXRunnable;
import threadchecker.OnThread;
import threadchecker.Tag;


| Created by neil on 20/02/2015. | public interface UnderlineContainer { public static interface Underline { public int getStartPosition(); public int getEndPosition(); public FXPlatformRunnable getOnClick(); } @OnThread(Tag.FXPlatform) public void addUnderline(Underline u); @OnThread(Tag.FXPlatform) public void removeAllUnderlines(); }
top, use, map, interface UnderlineContainer

top, use, map, interface UnderlineContainer . Underline

.   getStartPosition
.   getEndPosition
.   getOnClick
.   addUnderline
.   removeAllUnderlines




23 neLoCode + 1 LoComm