TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.editor.form.base
Interface IParagraphSegment

All Known Subinterfaces:
IHyperlinkSegment, IImageSegment, ITextSegment
All Known Implementing Classes:
HyperlinkSegment, ImageSegment, ParagraphSegment, TextSegment

public interface IParagraphSegment


Method Summary
 void advanceLocator(org.eclipse.swt.graphics.GC gc, int wHint, Locator loc, java.util.Hashtable objectTable)
           
 void paint(org.eclipse.swt.graphics.GC gc, int width, Locator loc, java.util.Hashtable objectTable, boolean selected)
           
 

Method Detail

advanceLocator

public void advanceLocator(org.eclipse.swt.graphics.GC gc,
                           int wHint,
                           Locator loc,
                           java.util.Hashtable objectTable)

paint

public void paint(org.eclipse.swt.graphics.GC gc,
                  int width,
                  Locator loc,
                  java.util.Hashtable objectTable,
                  boolean selected)

TPTP 4.4.0 Testing Tools Project
Internal API Specification