|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclasspathhelper.eclipse.ui.ClassPathModelExtension
Object representing a handle to the extensions plugged into the
classpathmodels
extension point. This object can
be used to gather information about the extension as well as
instantiating the actual extension object.
Constructor Summary | |
ClassPathModelExtension(IConfigurationElement theConfigElement)
Creates the wrapper of the config element. |
Method Summary | |
java.lang.String |
getClassName()
Returns the class name of the extension. |
java.lang.String |
getDescription()
The description of this extension. |
java.lang.String |
getId()
Gets the ID of this extension. |
java.lang.String |
getLabel()
Gets the label of this extension. |
IClassPathModel |
getModel()
Returns the instance of this extension. |
IClassPathModel |
getModel(boolean create)
Returns the instance of this extension. |
java.lang.String |
getName()
Gets the name of this extension. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassPathModelExtension(IConfigurationElement theConfigElement)
theConfigElement
- Method Detail |
public java.lang.String getClassName()
public java.lang.String getDescription()
public java.lang.String getId()
public java.lang.String getLabel()
public IClassPathModel getModel() throws CoreException
CoreException
- If the model cannot be
instantiated.public IClassPathModel getModel(boolean create) throws CoreException
true
.
create
- true
If this method should
create a new instance of the model if it does not
yet exist. Otherwise false
.
false
and the model has not already been
created.
CoreException
- If the model cannot be
instantiated.public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |