|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdminGuiProvider
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 $
| 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 |
|---|
org.eclipse.swt.widgets.Composite create(org.eclipse.swt.widgets.Composite composite,
int style)
throws org.eclipse.mtj.exception.MtjException
composite - style -
org.eclipse.mtj.exception.MtjException
MtjExtension getOwner()
throws org.eclipse.mtj.exception.MtjException
org.eclipse.mtj.exception.MtjExceptionorg.eclipse.jface.preference.PreferencePage getPreferencePage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||