public class SideLabelProvider extends AdapterImpl
Adapter.Internaltarget| Constructor and Description | 
|---|
| SideLabelProvider(String ancestorLabel,
                 String leftLabel,
                 String rightLabel,
                 org.eclipse.swt.graphics.Image ancestorImage,
                 org.eclipse.swt.graphics.Image leftImage,
                 org.eclipse.swt.graphics.Image rightImage) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.eclipse.swt.graphics.Image | getAncestorImage() | 
| String | getAncestorLabel() | 
| org.eclipse.swt.graphics.Image | getLeftImage() | 
| String | getLeftLabel() | 
| org.eclipse.swt.graphics.Image | getRightImage() | 
| String | getRightLabel() | 
| boolean | isAdapterForType(Object type) | 
getTarget, notifyChanged, setTarget, unsetTargetpublic boolean isAdapterForType(Object type)
isAdapterForType in interface AdapterisAdapterForType in class AdapterImplAdapterImpl.isAdapterForType(java.lang.Object)public String getAncestorLabel()
public String getLeftLabel()
public String getRightLabel()
public org.eclipse.swt.graphics.Image getAncestorImage()
public org.eclipse.swt.graphics.Image getLeftImage()
public org.eclipse.swt.graphics.Image getRightImage()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.