org.eclipse.emf.cdo.ui.widgets
Class AuditScale

java.lang.Object
  extended by org.eclipse.swt.widgets.Widget
      extended by org.eclipse.swt.widgets.Control
          extended by org.eclipse.swt.widgets.Scrollable
              extended by org.eclipse.swt.widgets.Composite
                  extended by org.eclipse.emf.cdo.ui.widgets.AuditScale
All Implemented Interfaces:
Drawable

Deprecated.

@Deprecated
public class AuditScale
  
extends Composite

UI Widget representing all the historical revisions available for a branch.

Since:
2.0

Field Summary
 
Fields inherited from class org.eclipse.swt.widgets.Control
view
 
Constructor Summary
AuditScale(Composite parent, int scaleStyle)
          Deprecated.  
 
Method Summary
protected  Scale createScale(int style)
          Deprecated.  
 int getDirection()
          Deprecated.  
 Scale getScale()
          Deprecated.  
 int getScaleStyle()
          Deprecated.  
static void main(String[] args)
          Deprecated.  
 void setBounds(int x, int y, int width, int height)
          Deprecated.  
 
Methods inherited from class org.eclipse.swt.widgets.Composite
changed, checkSubclass, computeSize, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList
 
Methods inherited from class org.eclipse.swt.widgets.Scrollable
computeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBar
 
Methods inherited from class org.eclipse.swt.widgets.Control
addControlListener, addDragDetectListener, addFocusListener, addGestureListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, 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, setBackground, setBackgroundImage, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setToolTipText, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update
 
Methods inherited from class org.eclipse.swt.widgets.Widget
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditScale

public AuditScale(Composite parent,
                  int scaleStyle)
Deprecated. 
Method Detail

getDirection

public int getDirection()
Deprecated. 
Since:
4.0

getScaleStyle

public int getScaleStyle()
Deprecated. 

getScale

public Scale getScale()
Deprecated. 

createScale

protected Scale createScale(int style)
Deprecated. 

setBounds

public void setBounds(int x,
                      int y,
                      int width,
                      int height)
Deprecated. 
Overrides:
setBounds in class Control

main

public static void main(String[] args)
Deprecated. 


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.