TPTP 4.4.0 Testing Tools Project
Internal API Specification

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

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.MissingTestInvocationPane
All Implemented Interfaces:
org.eclipse.swt.graphics.Drawable

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

Missing test invocation pane.

Since:
April 18, 2007

Field Summary
 
Fields inherited from class org.eclipse.swt.widgets.Composite
embeddedHandle
 
Fields inherited from class org.eclipse.swt.widgets.Widget
handle
 
Constructor Summary
MissingTestInvocationPane(org.eclipse.swt.widgets.Composite parent)
           
MissingTestInvocationPane(org.eclipse.swt.widgets.Composite parent, int style)
           
 
Method Summary
 org.eclipse.swt.widgets.Label getMissingTestInvocationDescriptionLabel()
           
 org.eclipse.swt.widgets.Label getMissingTestInvocationNameLabel()
           
 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

MissingTestInvocationPane

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

MissingTestInvocationPane

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

getMissingTestInvocationNameLabel

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

getMissingTestInvocationDescriptionLabel

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

setEnabled

public void setEnabled(boolean enabled)

init

public void init()

TPTP 4.4.0 Testing Tools Project
Internal API Specification