de.cau.cs.kieler.core.ui.views
Class BugReportView
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
de.cau.cs.kieler.core.ui.views.BugReportView
- All Implemented Interfaces:
- IAdaptable, IExecutableExtension, IPersistable, IViewPart, IWorkbenchPart, IWorkbenchPart2, IWorkbenchPart3, IWorkbenchPartOrientation
public class BugReportView
- extends ViewPart
A view displaying a simple browser to the new ticket inside the KIELER trac
system. This is a temporary solution at best since external bug report
tickets are not allowed. There is also a better solution using one of the
bugtracker connectors provided by eclipse however I couldn't get any of those
to work yet.
- Rating

- (2010-06-14) soh
Field Summary |
static String |
ID
The ID of this view. |
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 this view.
- See Also:
- Constant Field Values
BugReportView
public BugReportView()
createPartControl
public void createPartControl(Composite parent)
-
- Specified by:
createPartControl
in interface IWorkbenchPart
- Specified by:
createPartControl
in class WorkbenchPart
setFocus
public void setFocus()
-
- Specified by:
setFocus
in interface IWorkbenchPart
- Specified by:
setFocus
in class WorkbenchPart