javax.rad.genui.celleditor
Class UITextCellEditor
java.lang.Object
javax.rad.genui.celleditor.UICellEditor<CE>
javax.rad.genui.celleditor.UIInplaceCellEditor<ITextCellEditor>
javax.rad.genui.celleditor.UITextCellEditor
- All Implemented Interfaces:
- ICellEditor, IInplaceCellEditor, IStyledCellEditor, ITextCellEditor, IAlignmentConstants, IResource
public class UITextCellEditor
- extends UIInplaceCellEditor<ITextCellEditor>
- implements ITextCellEditor
Platform and technology independent text editor.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UITextCellEditor
public UITextCellEditor()
- Creates a new instance of
UITextCellEditor.
- See Also:
ITextCellEditor
UITextCellEditor
protected UITextCellEditor(ITextCellEditor pEditor)
- Creates a new instance of
UITextCellEditor with the given
text cell editor.
- Parameters:
pEditor - the text cell editor- See Also:
ITextCellEditor
UITextCellEditor
public UITextCellEditor(int pHorizontalAlignment)
- Creates a new instance of
UITextCellEditor.
- Parameters:
pHorizontalAlignment - the horizontal alignment.- See Also:
ITextCellEditor
UITextCellEditor
public UITextCellEditor(String pContentType)
- Creates a new instance of
UITextCellEditor.
- Parameters:
pContentType - the contenttype.- See Also:
ITextCellEditor
getContentType
public String getContentType()
- Gets the content type used for editing the text.
- Specified by:
getContentType in interface ITextCellEditor
- Returns:
- the content type
setContentType
public void setContentType(String pContentType)
- Sets the content type used for editing the text.
- Specified by:
setContentType in interface ITextCellEditor
- Parameters:
pContentType - the content type
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.