org.eclipse.mtj.api.extension
Interface AdminGuiProvider

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MtjExtension, org.eclipse.emf.common.notify.Notifier

public interface AdminGuiProvider
extends MtjExtension

This extension point is used to add new functionalities to MTJ Development IDE. All MTJ extension point implementers, like Device Platform Provider, that need Administration GUIs, must do it by implementing the Admin GUI Provider extension point.

$Revision: 1.3 $
$Date: 2006/11/14 08:17:44 $


Method Summary
 org.eclipse.swt.widgets.Composite create(org.eclipse.swt.widgets.Composite composite, int style)
          With the method the extension point implementor can create it's admin gui.
 MtjExtension getOwner()
          Method returns reference to the master extension, like Device Platform Provider.
 org.eclipse.jface.preference.PreferencePage getPreferencePage()
          With the method the extension point implementor can create it's PreferencePage.
 
Methods inherited from interface org.eclipse.mtj.api.extension.MtjExtension
getDescription, getId, getType, getVendor, getVersion, isActive, setActive, setDescription, setId, setType, setVendor, setVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

create

org.eclipse.swt.widgets.Composite create(org.eclipse.swt.widgets.Composite composite,
                                         int style)
                                         throws org.eclipse.mtj.exception.MtjException
With the method the extension point implementor can create it's admin gui.

Parameters:
composite -
style -
Returns:
Throws:
org.eclipse.mtj.exception.MtjException

getOwner

MtjExtension getOwner()
                      throws org.eclipse.mtj.exception.MtjException
Method returns reference to the master extension, like Device Platform Provider.

Returns:
Throws:
org.eclipse.mtj.exception.MtjException

getPreferencePage

org.eclipse.jface.preference.PreferencePage getPreferencePage()
With the method the extension point implementor can create it's PreferencePage.

Returns: