|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.edu.fei.dcc.raciocinioespacial.editor.shapes.model.ModelElement
public abstract class ModelElement
Abstract prototype of our elements model.
This class gives the needed resources for all elements that may be created.
Constructor Summary | |
---|---|
ModelElement()
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a PropertyChangeListener not null for the object. |
java.lang.Object |
getEditableValue()
Return itself! |
org.eclipse.ui.views.properties.IPropertyDescriptor[] |
getPropertyDescriptors()
Classes, which will heritage from this class, must implement this method. |
java.lang.Object |
getPropertyValue(java.lang.Object id)
Classes, which will heritage from this class, must implement this method. |
boolean |
isPropertySet(java.lang.Object id)
Classes, which will heritage from this class, must implement this method. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Remove a PropertyChangeListener. |
void |
resetPropertyValue(java.lang.Object id)
Classes, which will heritage from this class, must implement this method. |
void |
setPropertyValue(java.lang.Object id,
java.lang.Object value)
Classes, which will heritage from this class, must implement this method. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelElement()
Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
public java.lang.Object getEditableValue()
getEditableValue
in interface org.eclipse.ui.views.properties.IPropertySource
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface org.eclipse.ui.views.properties.IPropertySource
public java.lang.Object getPropertyValue(java.lang.Object id)
getPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
public boolean isPropertySet(java.lang.Object id)
isPropertySet
in interface org.eclipse.ui.views.properties.IPropertySource
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
public void resetPropertyValue(java.lang.Object id)
resetPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
public void setPropertyValue(java.lang.Object id, java.lang.Object value)
setPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |