|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectorg.eclipse.jface.viewers.CellEditor
org.eclipse.jface.viewers.TextCellEditor
org.javagui.swt.widgets.TextCellEditor
public class TextCellEditor
嵌套类摘要 |
---|
从类 org.eclipse.jface.viewers.CellEditor 继承的嵌套类/接口 |
---|
org.eclipse.jface.viewers.CellEditor.LayoutData |
字段摘要 |
---|
从类 org.eclipse.jface.viewers.CellEditor 继承的字段 |
---|
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO |
构造函数摘要 | |
---|---|
TextCellEditor()
|
|
TextCellEditor(org.eclipse.swt.widgets.Composite parent)
|
|
TextCellEditor(org.eclipse.swt.widgets.Composite parent,
int style)
|
方法摘要 | |
---|---|
IEventTask |
getEventTask()
获得事件对象 |
void |
setEventTask(IEventTask eventTask)
设置事件对象 |
从类 org.eclipse.jface.viewers.TextCellEditor 继承的方法 |
---|
getLayoutData, isCopyEnabled, isCutEnabled, isDeleteEnabled, isPasteEnabled, isSaveAllEnabled, isSelectAllEnabled, performCopy, performCut, performDelete, performPaste, performSelectAll |
从类 org.eclipse.jface.viewers.CellEditor 继承的方法 |
---|
activate, activate, addListener, addPropertyChangeListener, create, deactivate, dispose, getControl, getErrorMessage, getStyle, getValidator, getValue, isActivated, isDirty, isFindEnabled, isRedoEnabled, isUndoEnabled, isValueValid, performFind, performRedo, performUndo, removeListener, removePropertyChangeListener, setFocus, setStyle, setValidator, setValue |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造函数详细信息 |
---|
public TextCellEditor()
public TextCellEditor(org.eclipse.swt.widgets.Composite parent)
parent
- public TextCellEditor(org.eclipse.swt.widgets.Composite parent, int style)
parent
- style
- 方法详细信息 |
---|
public void setEventTask(IEventTask eventTask)
eventTask
- public IEventTask getEventTask()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |