Package org.eclipse.emf.cdo.ui.widgets
Class SelectBranchComposite
- java.lang.Object
- 
- org.eclipse.swt.widgets.Widget
- 
- org.eclipse.swt.widgets.Control
- 
- org.eclipse.swt.widgets.Scrollable
- 
- org.eclipse.swt.widgets.Composite
- 
- org.eclipse.emf.cdo.ui.widgets.SelectBranchComposite
 
 
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.net4j.util.ui.ValidationParticipant,- Drawable
 
 @Deprecated public class SelectBranchComposite extends Composite implements org.eclipse.net4j.util.ui.ValidationParticipant Deprecated.As of 4.4 no longer supported.UI widget that provides visualization of all availablebranches, and with the capability to select one.- Since:
- 4.0
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description SelectBranchComposite(Composite parent, int style, CDOSession session, CDOBranch branch)Deprecated.SelectBranchComposite(Composite parent, int style, CDOSession session, CDOBranch branch, boolean withHistory)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddListener(int eventType, Listener listener)Deprecated.protected voidbranchChanged(CDOBranch newBranch)Deprecated.CDOBranchgetBranch()Deprecated.org.eclipse.net4j.util.ui.widgets.HistoryTextgetBranchText()Deprecated.TreeViewergetBranchViewer()Deprecated.CDOSessiongetSession()Deprecated.org.eclipse.net4j.util.ui.ValidationContextgetValidationContext()Deprecated.voidrememberSettings()Deprecated.voidremoveListener(int eventType, Listener listener)Deprecated.booleansetFocus()Deprecated.voidsetValidationContext(org.eclipse.net4j.util.ui.ValidationContext validationContext)Deprecated.- 
Methods inherited from class org.eclipse.swt.widgets.Compositechanged, checkSubclass, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setLayout, setLayoutDeferred, setTabList
 - 
Methods inherited from class org.eclipse.swt.widgets.ScrollablecomputeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBar
 - 
Methods inherited from class org.eclipse.swt.widgets.ControladdControlListener, addDragDetectListener, addFocusListener, addGestureListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, addTraverseListener, computeSize, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getTextDirection, getToolTipText, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, requestLayout, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTextDirection, setToolTipText, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update
 - 
Methods inherited from class org.eclipse.swt.widgets.WidgetaddDisposeListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isAutoDirection, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, reskin, setData, setData, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.swt.graphics.DrawableisAutoScalable
 
- 
 
- 
- 
- 
Constructor Detail- 
SelectBranchCompositepublic SelectBranchComposite(Composite parent, int style, CDOSession session, CDOBranch branch) Deprecated.
 - 
SelectBranchCompositepublic SelectBranchComposite(Composite parent, int style, CDOSession session, CDOBranch branch, boolean withHistory) Deprecated.- Since:
- 4.2
 
 
- 
 - 
Method Detail- 
getValidationContextpublic org.eclipse.net4j.util.ui.ValidationContext getValidationContext() Deprecated.- Specified by:
- getValidationContextin interface- org.eclipse.net4j.util.ui.ValidationParticipant
 
 - 
setValidationContextpublic void setValidationContext(org.eclipse.net4j.util.ui.ValidationContext validationContext) Deprecated.- Specified by:
- setValidationContextin interface- org.eclipse.net4j.util.ui.ValidationParticipant
 
 - 
getSessionpublic CDOSession getSession() Deprecated.
 - 
getBranchpublic CDOBranch getBranch() Deprecated.
 - 
getBranchTextpublic org.eclipse.net4j.util.ui.widgets.HistoryText getBranchText() Deprecated.
 - 
getBranchViewerpublic TreeViewer getBranchViewer() Deprecated.
 - 
rememberSettingspublic void rememberSettings() Deprecated.
 - 
addListenerpublic void addListener(int eventType, Listener listener)Deprecated.- Overrides:
- addListenerin class- Widget
 
 - 
removeListenerpublic void removeListener(int eventType, Listener listener)Deprecated.- Overrides:
- removeListenerin class- Widget
 
 - 
branchChangedprotected void branchChanged(CDOBranch newBranch) Deprecated.
 
- 
 
-