public class WidgetPointAnnotation extends Widget implements CObjectListener, CViewListener, ActiveCoolMapChangedListener
Widget.WidgetGroup
L_DATAPORT, L_LEFTBOTTOM, L_LEFTTOP, L_VIEWPORT, W_DATA, W_MODULE, W_VIEWPORT
Constructor and Description |
---|
WidgetPointAnnotation()
please note that when base matrix changes, all
|
Modifier and Type | Method and Description |
---|---|
void |
activeCellChanged(CoolMapObject object,
MatrixCell oldCell,
MatrixCell newCell) |
void |
activeCoolMapChanged(CoolMapObject oldObject,
CoolMapObject activeCoolMapObject) |
void |
aggregatorUpdated(CoolMapObject object)
possible cause of data update: change base matrix, change view matrix, change rows/columns insert, remove, expand...
|
void |
columnsChanged(CoolMapObject object) |
void |
coolMapObjectBaseMatrixChanged(CoolMapObject object) |
void |
gridChanged(CoolMapObject object) |
void |
mapAnchorMoved(CoolMapObject object) |
void |
mapZoomChanged(CoolMapObject object) |
void |
nameChanged(CoolMapObject object) |
void |
rowsChanged(CoolMapObject object) |
void |
selectionChanged(CoolMapObject object) |
void |
viewFilterChanged(CoolMapObject object) |
void |
viewRendererChanged(CoolMapObject object) |
getContentPane, getCurrentState, getDockable, getName, getPreferredLocation, getWidgetGroup, restoreState, setPreferredLocation, setTitle
public WidgetPointAnnotation()
public void nameChanged(CoolMapObject object)
nameChanged
in interface CObjectListener
public void aggregatorUpdated(CoolMapObject object)
CObjectListener
aggregatorUpdated
in interface CObjectListener
public void rowsChanged(CoolMapObject object)
rowsChanged
in interface CObjectListener
public void columnsChanged(CoolMapObject object)
columnsChanged
in interface CObjectListener
public void coolMapObjectBaseMatrixChanged(CoolMapObject object)
coolMapObjectBaseMatrixChanged
in interface CObjectListener
public void viewRendererChanged(CoolMapObject object)
viewRendererChanged
in interface CObjectListener
public void viewFilterChanged(CoolMapObject object)
viewFilterChanged
in interface CObjectListener
public void activeCoolMapChanged(CoolMapObject oldObject, CoolMapObject activeCoolMapObject)
activeCoolMapChanged
in interface ActiveCoolMapChangedListener
public void selectionChanged(CoolMapObject object)
selectionChanged
in interface CViewListener
public void mapAnchorMoved(CoolMapObject object)
mapAnchorMoved
in interface CViewListener
public void activeCellChanged(CoolMapObject object, MatrixCell oldCell, MatrixCell newCell)
activeCellChanged
in interface CViewListener
public void mapZoomChanged(CoolMapObject object)
mapZoomChanged
in interface CViewListener
public void gridChanged(CoolMapObject object)
gridChanged
in interface CViewListener