|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractCatalogView
org.eclipse.gmt.modisco.infra.facet.ui.views.FacetView
public class FacetView
An Eclipse view that displays a list of available MoDisco facet sets. Clicking on a facet set opens it in the facet set editor.
Constructor Summary | |
---|---|
FacetView()
|
Method Summary | |
---|---|
void |
added(EObject addedFacetSet,
IFile file)
Called when a facet set is added |
void |
changed(EObject changedFacetSet,
IFile file)
Called when a facet set changes |
void |
createPartControl(Composite parent)
|
void |
dispose()
|
void |
removed(IFile facetSetFile)
Called when a facet set is removed |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacetView()
Method Detail |
---|
public void createPartControl(Composite parent)
public void dispose()
public void changed(EObject changedFacetSet, IFile file)
public void added(EObject addedFacetSet, IFile file)
public void removed(IFile facetSetFile)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |