public class ProcessLogPage
extends org.eclipse.ui.forms.editor.FormPage
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
ProcessLogPage(org.eclipse.ui.forms.editor.FormEditor editor,
Node processNode)
optimization field: we compute once the length of the path to slc:log so
that we can easily substring the relative path of logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSteps(java.util.List<ExecutionStep> steps)
Deprecated.
|
protected void |
appendLogEntry(java.lang.StringBuffer buf,
Node logEntry) |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent) |
org.eclipse.swt.widgets.Control |
getPartControl() |
void |
setFocus() |
canLeaveThePage, createFormContent, dispose, doSave, doSaveAs, getEditor, getId, getIndex, getManagedForm, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setIndexcheckSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartNameaddPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyaddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String ID
public ProcessLogPage(org.eclipse.ui.forms.editor.FormEditor editor,
Node processNode)
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl in interface org.eclipse.ui.IWorkbenchPartcreatePartControl in class org.eclipse.ui.forms.editor.FormPageprotected void appendLogEntry(java.lang.StringBuffer buf,
Node logEntry)
throws RepositoryException
RepositoryExceptionpublic void addSteps(java.util.List<ExecutionStep> steps)
public org.eclipse.swt.widgets.Control getPartControl()
getPartControl in interface org.eclipse.ui.forms.editor.IFormPagegetPartControl in class org.eclipse.ui.forms.editor.FormPagepublic void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.forms.editor.FormPageCopyright © 2007–2020. All rights reserved.