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 ModelTypeExtension
getClazz()
org.eclipse.core.runtime.IConfigurationElement
org.eclipse.swt.graphics.Image
getImage()
getLabel()
getType()
boolean
isStable()
void
void
setConfigurationElement
(org.eclipse.core.runtime.IConfigurationElement configurationElement) void
setContributingPlugin
(String contributingPlugin) void
setImage
(org.eclipse.swt.graphics.Image image) Deprecated.Use setContributingPlugin() instead for lazy image initialisationvoid
void
setStable
(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)
-