Uses of Interface
org.ujmp.gui.util.UpdateListener
-
Packages that use UpdateListener Package Description org.ujmp.gui.interfaces org.ujmp.gui.panels org.ujmp.gui.plot -
-
Uses of UpdateListener in org.ujmp.gui.interfaces
Methods in org.ujmp.gui.interfaces with parameters of type UpdateListener Modifier and Type Method Description void
CanBeUpdated. addUpdateListener(UpdateListener l)
void
CanBeUpdated. removeUpdateListener(UpdateListener l)
-
Uses of UpdateListener in org.ujmp.gui.panels
Classes in org.ujmp.gui.panels that implement UpdateListener Modifier and Type Class Description class
BufferedPanel
class
MatrixTreemapPanel
-
Uses of UpdateListener in org.ujmp.gui.plot
Methods in org.ujmp.gui.plot with parameters of type UpdateListener Modifier and Type Method Description void
MatrixPlot. addUpdateListener(UpdateListener l)
void
MatrixPlot. removeUpdateListener(UpdateListener l)
-