org.eclipse.hyades.test.ui.internal.editor.form.util
Class TreeSection.PartAdapter
java.lang.Object
org.eclipse.hyades.test.ui.internal.editor.form.base.SharedPart
org.eclipse.hyades.test.ui.internal.editor.form.base.SharedPartWithButtons
org.eclipse.hyades.test.ui.internal.editor.form.base.StructuredViewerPart
org.eclipse.hyades.test.ui.internal.editor.form.base.TreePart
org.eclipse.hyades.test.ui.internal.editor.form.util.TreeSection.PartAdapter
- Enclosing class:
- TreeSection
protected class TreeSection.PartAdapter
- extends TreePart
|
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.SharedPartWithButtons |
addButton, createButton, createButton, createButtonsLayout, createControl, createControl, createMainLabel, createMainLabel, getButton, getButtonLabel, getButtonLength, getButtonMenu, getStandardButtonLength, setButtonEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeSection.PartAdapter
public TreeSection.PartAdapter(java.lang.String[] buttonLabels)
TreeSection.PartAdapter
public TreeSection.PartAdapter(java.lang.String[] buttonLabels,
java.lang.String[] toolTips)
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