|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
org.eclipse.ptp.ui.views.AbstractParallelView
public abstract class AbstractParallelView
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
PROP_TITLE |
| Constructor Summary | |
|---|---|
AbstractParallelView()
|
|
| Method Summary | |
|---|---|
void |
asyncExec(java.lang.Runnable r)
|
protected void |
becomesHidden()
Notification this view is now hidden. |
protected void |
becomesVisible()
Notification this view is now visible. |
protected void |
deregisterPartListener()
|
protected org.eclipse.swt.widgets.Display |
getDisplay()
Get Display |
boolean |
isVisible()
|
protected void |
registerPartListener()
|
abstract void |
repaint(boolean all)
|
void |
showWhile(java.lang.Runnable r)
|
void |
syncExec(java.lang.Runnable r)
|
| Methods inherited from class org.eclipse.ui.part.ViewPart |
|---|
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName |
| Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
|---|
addPartPropertyListener, addPropertyListener, createPartControl, dispose, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setFocus, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
| Methods inherited from class org.eclipse.core.commands.common.EventManager |
|---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Constructor Detail |
|---|
public AbstractParallelView()
| Method Detail |
|---|
protected void registerPartListener()
protected void deregisterPartListener()
protected org.eclipse.swt.widgets.Display getDisplay()
public void asyncExec(java.lang.Runnable r)
public void syncExec(java.lang.Runnable r)
public void showWhile(java.lang.Runnable r)
public abstract void repaint(boolean all)
protected void becomesVisible()
protected void becomesHidden()
public boolean isVisible()
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||