| net.refractions.udig.printing.model.impl.ElementImpl net.refractions.udig.printing.model.impl.PageImpl
PageImpl | public class PageImpl extends ElementImpl implements Page(Code) | |
An implementation of the model object 'Page'.
The following features are implemented:
|
Method Summary | |
public Project | basicGetProjectInternal() | public NotificationChain | basicSetProjectInternal(Project newProjectInternal, NotificationChain msgs) | public int | eBaseStructuralFeatureID(int derivedFeatureID, Class baseClass) | public int | eDerivedStructuralFeatureID(int baseFeatureID, Class baseClass) | public Object | eGet(EStructuralFeature eFeature, boolean resolve) | public NotificationChain | eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs) | public NotificationChain | eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs) | public boolean | eIsSet(EStructuralFeature eFeature) | public void | eSet(EStructuralFeature eFeature, Object newValue) | protected EClass | eStaticClass() | public void | eUnset(EStructuralFeature eFeature) | public Object | getAdapter(Class adapter) | public List | getBoxes() | public String | getFileExtension() | public String | getName() TODO summary sentence for getName ... | public IProject | getProject() | public Project | getProjectInternal() | public void | setName(String newName) | public void | setProjectInternal(Project newProjectInternal) | public String | toString() |
PageImpl | public PageImpl()(Code) | |
|
basicGetProjectInternal | public Project basicGetProjectInternal()(Code) | |
|
basicSetProjectInternal | public NotificationChain basicSetProjectInternal(Project newProjectInternal, NotificationChain msgs)(Code) | |
|
eBaseStructuralFeatureID | public int eBaseStructuralFeatureID(int derivedFeatureID, Class baseClass)(Code) | |
|
eDerivedStructuralFeatureID | public int eDerivedStructuralFeatureID(int baseFeatureID, Class baseClass)(Code) | |
|
eGet | public Object eGet(EStructuralFeature eFeature, boolean resolve)(Code) | |
|
eInverseAdd | public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code) | |
|
eInverseRemove | public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code) | |
|
eIsSet | public boolean eIsSet(EStructuralFeature eFeature)(Code) | |
|
eSet | public void eSet(EStructuralFeature eFeature, Object newValue)(Code) | |
|
eStaticClass | protected EClass eStaticClass()(Code) | |
|
eUnset | public void eUnset(EStructuralFeature eFeature)(Code) | |
|
getAdapter | public Object getAdapter(Class adapter)(Code) | | See Also: org.eclipse.core.runtime.IAdaptable.getAdapter(java.lang.Class) |
getName | public String getName()(Code) | | TODO summary sentence for getName ...
See Also: org.eclipse.ui.IEditorInput.getName |
setProjectInternal | public void setProjectInternal(Project newProjectInternal)(Code) | |
|
|
|