Constructor and Description |
---|
ViewHierarchy(org.eclipse.swt.widgets.Composite parent)
Constructor for non-editable views.
|
ViewHierarchy(org.eclipse.swt.widgets.Composite parent,
java.lang.String attribute)
Constructor for non-editable views.
|
ViewHierarchy(org.eclipse.swt.widgets.Composite parent,
java.lang.String attribute,
Controller controller)
Constructor for editable views.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the view.
|
void |
reset()
Resets the view.
|
void |
setHierarchy(AttributeType.Hierarchy type)
Sets the hierarchy displayed by this view.
|
void |
setLayoutData(java.lang.Object d)
Sets the layout data.
|
void |
update(ModelEvent event)
Updates the view.
|
public ViewHierarchy(org.eclipse.swt.widgets.Composite parent)
parent
- public ViewHierarchy(org.eclipse.swt.widgets.Composite parent, java.lang.String attribute)
parent
- attribute
- public ViewHierarchy(org.eclipse.swt.widgets.Composite parent, java.lang.String attribute, Controller controller)
parent
- attribute
- controller
- public void dispose()
IView
public void reset()
IView
public void setHierarchy(AttributeType.Hierarchy type)
type
- public void setLayoutData(java.lang.Object d)
d
- public void update(ModelEvent event)
IView