|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A model browser/editor service.
Method Summary | |
void |
closeEditor()
Closes the editor and possibly destroys the editor window. |
com.inline.resources.ResourceReference |
getDocumentResourceReference()
Returns the resource reference for the resource (like assembly plan) that is displayed by the editor. |
FeatureModel |
getFeatureModel()
Returns the feature model associated with this editor service. |
Feature |
getSelectedFeature()
Returns the currently selected feature or null. |
void |
selectFeature(Feature feature)
Selects the specified feature. |
void |
setDocumentResourceReference(com.inline.resources.ResourceReference reference)
Sets the resource reference for the resource to be displayed by the editor. |
void |
setProperty(java.lang.String key,
java.lang.Object value)
Set a property value. |
void |
showEditor()
Makes the editor visible. |
Method Detail |
public void setProperty(java.lang.String key, java.lang.Object value)
public com.inline.resources.ResourceReference getDocumentResourceReference()
public void setDocumentResourceReference(com.inline.resources.ResourceReference reference)
public void showEditor()
public void closeEditor()
public FeatureModel getFeatureModel()
public Feature getSelectedFeature()
public void selectFeature(Feature feature)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |