jack.plugin.perspective
Class SourceCaseViewer
java.lang.Object
   org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.WorkbenchPart
       org.eclipse.ui.part.ViewPart
org.eclipse.ui.part.ViewPart
           jack.plugin.perspective.SourceCaseViewer
jack.plugin.perspective.SourceCaseViewer
- All Implemented Interfaces: 
- org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, ISourceCaseViewer, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2
- public class SourceCaseViewer- extends org.eclipse.ui.part.ViewPart- implements ISourceCaseViewer
View that displays the source.
- Author:
- L. Burdy
 
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart | 
| PROP_TITLE | 
 
 
 
| Methods inherited from class org.eclipse.ui.part.ViewPart | 
| getViewSite, init, init, saveState, setInitializationData | 
 
| Methods inherited from class org.eclipse.ui.part.WorkbenchPart | 
| addPropertyListener, dispose, getAdapter, getContentDescription, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, showBusy | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface org.eclipse.ui.IWorkbenchPart | 
| addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener | 
 
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable | 
| getAdapter | 
 
SourceCaseViewer
public SourceCaseViewer()
createPartControl
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
- 
- Specified by:
- createPartControlin interface- org.eclipse.ui.IWorkbenchPart
 
- 
 
setFocus
public void setFocus()
- 
- Specified by:
- setFocusin interface- org.eclipse.ui.IWorkbenchPart
 
- 
 
setTopIndex
public void setTopIndex(int line)
- 
- Specified by:
- setTopIndexin interface- ISourceCaseViewer
 
- 
 
highlight
public boolean highlight(org.eclipse.swt.graphics.Color fgcolor,
                         org.eclipse.swt.graphics.Color bgcolor,
                         int line,
                         int column,
                         int length)
- 
- Specified by:
- highlightin interface- ISourceCaseViewer
 
- 
 
eraseColor
public void eraseColor()
- 
- Specified by:
- eraseColorin interface- ISourceCaseViewer
 
-