com.sibvisions.rad.ui.swing.ext.celleditor
Class JVxInplaceCellEditor
java.lang.Object
   com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
       com.sibvisions.rad.ui.swing.ext.celleditor.JVxInplaceCellEditor
com.sibvisions.rad.ui.swing.ext.celleditor.JVxInplaceCellEditor
- All Implemented Interfaces: 
- ICellEditor, IInplaceCellEditor, IStyledCellEditor, IAlignmentConstants
- Direct Known Subclasses: 
- JVxComboCellEditor, JVxNumberCellEditor, JVxTextCellEditor
- public abstract class JVxInplaceCellEditor 
- extends JVxStyledCellEditor- implements IInplaceCellEditor
The JVxInplaceCellEditor provides the styling of cell editors.
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
JVxInplaceCellEditor
public JVxInplaceCellEditor()
- Creates a new instance of JVxInplaceCellEditor.
 
getPreferredEditorMode
public int getPreferredEditorMode()
- Gets the preferred Editor Mode.
 Different Plattforms are open to define own editor modes.
 As this is meant to be extended, own modes should have constants >= 100, to avoid unwanted interactions. 
 If a plattform does not support a editor mode, it should use the default.
 
- 
- Specified by:
- getPreferredEditorModein interface- IInplaceCellEditor
 
- 
- Returns:
- the preferred Editor Mode.
 
setPreferredEditorMode
public void setPreferredEditorMode(int pPreferredEditorMode)
- Sets the preferred Editor Mode.
 Different Plattforms are open to define own editor modes.
 As this is meant to be extended, own modes should have constants >= 100, to avoid unwanted interactions. 
 If a plattform does not support a editor mode, it should use the default.
 
- 
- Specified by:
- setPreferredEditorModein interface- IInplaceCellEditor
 
- 
- Parameters:
- pPreferredEditorMode- the preferred Editor Mode.
 
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.