TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.tptp.test.manual.runner.ui.internal
Class TestInvocationPane

java.lang.Object
  extended byorg.eclipse.swt.widgets.Widget
      extended byorg.eclipse.swt.widgets.Control
          extended byorg.eclipse.swt.widgets.Scrollable
              extended byorg.eclipse.swt.widgets.Composite
                  extended byorg.eclipse.tptp.test.manual.runner.ui.internal.TestInvocationPane
All Implemented Interfaces:
org.eclipse.swt.graphics.Drawable

public class TestInvocationPane
extends org.eclipse.swt.widgets.Composite

Test suite tree for the manual test client frame.

Since:
September 19, 2005

Field Summary
 
Fields inherited from class org.eclipse.swt.widgets.Composite
embeddedHandle
 
Fields inherited from class org.eclipse.swt.widgets.Widget
handle
 
Constructor Summary
TestInvocationPane(org.eclipse.swt.widgets.Composite parent)
           
TestInvocationPane(org.eclipse.swt.widgets.Composite parent, int style)
           
 
Method Summary
 org.eclipse.swt.browser.Browser getTestCaseDescriptionBrowser()
           
 org.eclipse.swt.widgets.Label getTestCaseNameLabel()
           
 AttachmentsTableGroup getTestExecutionAttachmentsTableGroup()
           
 org.eclipse.swt.widgets.Combo getTestExecutionReasonCombo()
           
 org.eclipse.swt.widgets.ToolItem getTestExecutionSubmitToolItem()
           
 org.eclipse.swt.widgets.Text getTestExecutionTextText()
           
 org.eclipse.swt.widgets.Combo getTestExecutionVerdictCombo()
           
 org.eclipse.swt.widgets.Label getTestInvocationDescriptionLabel()
           
 org.eclipse.swt.widgets.Label getTestInvocationNameLabel()
           
 void init()
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class org.eclipse.swt.widgets.Composite
changed, checkSubclass, computeSize, getBackgroundMode, getChildren, getClientArea, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList
 
Methods inherited from class org.eclipse.swt.widgets.Scrollable
computeTrim, getBorderWidth, getHorizontalBar, getVerticalBar
 
Methods inherited from class org.eclipse.swt.widgets.Control
addControlListener, addDragDetectListener, addFocusListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getParent, getShell, getSize, getToolTipText, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTraverseListener, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setSize, setSize, setToolTipText, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, update
 
Methods inherited from class org.eclipse.swt.widgets.Widget
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestInvocationPane

public TestInvocationPane(org.eclipse.swt.widgets.Composite parent)

TestInvocationPane

public TestInvocationPane(org.eclipse.swt.widgets.Composite parent,
                          int style)
Method Detail

getTestInvocationNameLabel

public org.eclipse.swt.widgets.Label getTestInvocationNameLabel()

getTestInvocationDescriptionLabel

public org.eclipse.swt.widgets.Label getTestInvocationDescriptionLabel()

getTestCaseNameLabel

public org.eclipse.swt.widgets.Label getTestCaseNameLabel()

getTestCaseDescriptionBrowser

public org.eclipse.swt.browser.Browser getTestCaseDescriptionBrowser()

getTestExecutionVerdictCombo

public org.eclipse.swt.widgets.Combo getTestExecutionVerdictCombo()

getTestExecutionReasonCombo

public org.eclipse.swt.widgets.Combo getTestExecutionReasonCombo()

getTestExecutionTextText

public org.eclipse.swt.widgets.Text getTestExecutionTextText()

getTestExecutionAttachmentsTableGroup

public AttachmentsTableGroup getTestExecutionAttachmentsTableGroup()

getTestExecutionSubmitToolItem

public org.eclipse.swt.widgets.ToolItem getTestExecutionSubmitToolItem()

setEnabled

public void setEnabled(boolean enabled)

init

public void init()

TPTP 4.4.0 Testing Tools Project
Internal API Specification