|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
String |
configure(org.eclipse.swt.widgets.Control parent,
String config)
This method is a callback that will be invoked from ICellEditor s configuration visual as well as from the
TableEditor . |
String |
format(Object object,
int sqlType)
Formats an object on this editors specification. |
Object |
getContent()
|
void |
openDialog(org.eclipse.swt.widgets.Control parent)
Open a dialog to edit the value. |
void |
setContent(Object value,
int sqlType)
|
Method Detail |
public void setContent(Object value, int sqlType)
public Object getContent()
public String format(Object object, int sqlType)
object
- the object to be formattedsqlType
- the sql type
public void openDialog(org.eclipse.swt.widgets.Control parent)
parent
- public String configure(org.eclipse.swt.widgets.Control parent, String config)
ICellEditor
s configuration visual as well as from the
TableEditor
.
parent
- the parent control, if this is null, no configuration
dialogs should be displayedconfig
- the current configuration or null if none
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |