|
TPTP 4.4.0 Testing Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.test.tools.ui.common.internal.util.FormUtil.CommonSection
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 |
public static final byte OVERVIEW
public static final byte TEST_CASES
public static final byte BEHAVIOR
| Constructor Detail |
public FormUtil.CommonSection(byte mode)
mode - The mode of this section| Method Detail |
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)
public void dispose()
public void setInput(java.lang.Object input)
|
TPTP 4.4.0 Testing Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||