public abstract class ViewProperties extends java.lang.Object implements IView, ViewStatisticsBasic
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the view.
|
org.eclipse.swt.widgets.Composite |
getParent()
Returns the parent composite
|
void |
reset()
Resets the view.
|
void |
update(ModelEvent event)
Updates the view.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
public void dispose()
IView
public org.eclipse.swt.widgets.Composite getParent()
ViewStatisticsBasic
getParent
in interface ViewStatisticsBasic
public void reset()
IView
public void update(ModelEvent event)
IView