View Javadoc

1   package org.catacomb.interlish.structure;
2   
3   
4   public interface Repaintable {
5   
6   
7       void requestRepaint();
8   
9       void setCursor(String string);
10  
11  }