org.eclipse.emf.ecp.view.treemasterdetail.model
Interface VTreeMasterDetail

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VContainedElement, VElement
All Known Implementing Classes:
VTreeMasterDetailImpl

public interface VTreeMasterDetail
extends VContainedElement

A representation of the model object 'Tree Master Detail'.

The following features are supported:

See Also:
VTreeMasterDetailPackage.getTreeMasterDetail()

Method Summary
 VView getDetailView()
          Returns the value of the 'Detail View' containment reference.
 void setDetailView(VView value)
          Sets the value of the 'Detail View' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VElement
getAttachments, getDiagnostic, getName, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setName, setReadonly, setVisible
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDetailView

VView getDetailView()
Returns the value of the 'Detail View' containment reference.

If the meaning of the 'Detail View' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Detail View' containment reference.
See Also:
setDetailView(VView), VTreeMasterDetailPackage.getTreeMasterDetail_DetailView()

setDetailView

void setDetailView(VView value)
Sets the value of the 'Detail View' containment reference.

Parameters:
value - the new value of the 'Detail View' containment reference.
See Also:
getDetailView()


Copyright © 2014. All Rights Reserved.