public class WidgetCMatrix extends Widget implements DataStorageListener, CMatrixListener
Widget.WidgetGroup
L_DATAPORT, L_LEFTBOTTOM, L_LEFTTOP, L_VIEWPORT, W_DATA, W_MODULE, W_VIEWPORT
Constructor and Description |
---|
WidgetCMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
baseMatrixAdded(CoolMapMatrix newMatrix) |
void |
baseMatrixToBeRemoved(CoolMapMatrix matrixToBeRemoved) |
void |
cmatrixNameChanged(CoolMapMatrix mx) |
void |
cmatrixValueUpdated(CoolMapMatrix mx) |
void |
coolMapObjectAdded(CoolMapObject newObject) |
void |
coolMapObjectToBeDestroyed(CoolMapObject objectToBeDestroyed) |
void |
coolMapViewAdded(CoolMapObject object) |
void |
coolMapViewDestroyed(CoolMapObject viewDestroyedCoolMapObject) |
java.util.List<CoolMapMatrix> |
getSelectedMatrices() |
void |
ontologyAdded(CoolMapOntologyImpl ontology) |
void |
ontologyToBeDestroyed(CoolMapOntologyImpl ontology) |
getContentPane, getCurrentState, getDockable, getName, getPreferredLocation, getWidgetGroup, restoreState, setPreferredLocation, setTitle
public java.util.List<CoolMapMatrix> getSelectedMatrices()
public void coolMapObjectAdded(CoolMapObject newObject)
coolMapObjectAdded
in interface DataStorageListener
public void coolMapObjectToBeDestroyed(CoolMapObject objectToBeDestroyed)
coolMapObjectToBeDestroyed
in interface DataStorageListener
public void baseMatrixAdded(CoolMapMatrix newMatrix)
baseMatrixAdded
in interface DataStorageListener
public void baseMatrixToBeRemoved(CoolMapMatrix matrixToBeRemoved)
baseMatrixToBeRemoved
in interface DataStorageListener
public void ontologyAdded(CoolMapOntologyImpl ontology)
ontologyAdded
in interface DataStorageListener
public void ontologyToBeDestroyed(CoolMapOntologyImpl ontology)
ontologyToBeDestroyed
in interface DataStorageListener
public void cmatrixNameChanged(CoolMapMatrix mx)
cmatrixNameChanged
in interface CMatrixListener
public void cmatrixValueUpdated(CoolMapMatrix mx)
cmatrixValueUpdated
in interface CMatrixListener
public void coolMapViewDestroyed(CoolMapObject viewDestroyedCoolMapObject)
coolMapViewDestroyed
in interface DataStorageListener
public void coolMapViewAdded(CoolMapObject object)
coolMapViewAdded
in interface DataStorageListener