de.cau.cs.kieler.klots.views
Class SJInstructionsView
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
de.cau.cs.kieler.klots.views.SJInstructionsView
- All Implemented Interfaces:
- IAdaptable, IExecutableExtension, IPersistable, IViewPart, IWorkbenchPart, IWorkbenchPart2, IWorkbenchPart3, IWorkbenchPartOrientation
public class SJInstructionsView
- extends ViewPart
- Rating

Field Summary |
static String |
ID
The ID of the view as specified by the extension. |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPartPropertyListener, addPropertyListener, dispose, 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- The ID of the view as specified by the extension.
- See Also:
- Constant Field Values
SJInstructionsView
public SJInstructionsView()
getInstance
public static SJInstructionsView getInstance()
- Returns:
- SJInstructionsView
refreshViewer
public void refreshViewer()
- Refreshes the tree viewer.
createPartControl
public void createPartControl(Composite parent)
- This is a callback that will allow us to create the viewer and initialize it.
- Specified by:
createPartControl
in interface IWorkbenchPart
- Specified by:
createPartControl
in class WorkbenchPart
- Parameters:
parent
- the composite parent
highlightSelectedSJInstructions
protected void highlightSelectedSJInstructions(List<SJInstructionsData> list)
- Parameters:
list
-
setFocus
public void setFocus()
- Pass the focus request to the viewer's control.
- Specified by:
setFocus
in interface IWorkbenchPart
- Specified by:
setFocus
in class WorkbenchPart