EGF Engine
Release 0.1.0

org.eclipse.egf.model.contract.type
Class AbstractTypeHolder

java.lang.Object
  extended by org.eclipse.egf.model.contract.type.AbstractTypeHolder
All Implemented Interfaces:
ITypeHolder
Direct Known Subclasses:
ClassTypeHolder, PrimitiveTypeHolder

public abstract class AbstractTypeHolder
extends Object
implements ITypeHolder

Based class to implement type holders.


Constructor Summary
AbstractTypeHolder()
           
 
Method Summary
 String getSelectionDialog()
          Default implementation returns null.
 ISelectionHandler getSelectionHandler()
          Default implementation returns null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.egf.model.contract.type.ITypeHolder
getValue, isJava, isValid, setPluginId
 

Constructor Detail

AbstractTypeHolder

public AbstractTypeHolder()
Method Detail

getSelectionDialog

public String getSelectionDialog()
Default implementation returns null.

Specified by:
getSelectionDialog in interface ITypeHolder
Returns:
null if no selection dialog is provided.
See Also:
ITypeHolder.getSelectionDialog()

getSelectionHandler

public ISelectionHandler getSelectionHandler()
Default implementation returns null.

Specified by:
getSelectionHandler in interface ITypeHolder
Returns:
null if no selection handler is provided.
See Also:
ITypeHolder.getSelectionHandler()

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.