EGF Engine
Release 0.1.0

org.eclipse.egf.common.ui.viewers
Interface IContentHandler

All Known Implementing Classes:
DefaultContentHandler, InternalMethodHandler, MethodActionHandler, MethodPatternCodeDetailsViewer.MethodPatternCodeActionHandler, MethodPatternCodeViewer.MethodPatternCodeContentHandler, PatternEditorContentOutlinePage.PatternMethodNode, PatternImplementationPage.InternalMethodsHandler, PatternSpecificationPage.ParameterDetailsHandler, PatternSpecificationPage.ParametersContentHandler

public interface IContentHandler

Viewer content handler.
Allows to handle displayed elements life-cycle.


Method Summary
 Object createNewElement()
          Create a new element.
 void removeElement(Object element_p)
          Remove given element from handled ones.
 

Method Detail

createNewElement

Object createNewElement()
Create a new element.

Returns:

removeElement

void removeElement(Object element_p)
Remove given element from handled ones.

Parameters:
element_p -

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.