
public class SelectTimeStampComposite extends Composite implements ValidationParticipant
| Constructor and Description |
|---|
SelectTimeStampComposite(Composite parent,
int style,
CDOBranch branch,
long timeStamp) |
| Modifier and Type | Method and Description |
|---|---|
Button |
getBaseRadio() |
Text |
getBaseText() |
CDOBranch |
getBranch() |
Button |
getHeadRadio() |
Button |
getTimeBrowseButton() |
Button |
getTimeRadio() |
long |
getTimeStamp() |
Text |
getTimeText() |
ValidationContext |
getValidationContext() |
void |
setBranch(CDOBranch branch) |
void |
setTimeStamp(long timeStamp) |
void |
setValidationContext(ValidationContext validationContext) |
protected void |
timeStampChanged(long timeStamp) |
changed, checkSubclass, computeSize, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabListcomputeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBaraddControlListener, 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, 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, updateaddDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toStringpublic ValidationContext getValidationContext()
getValidationContext in interface ValidationParticipantpublic void setValidationContext(ValidationContext validationContext)
setValidationContext in interface ValidationParticipantpublic CDOBranch getBranch()
public void setBranch(CDOBranch branch)
public long getTimeStamp()
public void setTimeStamp(long timeStamp)
protected void timeStampChanged(long timeStamp)
public Button getHeadRadio()
public Button getBaseRadio()
public Text getBaseText()
public Button getTimeRadio()
public Text getTimeText()
public Button getTimeBrowseButton()
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.