|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.eclipse.ui.forms.editor.FormPage
org.ow2.clif.console.lib.egui.editor.TestPlanTestPage
public class TestPlanTestPage
Test Plan Editor page to execute tests.
Selected blades are executed.
Test commands are:
Field Summary | |
---|---|
protected java.util.Map<java.lang.String,ClifDeployDefinition> |
deployedTestPlan
|
Fields inherited from interface org.eclipse.ui.IEditorPart |
---|
PROP_DIRTY, PROP_INPUT |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
TestPlanTestPage(org.eclipse.ui.forms.editor.FormEditor editor,
TestPlanObservable testPlan,
java.lang.String id,
java.lang.String title)
Construct a test page to select blades and execute test plan. |
|
TestPlanTestPage(TestPlanObservable testPlan,
java.lang.String id,
java.lang.String title)
Construct a test page to select blades and execute test plan. |
Method Summary | |
---|---|
protected void |
createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
Create page contents. |
void |
dispose()
Stop execution if needed. |
TestPlanVisualDisplay |
getTableBlade()
Get table blade viewer |
boolean |
isIdle()
|
void |
refresh()
Update test plan display TabOrder. |
void |
setChanged()
If a change has been made restart started clifApp |
void |
setTableBlade(TestPlanVisualDisplay tableBlade)
Set the table blade viewer |
void |
update(java.util.Observable supervisor,
java.lang.Object observation)
Receives alarms, deployment information and blade state changes from the supervisor. |
Methods inherited from class org.eclipse.ui.forms.editor.FormPage |
---|
canLeaveThePage, createPartControl, doSave, doSaveAs, getEditor, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setFocus, setIndex |
Methods inherited from class org.eclipse.ui.part.EditorPart |
---|
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartName |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
Methods inherited from class org.eclipse.core.commands.common.EventManager |
---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IEditorPart |
---|
getEditorInput, getEditorSite |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, getSite, getTitle, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Methods inherited from interface org.eclipse.ui.ISaveablePart |
---|
isSaveOnCloseNeeded |
Field Detail |
---|
protected java.util.Map<java.lang.String,ClifDeployDefinition> deployedTestPlan
Constructor Detail |
---|
public TestPlanTestPage(org.eclipse.ui.forms.editor.FormEditor editor, TestPlanObservable testPlan, java.lang.String id, java.lang.String title)
editor
- parent form editortestPlan
- the test plan used by this pageid
- page idtitle
- page titlepublic TestPlanTestPage(TestPlanObservable testPlan, java.lang.String id, java.lang.String title)
testPlan
- the test plan used by this pageid
- page idtitle
- page titleMethod Detail |
---|
protected void createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
createFormContent
in class org.eclipse.ui.forms.editor.FormPage
public boolean isIdle()
public TestPlanVisualDisplay getTableBlade()
public void setTableBlade(TestPlanVisualDisplay tableBlade)
tableBlade
- The tableBlade to set.public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class org.eclipse.ui.forms.editor.FormPage
FormPage.dispose()
public void refresh()
public void setChanged()
public void update(java.util.Observable supervisor, java.lang.Object observation)
update
in interface java.util.Observer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |