Class ObservableCellModifier
java.lang.Object
java.util.Observable
org.palladiosimulator.editors.commons.tabs.generic.ObservableCellModifier
- All Implemented Interfaces:
ICellModifier
- Direct Known Subclasses:
EventTypesCellModifier,InfrastructureSignaturesCellModifier,OperationsCellModifier
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, setChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.viewers.ICellModifier
canModify, getValue, modify
-
Constructor Details
-
ObservableCellModifier
public ObservableCellModifier()
-
-
Method Details
-
notifyObservers
public void notifyObservers()- Overrides:
notifyObserversin classObservable
-
notifyObservers
- Overrides:
notifyObserversin classObservable
-