|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.amp.axf.ide.ModelManagerListeners
public class ModelManagerListeners
Method Summary | |
---|---|
void |
addModelManagerListener(IModelWorkbenchListener listener)
Adds the model manager listener. |
protected void |
notifyModelActivated(IModel model)
Notify view removed. |
protected void |
notifyModelAdded(IModel model)
Notify view removed. |
protected void |
notifyModelRemoved(IModel model)
Notify view removed. |
protected void |
notifyViewAdded(org.eclipse.ui.IViewPart showViewPart)
Notify view added. |
protected void |
notifyViewRemoved(org.eclipse.ui.IViewPart showViewPart)
Notify view removed. |
void |
removeModelManagerListener(IModelWorkbenchListener listener)
Removes the model manager listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addModelManagerListener(IModelWorkbenchListener listener)
listener
- the listenerpublic void removeModelManagerListener(IModelWorkbenchListener listener)
listener
- the listenerprotected void notifyViewAdded(org.eclipse.ui.IViewPart showViewPart)
showViewPart
- the show view partprotected void notifyViewRemoved(org.eclipse.ui.IViewPart showViewPart)
showViewPart
- the show view partprotected void notifyModelActivated(IModel model)
showViewPart
- the show view partprotected void notifyModelAdded(IModel model)
showViewPart
- the show view partprotected void notifyModelRemoved(IModel model)
showViewPart
- the show view part
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |