|
||||||||||
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
pl.edu.agh.cast.ui.AbstractConfigurableView
pl.edu.agh.cast.ui.outline.OutlineMiniatureView
public class OutlineMiniatureView
Miniature outline view.
Field Summary | |
---|---|
static String |
ID
View Id. |
Fields inherited from class pl.edu.agh.cast.ui.AbstractConfigurableView |
---|
configuration, log |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
OutlineMiniatureView()
Constructor. |
Method Summary | |
---|---|
protected void |
activate()
Activate the view, e.g. |
protected void |
contributeToActionBars()
Fill action bars with view specific actions. |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
|
void |
dispose()
|
protected void |
hookContextMenu()
Add actions and action groups to context menu. |
protected void |
hookDoubleClickAction()
Provide action for double click. |
protected void |
makeActions()
Create actions which are used in this view. |
void |
partActivated(org.eclipse.ui.IWorkbenchPart part)
|
void |
partBroughtToTop(org.eclipse.ui.IWorkbenchPart part)
|
void |
partClosed(org.eclipse.ui.IWorkbenchPart part)
|
void |
partDeactivated(org.eclipse.ui.IWorkbenchPart part)
|
void |
partOpened(org.eclipse.ui.IWorkbenchPart part)
|
void |
setFocus()
|
Methods inherited from class pl.edu.agh.cast.ui.AbstractConfigurableView |
---|
getConfiguration, init, saveState |
Methods inherited from class org.eclipse.ui.part.ViewPart |
---|
checkSite, getViewSite, init, setContentDescription, setInitializationData, setPartName |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, 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, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
public static final String ID
Constructor Detail |
---|
public OutlineMiniatureView()
Method Detail |
---|
protected void activate()
activate
in class AbstractConfigurableView
AbstractConfigurableView.activate()
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class org.eclipse.ui.part.WorkbenchPart
AbstractTreeView.dispose()
public void partActivated(org.eclipse.ui.IWorkbenchPart part)
partActivated
in interface org.eclipse.ui.IPartListener
IPartListener.partActivated(org.eclipse.ui.IWorkbenchPart)
public void partBroughtToTop(org.eclipse.ui.IWorkbenchPart part)
partBroughtToTop
in interface org.eclipse.ui.IPartListener
IPartListener.partBroughtToTop(org.eclipse.ui.IWorkbenchPart)
public void partClosed(org.eclipse.ui.IWorkbenchPart part)
partClosed
in interface org.eclipse.ui.IPartListener
IPartListener.partClosed(org.eclipse.ui.IWorkbenchPart)
public void partDeactivated(org.eclipse.ui.IWorkbenchPart part)
partDeactivated
in interface org.eclipse.ui.IPartListener
IPartListener.partDeactivated(org.eclipse.ui.IWorkbenchPart)
public void partOpened(org.eclipse.ui.IWorkbenchPart part)
partOpened
in interface org.eclipse.ui.IPartListener
IPartListener.partOpened(org.eclipse.ui.IWorkbenchPart)
protected void contributeToActionBars()
contributeToActionBars
in class AbstractConfigurableView
AbstractConfigurableView.contributeToActionBars()
protected void hookContextMenu()
hookContextMenu
in class AbstractConfigurableView
AbstractConfigurableView.hookContextMenu()
protected void hookDoubleClickAction()
hookDoubleClickAction
in class AbstractConfigurableView
AbstractConfigurableView.hookDoubleClickAction()
protected void makeActions()
makeActions
in class AbstractConfigurableView
AbstractConfigurableView.makeActions()
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
createPartControl
in class org.eclipse.ui.part.WorkbenchPart
WorkbenchPart.createPartControl(org.eclipse.swt.widgets.Composite)
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.part.WorkbenchPart
WorkbenchPart.setFocus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |