TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.tools.ui.common.internal.util
Class FormUtil.CommonSection

java.lang.Object
  extended byorg.eclipse.hyades.test.tools.ui.common.internal.util.FormUtil.CommonSection
Enclosing class:
FormUtil

public static class FormUtil.CommonSection
extends java.lang.Object

This is the section that displays the name and description


Field Summary
static byte BEHAVIOR
           
static byte OVERVIEW
           
static byte TEST_CASES
           
 
Constructor Summary
FormUtil.CommonSection(byte mode)
          You can construct a common section using 3 modes indicating whether the section belongs to the overview, test cases, or behavior form (see OVERVIEW, TEST_CASES, BEHAVIOR)
 
Method Summary
 org.eclipse.swt.widgets.Composite createControl(org.eclipse.hyades.ui.editor.IEditorExtension editor, org.eclipse.ui.forms.widgets.Section parent, org.eclipse.ui.forms.widgets.FormToolkit toolkit, java.lang.String name, java.lang.String desc)
           
 void dispose()
          A chance for us to clean up
 void setInput(java.lang.Object input)
          Setter methods for setting the name and description values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OVERVIEW

public static final byte OVERVIEW
See Also:
Constant Field Values

TEST_CASES

public static final byte TEST_CASES
See Also:
Constant Field Values

BEHAVIOR

public static final byte BEHAVIOR
See Also:
Constant Field Values
Constructor Detail

FormUtil.CommonSection

public FormUtil.CommonSection(byte mode)
You can construct a common section using 3 modes indicating whether the section belongs to the overview, test cases, or behavior form (see OVERVIEW, TEST_CASES, BEHAVIOR)

Parameters:
mode - The mode of this section
Method Detail

createControl

public org.eclipse.swt.widgets.Composite createControl(org.eclipse.hyades.ui.editor.IEditorExtension editor,
                                                       org.eclipse.ui.forms.widgets.Section parent,
                                                       org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                                                       java.lang.String name,
                                                       java.lang.String desc)

dispose

public void dispose()
A chance for us to clean up


setInput

public void setInput(java.lang.Object input)
Setter methods for setting the name and description values


TPTP 4.4.0 Testing Tools Project
Internal API Specification