Class ModelTypeExtension
java.lang.Object
org.eclipse.epsilon.common.dt.launching.extensions.ModelTypeExtension
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModelTypeExtension(String label, String type, org.eclipse.swt.graphics.Image image, boolean stable) -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelTypeExtensiongetClazz()org.eclipse.core.runtime.IConfigurationElementorg.eclipse.swt.graphics.ImagegetImage()getLabel()getType()booleanisStable()voidvoidsetConfigurationElement(org.eclipse.core.runtime.IConfigurationElement configurationElement) voidsetContributingPlugin(String contributingPlugin) voidsetImage(org.eclipse.swt.graphics.Image image) Deprecated.Use setContributingPlugin() instead for lazy image initialisationvoidvoidsetStable(boolean stable) void
-
Field Details
-
label
-
type
-
image
protected org.eclipse.swt.graphics.Image image -
clazz
-
configurationElement
protected org.eclipse.core.runtime.IConfigurationElement configurationElement -
stable
protected boolean stable -
contributingPlugin
-
-
Constructor Details
-
ModelTypeExtension
public ModelTypeExtension() -
ModelTypeExtension
-
-
Method Details
-
setStable
public void setStable(boolean stable) -
isStable
public boolean isStable() -
setContributingPlugin
-
getContributingPlugin
-
setImage
public void setImage(org.eclipse.swt.graphics.Image image) Deprecated.Use setContributingPlugin() instead for lazy image initialisation- Parameters:
image-
-
getImage
public org.eclipse.swt.graphics.Image getImage() -
getLabel
-
setLabel
-
getType
-
setType
-
createDialog
public AbstractModelConfigurationDialog createDialog() throws org.eclipse.core.runtime.CoreException- Throws:
org.eclipse.core.runtime.CoreException
-
createModel
- Throws:
org.eclipse.core.runtime.CoreException
-
getClazz
-
setClazz
-
forType
-
getConfigurationElement
public org.eclipse.core.runtime.IConfigurationElement getConfigurationElement() -
setConfigurationElement
public void setConfigurationElement(org.eclipse.core.runtime.IConfigurationElement configurationElement)
-