public class DayEditorCalendarableItemControl extends org.eclipse.swt.widgets.Canvas implements ICalendarableItemControl
| Constructor and Description |
|---|
DayEditorCalendarableItemControl(org.eclipse.swt.widgets.Composite parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMouseListener(org.eclipse.swt.events.MouseListener listener) |
void |
dispose() |
CalendarableItem |
getCalendarableItem() |
int |
getClipping() |
int |
getContinued() |
void |
removeMouseListener(org.eclipse.swt.events.MouseListener listener) |
void |
setCalendarableItem(CalendarableItem calendarable)
Method setCalendarable.
|
void |
setClipping(int clipping)
Sets the clipping style bits
|
void |
setContinued(int continued)
Sets the continued style bits
|
void |
setImage(org.eclipse.swt.graphics.Image image) |
void |
setMenu(org.eclipse.swt.widgets.Menu menu) |
void |
setSelected(boolean selected)
Set or clear the selection indicator in the UI.
|
void |
setText(java.lang.String text) |
void |
setToolTipText(java.lang.String text) |
drawBackground, getCaret, getIME, scroll, setCaret, setFont, setIMEchanged, checkSubclass, 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, 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, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, requestLayout, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setForeground, setLayoutData, setLocation, setLocation, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTextDirection, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, updateaddDisposeListener, addListener, checkWidget, getData, getData, getDisplay, getListeners, getStyle, isAutoDirection, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toStringpublic DayEditorCalendarableItemControl(org.eclipse.swt.widgets.Composite parent,
int style)
The style value is either one of the style constants defined in
class SWT which is applicable to instances of this
class, or must be built by bitwise OR'ing together
(that is, using the int "|" operator) two or more
of those SWT style constants. The class description
lists the style constants that are applicable to the class.
Style bits are also inherited from superclasses.
parent - a composite control which will be the parent of the new instance (cannot be null)style - the style of control to constructjava.lang.IllegalArgumentException - org.eclipse.swt.SWTException - Widget.checkSubclass(),
Widget.getStyle()public void dispose()
dispose in interface ICalendarableItemControldispose in class org.eclipse.swt.widgets.Widgetpublic void setMenu(org.eclipse.swt.widgets.Menu menu)
setMenu in interface ICalendarableItemControlsetMenu in class org.eclipse.swt.widgets.Controlpublic void setText(java.lang.String text)
setText in interface ICalendarableItemControlpublic void setImage(org.eclipse.swt.graphics.Image image)
setImage in interface ICalendarableItemControlpublic void setToolTipText(java.lang.String text)
setToolTipText in interface ICalendarableItemControlsetToolTipText in class org.eclipse.swt.widgets.Controlpublic void setClipping(int clipping)
ICalendarableItemControlsetClipping in interface ICalendarableItemControlclipping - One of SWT.TOP or SWT.BOTTOMpublic int getClipping()
getClipping in interface ICalendarableItemControlpublic void setContinued(int continued)
ICalendarableItemControlsetContinued in interface ICalendarableItemControlcontinued - One of SWT.TOP or SWT.BOTTOMpublic int getContinued()
getContinued in interface ICalendarableItemControlpublic void setSelected(boolean selected)
ICalendarableItemControlsetSelected in interface ICalendarableItemControlselected - true if this control should appear selected; false otherwise.public void addMouseListener(org.eclipse.swt.events.MouseListener listener)
addMouseListener in interface ICalendarableItemControladdMouseListener in class org.eclipse.swt.widgets.Controlpublic void removeMouseListener(org.eclipse.swt.events.MouseListener listener)
removeMouseListener in interface ICalendarableItemControlremoveMouseListener in class org.eclipse.swt.widgets.Controlpublic void setCalendarableItem(CalendarableItem calendarable)
ICalendarableItemControlsetCalendarableItem in interface ICalendarableItemControlpublic CalendarableItem getCalendarableItem()
getCalendarableItem in interface ICalendarableItemControl