Uses of Interface
org.ujmp.gui.interfaces.CanBeRepainted
-
Packages that use CanBeRepainted Package Description org.ujmp.gui.graph org.ujmp.gui.panels org.ujmp.gui.util -
-
Uses of CanBeRepainted in org.ujmp.gui.graph
Classes in org.ujmp.gui.graph that implement CanBeRepainted Modifier and Type Class Description class
GraphPanel
-
Uses of CanBeRepainted in org.ujmp.gui.panels
Classes in org.ujmp.gui.panels that implement CanBeRepainted Modifier and Type Class Description class
AbstractMatrixPanel
class
AbstractPanel
class
BufferedPanel
class
MatrixHeatmapPanel
class
MatrixPanel
class
MatrixTreemapPanel
(package private) class
UnbufferedMatrixTreemapPanel
-
Uses of CanBeRepainted in org.ujmp.gui.util
Fields in org.ujmp.gui.util declared as CanBeRepainted Modifier and Type Field Description private CanBeRepainted
UpdateTask. component
Fields in org.ujmp.gui.util with type parameters of type CanBeRepainted Modifier and Type Field Description private java.util.Set<CanBeRepainted>
Executor. waitingTasks
Methods in org.ujmp.gui.util with parameters of type CanBeRepainted Modifier and Type Method Description private static Executor
GraphicsExecutor. getExecutor(CanBeRepainted component)
static void
GraphicsExecutor. scheduleUpdate(CanBeRepainted component)
void
Executor. setFinished(CanBeRepainted component)
static void
GraphicsExecutor. setFinished(CanBeRepainted component)
void
Executor. sheduleUpdate(CanBeRepainted component)
Constructors in org.ujmp.gui.util with parameters of type CanBeRepainted Constructor Description UpdateTask(CanBeRepainted component)
-