|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.adt.ui.text.atl.AtlEditorUI
public final class AtlEditorUI
The ATL Editor parameters.
Method Summary | |
---|---|
org.eclipse.jface.text.templates.ContextTypeRegistry |
getContextTypeRegistry()
Returns this plug-in's context type registry. |
static AtlEditorUI |
getDefault()
Returns the shared instance. |
org.eclipse.swt.graphics.Image |
getTemplateImage(java.lang.String name)
Retrieves the Image for a given template name. |
org.eclipse.jface.text.templates.persistence.TemplateStore |
getTemplateStore()
Returns this plug-in's template store. |
void |
registerImage(java.lang.String name,
java.lang.String path)
Registers an image in the repository. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AtlEditorUI getDefault()
public org.eclipse.jface.text.templates.persistence.TemplateStore getTemplateStore()
public org.eclipse.jface.text.templates.ContextTypeRegistry getContextTypeRegistry()
public org.eclipse.swt.graphics.Image getTemplateImage(java.lang.String name)
Image
for a given template name.
name
- the template name
Image
public void registerImage(java.lang.String name, java.lang.String path)
name
- the image namepath
- the image path
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |