|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.model.PluginModelObject
An object which has the general characteristics of all elements in a plug-in manifest.
This class may be subclassed.
Constructor Summary | |
---|---|
PluginModelObject()
Deprecated. |
Method Summary | |
---|---|
protected void |
assertIsWriteable()
Deprecated. Checks that this model object is writeable. |
String |
getName()
Deprecated. Returns the name of this element. |
int |
getStartLine()
Deprecated. Return the line number for the start tag for this plug-in object. |
boolean |
isReadOnly()
Deprecated. Returns whether or not this model object is read-only. |
void |
markReadOnly()
Deprecated. Sets this model object and all of its descendents to be read-only. |
void |
setLocalizedName(String value)
Deprecated. Optimization to replace a non-localized key with its localized value. |
void |
setName(String value)
Deprecated. Sets the name of this element. |
void |
setStartLine(int lineNumber)
Deprecated. Set the line number for the start tag for this plug-in object. |
String |
toString()
Deprecated. Return a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PluginModelObject()
Method Detail |
protected void assertIsWriteable()
public String getName()
null
public int getStartLine()
public boolean isReadOnly()
true
if this model object is read-only,
false
otherwisemarkReadOnly()
public void markReadOnly()
isReadOnly()
public void setLocalizedName(String value)
value
- the localized name of this model objectpublic void setName(String value)
value
- the new name of this element. May be null
.public void setStartLine(int lineNumber)
lineNumber
- the line number of this object's declaration in the filepublic String toString()
Object.toString()
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.