public class CellEditDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
CellEditDescriptor(java.lang.Class<?> control,
java.lang.Integer swtStyle,
java.lang.String inputField,
java.lang.Class<?> inputType) |
CellEditDescriptor(java.lang.Class<?> control,
java.lang.Integer swtStyle,
java.lang.String inputField,
java.lang.Class<?> inputType,
boolean fitInCell) |
CellEditDescriptor(java.lang.Class<?> control,
java.lang.Integer swtStyle,
java.lang.String inputField,
java.lang.Class<?> inputType,
org.eclipse.jface.action.IAction action) |
CellEditDescriptor(java.lang.Class<?> control,
java.lang.Integer swtStyle,
java.lang.String inputField,
java.lang.Class<?> inputType,
org.eclipse.jface.action.IAction action,
boolean fitInCell) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jface.action.IAction |
getAction() |
java.lang.Class<?> |
getControl() |
java.lang.String |
getInputField() |
java.lang.Class<?> |
getInputType() |
java.lang.Integer |
getSwtStyle() |
boolean |
isFitInCell() |
void |
setAction(org.eclipse.jface.action.IAction action) |
void |
setControl(java.lang.Class<?> control) |
void |
setFitInCell(boolean fitInCell) |
void |
setInputField(java.lang.String inputField) |
void |
setInputType(java.lang.Class<?> inputType) |
void |
setSwtStyle(java.lang.Integer swtStyle) |
public CellEditDescriptor(java.lang.Class<?> control,
java.lang.Integer swtStyle,
java.lang.String inputField,
java.lang.Class<?> inputType)
control - - the control to createswtStyle - - style of the controlinputField - - the input field (identifier)inputType - - type of the inputpublic CellEditDescriptor(java.lang.Class<?> control,
java.lang.Integer swtStyle,
java.lang.String inputField,
java.lang.Class<?> inputType,
org.eclipse.jface.action.IAction action)
control - - the control to createswtStyle - - style of the controlinputField - - the input field (identifier)inputType - - type of the inputaction - - action for automatic isEnabled checkpublic CellEditDescriptor(java.lang.Class<?> control,
java.lang.Integer swtStyle,
java.lang.String inputField,
java.lang.Class<?> inputType,
boolean fitInCell)
control - - the control to createswtStyle - - style of the controlinputField - - the input field (identifier)inputType - - type of the inputfitInCell - - fit control in cellpublic CellEditDescriptor(java.lang.Class<?> control,
java.lang.Integer swtStyle,
java.lang.String inputField,
java.lang.Class<?> inputType,
org.eclipse.jface.action.IAction action,
boolean fitInCell)
control - - the control to createswtStyle - - style of the controlinputField - - the input field (identifier)inputType - - type of the inputaction - - action for automatic isEnabled checkfitInCell - - fit control in cellpublic java.lang.String getInputField()
public void setInputField(java.lang.String inputField)
public java.lang.Class<?> getInputType()
public void setInputType(java.lang.Class<?> inputType)
public java.lang.Class<?> getControl()
public void setControl(java.lang.Class<?> control)
public void setSwtStyle(java.lang.Integer swtStyle)
public java.lang.Integer getSwtStyle()
public void setAction(org.eclipse.jface.action.IAction action)
public org.eclipse.jface.action.IAction getAction()
public boolean isFitInCell()
public void setFitInCell(boolean fitInCell)