TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.editor.form.util
Class TreeSection.PartAdapter

java.lang.Object
  extended by org.eclipse.hyades.test.ui.internal.editor.form.base.SharedPart
      extended by org.eclipse.hyades.test.ui.internal.editor.form.base.SharedPartWithButtons
          extended by org.eclipse.hyades.test.ui.internal.editor.form.base.StructuredViewerPart
              extended by org.eclipse.hyades.test.ui.internal.editor.form.base.TreePart
                  extended by org.eclipse.hyades.test.ui.internal.editor.form.util.TreeSection.PartAdapter
Enclosing class:
TreeSection

protected class TreeSection.PartAdapter
extends TreePart


Constructor Summary
TreeSection.PartAdapter(java.lang.String[] buttonLabels)
           
TreeSection.PartAdapter(java.lang.String[] buttonLabels, java.lang.String[] toolTips)
           
 
Method Summary
 void buttonSelected(org.eclipse.swt.widgets.Button button, int index)
           
 void handleDoubleClick(org.eclipse.jface.viewers.IStructuredSelection selection)
           
 void selectionChanged(org.eclipse.jface.viewers.IStructuredSelection selection)
           
 
Methods inherited from class org.eclipse.hyades.test.ui.internal.editor.form.base.TreePart
createStructuredViewer, createStructuredViewer, getTreeViewer
 
Methods inherited from class org.eclipse.hyades.test.ui.internal.editor.form.base.StructuredViewerPart
createMainControl, createMainControl, getControl, getViewer, setMinimumSize, updateEnabledState
 
Methods inherited from class org.eclipse.hyades.test.ui.internal.editor.form.base.SharedPartWithButtons
addButton, createButton, createButton, createButtonsLayout, createControl, createControl, createMainLabel, createMainLabel, getButton, getButtonLabel, getButtonLength, getButtonMenu, getStandardButtonLength, setButtonEnabled
 
Methods inherited from class org.eclipse.hyades.test.ui.internal.editor.form.base.SharedPart
createComposite, createComposite, createEmptySpace, createEmptySpace, isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeSection.PartAdapter

public TreeSection.PartAdapter(java.lang.String[] buttonLabels)

TreeSection.PartAdapter

public TreeSection.PartAdapter(java.lang.String[] buttonLabels,
                               java.lang.String[] toolTips)
Method Detail

selectionChanged

public void selectionChanged(org.eclipse.jface.viewers.IStructuredSelection selection)
Overrides:
selectionChanged in class TreePart

handleDoubleClick

public void handleDoubleClick(org.eclipse.jface.viewers.IStructuredSelection selection)
Overrides:
handleDoubleClick in class TreePart

buttonSelected

public void buttonSelected(org.eclipse.swt.widgets.Button button,
                           int index)
Overrides:
buttonSelected in class TreePart

TPTP 4.5.0 Testing Tools Project
Internal API Specification