|
|||||||||
| Home >> All >> org >> eclipse >> ui >> [ internal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.ui.internal
Class PartListenerList2

java.lang.Objectorg.eclipse.ui.internal.PartListenerList2
- public class PartListenerList2
- extends java.lang.Object
Part listener list.
| Field Summary | |
private org.eclipse.jface.util.ListenerList |
listeners
|
| Constructor Summary | |
PartListenerList2()
PartNotifier constructor comment. |
|
| Method Summary | |
void |
addPartListener(org.eclipse.ui.IPartListener2 l)
Adds an PartListener to the part service. |
void |
firePartActivated(org.eclipse.ui.IWorkbenchPartReference ref)
Notifies the listener that a part has been activated. |
void |
firePartBroughtToTop(org.eclipse.ui.IWorkbenchPartReference ref)
Notifies the listener that a part has been brought to top. |
void |
firePartClosed(org.eclipse.ui.IWorkbenchPartReference ref)
Notifies the listener that a part has been closed |
void |
firePartDeactivated(org.eclipse.ui.IWorkbenchPartReference ref)
Notifies the listener that a part has been deactivated. |
void |
firePartHidden(org.eclipse.ui.IWorkbenchPartReference ref)
Notifies the listener that a part has been opened. |
void |
firePartInputChanged(org.eclipse.ui.IWorkbenchPartReference ref)
Notifies the listener that a part has been opened. |
void |
firePartOpened(org.eclipse.ui.IWorkbenchPartReference ref)
Notifies the listener that a part has been opened. |
void |
firePartVisible(org.eclipse.ui.IWorkbenchPartReference ref)
Notifies the listener that a part has been opened. |
void |
removePartListener(org.eclipse.ui.IPartListener2 l)
Removes an IPartListener from the part service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
listeners
private org.eclipse.jface.util.ListenerList listeners
| Constructor Detail |
PartListenerList2
public PartListenerList2()
- PartNotifier constructor comment.
| Method Detail |
addPartListener
public void addPartListener(org.eclipse.ui.IPartListener2 l)
- Adds an PartListener to the part service.
firePartActivated
public void firePartActivated(org.eclipse.ui.IWorkbenchPartReference ref)
- Notifies the listener that a part has been activated.
firePartBroughtToTop
public void firePartBroughtToTop(org.eclipse.ui.IWorkbenchPartReference ref)
- Notifies the listener that a part has been brought to top.
firePartClosed
public void firePartClosed(org.eclipse.ui.IWorkbenchPartReference ref)
- Notifies the listener that a part has been closed
firePartDeactivated
public void firePartDeactivated(org.eclipse.ui.IWorkbenchPartReference ref)
- Notifies the listener that a part has been deactivated.
firePartOpened
public void firePartOpened(org.eclipse.ui.IWorkbenchPartReference ref)
- Notifies the listener that a part has been opened.
firePartHidden
public void firePartHidden(org.eclipse.ui.IWorkbenchPartReference ref)
- Notifies the listener that a part has been opened.
firePartVisible
public void firePartVisible(org.eclipse.ui.IWorkbenchPartReference ref)
- Notifies the listener that a part has been opened.
firePartInputChanged
public void firePartInputChanged(org.eclipse.ui.IWorkbenchPartReference ref)
- Notifies the listener that a part has been opened.
removePartListener
public void removePartListener(org.eclipse.ui.IPartListener2 l)
- Removes an IPartListener from the part service.
|
|||||||||
| Home >> All >> org >> eclipse >> ui >> [ internal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.eclipse.ui.internal.PartListenerList2