|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.CellEditor
org.eclipse.jface.viewers.DialogCellEditor
org.eclipse.mylar.internal.tasks.ui.planner.ReminderCellEditor
public class ReminderCellEditor
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.jface.viewers.CellEditor |
---|
org.eclipse.jface.viewers.CellEditor.LayoutData |
Field Summary | |
---|---|
private DateSelectionDialog |
dialog
|
private java.text.SimpleDateFormat |
format
|
private java.lang.String |
formatString
|
private java.util.Date |
reminderDate
|
Fields inherited from class org.eclipse.jface.viewers.DialogCellEditor |
---|
CELL_EDITOR_IMG_DOTS_BUTTON |
Fields inherited from class org.eclipse.jface.viewers.CellEditor |
---|
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO |
Constructor Summary | |
---|---|
ReminderCellEditor(org.eclipse.swt.widgets.Composite parent)
|
Method Summary | |
---|---|
protected void |
doSetFocus()
|
java.util.Date |
getReminderDate()
|
protected java.lang.Object |
openDialogBox(org.eclipse.swt.widgets.Control cellEditorWindow)
|
Methods inherited from class org.eclipse.jface.viewers.DialogCellEditor |
---|
createButton, createContents, createControl, deactivate, doGetValue, doSetValue, getDefaultLabel, updateContents |
Methods inherited from class org.eclipse.jface.viewers.CellEditor |
---|
activate, addListener, addPropertyChangeListener, create, dispose, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, focusLost, getControl, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCorrect, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, keyReleaseOccured, markDirty, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setErrorMessage, setFocus, setStyle, setValidator, setValue, setValueValid, valueChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Date reminderDate
private DateSelectionDialog dialog
private java.lang.String formatString
private java.text.SimpleDateFormat format
Constructor Detail |
---|
public ReminderCellEditor(org.eclipse.swt.widgets.Composite parent)
Method Detail |
---|
protected java.lang.Object openDialogBox(org.eclipse.swt.widgets.Control cellEditorWindow)
openDialogBox
in class org.eclipse.jface.viewers.DialogCellEditor
public java.util.Date getReminderDate()
protected void doSetFocus()
doSetFocus
in class org.eclipse.jface.viewers.DialogCellEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |